Skip to main content
INTEGRATION

Anvil Block Explorer

A visual block explorer for Foundry's Anvil. See every transaction, trace calls, and inspect contracts from a clean web UI.

Connect in Seconds

Start Anvil, paste the RPC URL into Ethernal, and you're exploring. No plugins, no config. Ethernal polls your node and syncs blocks automatically.

terminal
$ anvil
# Listening on 127.0.0.1:8545
# Paste http://127.0.0.1:8545 into Ethernal
✓ Syncing blocks...
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)

Full Trace Support

Anvil supports debug_traceTransaction natively. Ethernal shows complete call trees with gas costs, return values, and revert reasons for every transaction.

Contract Interaction

Upload your ABI or verify your contract source, then read and write to any function directly from the explorer. Perfect for testing during development.

explorer.yourchain.com/address/0x7a25…
ReadWrite
1.transfer(address, uint256)
recipient (address)
0xdac1…1ec7
amount (uint256)
1000000000000000000
Write
terminal
$ anvil --fork-url https://eth.llamarpc.com
# Forking from block 19847231
# Listening on 127.0.0.1:8545
✓ Ethernal connected
✓ Mainnet state + local txns visible

Fork Mode Compatible

Using anvil --fork-url? Ethernal works seamlessly with forked chains. Inspect mainnet state alongside your local transactions in one unified view.

Ready to launch your explorer?

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