Follow
Explorer

Browse the chain, raw.

Look up any block, transaction, or account directly through the RPC. No third-party explorer - just you and the node.

Look up a block

Enter a block number or "latest" to fetch its full details.

Open in Console - robin_getBlockByNumber

Look up a transaction

Paste a transaction hash to see full details including status, gas used, and logs.

Open in Console - robin_getTransactionByHash

Look up an account

Check balance, nonce, code, and storage for any address on-chain.

Open in Console - robin_getBalance

Look up event logs

Filter logs by address and block range to trace contract events.

Open in Console - robin_getLogs