Blockscout allows users to search transactions, view accounts and balances, verify and interact with smart contracts and view and interact with applications on the Ethereum network including many forks, sidechains, L2s and testnets.
Blockscout is an open-source alternative to centralized, closed source block explorers such as Etherscan, Etherchain and others. As Ethereum sidechains and L2s continue to proliferate in both private and public settings, transparent, open-source tools are needed to analyze and validate all transactions.
See the project documentation for instructions:
- Docker v20.10+
- Docker-compose 2.x.x+
- Running Ethereum JSON RPC client
cd ./docker-compose
docker-compose up --build
Note: you can use docker compose instead of docker-compose, if compose v2 plugin is installed in Docker.