Look up any block, transaction, or account directly through the RPC. No third-party explorer - just you and the node.
Enter a block number or "latest" to fetch its full details.
Open in Console - robin_getBlockByNumberPaste a transaction hash to see full details including status, gas used, and logs.
Open in Console - robin_getTransactionByHashCheck balance, nonce, code, and storage for any address on-chain.
Open in Console - robin_getBalanceFilter logs by address and block range to trace contract events.
Open in Console - robin_getLogs