Just Paste Your RPC
Start Ganache CLI or the desktop app, copy the RPC URL, and paste it into Ethernal. Blocks sync automatically. No plugins, no setup scripts.
$ ganache-cli
# Listening on 127.0.0.1:8545
# Paste http://127.0.0.1:8545 into Ethernal
✓ Syncing blocks...
Function CallDecoded
transfer(address to, uint256 amount)
to0xdac1…1ec7
amount1,500,000,000 (1,500 USDC)
Events (1)
Transferfrom: 0x7a25…, to: 0xdac1…, value: 1500000000
Decoded Transactions
Stop reading raw hex. Ethernal decodes function calls and event logs using known ABIs. If you've verified a contract, every interaction is human-readable.
Contract Verification
Upload Solidity source and verify contracts deployed on Ganache. Once verified, you can read state variables, call functions, and send transactions from the explorer.
1// SPDX-License-Identifier: MIT
2pragma solidity ^0.8.20;
3
4contract Token {
5 mapping(address => uint256) balances;
6 function transfer(address to, uint256 amt)
Txn HashTypeFromToAmount
0x1b14…25d5ERC-200x7a25…f8320xdac1…1ec71,500 USDC
0x8f22…1a22ERC-7210x4e99…9f330x2b87…e451#7804
0x4e99…9f33ERC-200xdac1…1ec70x7a25…f8320.842 WETH
Token Transfer Tracking
Developing an ERC-20 or NFT? Ethernal detects and displays all token transfers with sender, recipient, amount, and token metadata.
Ready to launch your explorer?
Deploy a fully-featured block explorer for your EVM chain in under 5 minutes. No credit card required.