// on-chain transparency

BLOCK
EXPLORER

Every transaction. Every block. Every asset. All publicly verifiable on the BlackRaven network — no account required.

// SEARCH LAUNCHES LIVE EXPLORER AT explorer.blackraven.network
// live network
explorer.blackraven.network
Full-featured block explorer — live blocks, transactions, addresses, and assets
// capabilities

WHAT YOU CAN LOOK UP

Blocks
Browse every block by height or hash. See the miner, timestamp, transaction count, block reward, and difficulty for each block on the chain.
Transactions
Look up any transaction by its hash. View inputs, outputs, confirmation count, and the exact amount of BLKR or assets moved.
Addresses
Inspect any wallet address. See its full transaction history, current BLKR balance, and all assets it holds — fully public and transparent.
Assets
Search any asset by name. View the creator address, total supply, reissuability, holder list, and attached metadata or IPFS content.
Rich List
View the top BLKR holders ranked by balance. Full distribution transparency — see exactly how coins are spread across the network.
Network Stats
Live chain stats — current hashrate, difficulty, mempool size, average block time, and total coins in circulation.

EXPLORER API

The explorer exposes a REST API for querying chain data programmatically. Build wallets, dashboards, bots, and integrations on top of the BlackRaven network.

# Get block by height
GET https://explorer.blackraven.network/api/block/[height]

# Get address balance
GET https://explorer.blackraven.network/api/addr/[address]

# Get asset info
GET https://explorer.blackraven.network/api/asset/[asset_name]