Skip to main content
USE CASE

Built for Developers

A visual debugger for your local chain. See every transaction, trace reverts, and interact with contracts without writing logging code.

Instant Setup

Connect any EVM chain with just an RPC URL. For Hardhat and Foundry, install the plugin and every transaction syncs automatically. No infrastructure to manage.

terminal
$ npm install hardhat-ethernal
// hardhat.config.js
require('hardhat-ethernal');
$ npx hardhat node
✓ Ethernal syncing automatically...
explorer.yourchain.com/tx/0x1b14...
Call TraceReverted
CALL0x7a25...f832swap(uint256)
STATICCALL0x1f98...4e23getReserves()
CALL0xdac1...1ec7transfer(address,uint256)
REVERTInsufficient balance

Debug Failed Transactions

When a transaction reverts, see the full call trace with the exact revert reason. Stop guessing why your tests fail. See the complete execution path in one click.

Automatic Contract Verification

Deploy a contract and Ethernal picks up the ABI and source code automatically. No manual verification step. Your contracts are immediately readable and interactive.

explorer.yourchain.com/address/0x5eF0...
Contract Source Code Verified
ReadWrite
balanceOf(address) → uint256
totalSupply() → uint256
symbol() → string
explorer.yourchain.com/api
$ curl explorer.yourchain.com/api \
  ?module=contract&action=getabi
// Response
{ "status": "1",
  "result": "[{\"name\":\"transfer\"...}]" }

Full API Access

Query blocks, transactions, contracts, and token transfers programmatically. Etherscan-compatible API endpoints let you integrate explorer data into your own tools and scripts.

Ready to launch your explorer?

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