Skip to main content
FEATURES

Everything you need to explore your chain

From transaction decoding to contract verification, Ethernal provides a complete toolkit for understanding your blockchain.

Real-time Updates

New blocks and transactions appear instantly via WebSocket. No manual refresh needed. Your explorer data is always current, whether you're monitoring a local dev chain or a live production network.

explorer.yourchain.com
Latest BlocksLive
#4,291,8483 txnsjust now
#4,291,8477 txns12s ago
#4,291,8462 txns24s ago
#4,291,8455 txns36s ago
explorer.yourchain.com/tx/0x1b14…
Call TraceSuccess
CALL0x7a25…f832swap(uint256,address)45,230 gas
STATICCALL0x1f98…4e23getReserves()2,100 gas
CALL0xdac1…1ec7transfer(address,uint256)12,450 gas
LOGTransfer(from, to, value)

Transaction Tracing

Debug transactions with full call traces, state diffs, and event logs. See exactly which function reverted, what parameters were passed, and where things went wrong. Supports debug_traceTransaction for compatible nodes.

Contract Verification

Verify and interact with smart contracts directly. Upload Solidity or Vyper source code and Ethernal matches it against deployed bytecode. Once verified, all transactions are decoded automatically.

explorer.yourchain.com/address/0x5eF0…
Contract Source Code Verified
Contract NameSwapRouter
Compilerv0.8.20
OptimizationYes (200 runs)
EVM Versionparis
explorer.yourchain.com/address/0x7a25…
ReadWrite
1.transfer(address, uint256)
recipient (address)
0xdac1…1ec7
amount (uint256)
1000000000000000000
Write

Contract Interaction

Read and write to verified contracts directly from the explorer. Connect your wallet and call any function with a simple form UI. No need to write scripts or use the CLI.

Analytics Dashboard

Track gas usage trends, transaction volume, active addresses, and more. Built-in charts give you real-time visibility into your chain's health and activity patterns.

explorer.yourchain.com/analytics
Avg Block Time2.1s
Tx / Day12,847
Avg Gas Price0.1 gwei
Transactions (14d)
app.tryethernal.com/explorer/branding
Explorer Name
MyChain Explorer
Custom Domain
explorer.mychain.io
Primary Color
#6366F1
Background
#0F172A

Custom Branding

Your logo, colors, domain, and theme. Make the explorer indistinguishable from a first-party product. Supports custom CSS for full control.

L2 Bridge Support

Full bridge visibility for Arbitrum Orbit and OP Stack chains. Track deposits, withdrawals, and batches with real-time status updates. Set up with just a few contract addresses.

explorer.yourchain.com/deposits
Recent Deposits
L1 BlockL2 TxValueStatus
#19,847,2310x1b14…25d50.5 ETHRelayed
#19,847,2280x8f22…1a221,000 USDCPending
#19,847,2250x4e99…9f332.0 ETHRelayed
explorer.yourchain.com/nft/collection
#78040x7a25…f832
#31000xdac1…1ec7
#52170x4e99…9f33
#88880x2b87…e451

NFT Gallery

Browse ERC-721 and ERC-1155 collections with visual galleries, metadata display, and ownership history. See token images, attributes, and transfer history at a glance.

Token Transfers

Track ERC-20, ERC-721, and ERC-1155 transfers with full token metadata. Display sender, recipient, amount, and token details for every transfer on your chain.

explorer.yourchain.com/token-transfers
Txn HashTypeFromToAmount
0x1b14…25d5ERC-200x7a25…f8320xdac1…1ec71,500 USDC
0x8f22…1a22ERC-7210x4e99…9f330x2b87…e451#7804
0x4e99…9f33ERC-200xdac1…1ec70x7a25…f8320.842 WETH
app.tryethernal.com/api/explorers
// Create an explorer via API
POST /api/explorers
{
"name": "MyChain Explorer",
"rpcUrl": "https://rpc.mychain.io",
"chainId": 42170
}
✓ 201 Created

API Support

Create and manage explorers programmatically. Spin up a fully configured explorer with a single API call. Ideal for automated deployments and CI/CD pipelines.

Ready to launch your explorer?

Deploy a fully-featured block explorer for your EVM chain in under 5 minutes. No credit card required.