You are viewing BlockMaze Testnet bmzscan.com will serve Mainnet data when the mainnet launches

How to Use the BlockMaze Explorer

Guide BlockMaze TeamApril 12, 2026 1 min read

A step-by-step guide to navigating the BlockMaze blockchain explorer — search transactions, inspect smart contracts, track validator performance, and use the developer API.

Navigating the BlockMaze Explorer

The BlockMaze Explorer gives you real-time visibility into everything happening on chain. Here's how to make the most of it.

Search

The search bar at the top of every page accepts:

  • Transaction hash0x1234...abcd
  • Block number or hash355880 or 0xabc...
  • Wallet or contract address — any 0x address
  • Token name or symbol — e.g. USDC, WrappedBMZ
  • Validator moniker — e.g. "Node Runner"

Blocks

The Blocks page shows the latest finalized blocks with:

  • Block number and hash
  • Proposer validator
  • Transaction count
  • Timestamp and time ago

Click any block to see full details including all transactions in that block.

Transactions

The Transactions page lists recent EVM transactions. Each transaction shows:

  • Status (success / failed)
  • From → To addresses
  • Value transferred in BMZ
  • Gas used and gas price

Address Pages

Click any address to see its:

  • Current BMZ balance
  • Full transaction history with pagination
  • Token transfers (coming soon)

Contract addresses show a Contract badge. Clicking the creator link shows who deployed it.

Tokens

The Tokens page lists all BMZ20 tokens deployed on BlockMaze. Filter by name or search by contract address.

Validators

The Validators page shows the active validator set with:

  • Moniker and operator address
  • Voting power and commission rate
  • Status (active / jailed)

Developer API

The Developer Portal provides REST API access to all explorer data. Register for a free API key and start querying in seconds.

curl https://api.explorer.blockmaze.io/api/evm/blocks \

-H "X-API-Key: bmz_live_your_key_here"

See the full endpoint reference at /developer.

explorer tutorial transactions API guide