Skip to main content
INTEGRATION

Ganache Block Explorer

A full-featured block explorer for Ganache. Browse blocks, decode transactions, and inspect contracts on your local chain.

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.

terminal
$ ganache-cli
# Listening on 127.0.0.1:8545
# Paste http://127.0.0.1:8545 into Ethernal
✓ Syncing blocks...
explorer.yourchain.com/tx/0x8f22…
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.

explorer.yourchain.com/address/0x5eF0…
Contract Source Code Verified
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)
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

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.