Blockchain Explorer for inspecting and analyzing EVM Chains.
BlockScout provides a comprehensive, easy-to-use interface for users to view, confirm, and inspect transactions on EVM (Ethereum Virtual Machine) blockchains. This includes the POA Network, xDai Chain, Ethereum Classic and other Ethereum testnets, private networks and sidechains.
See our project documentation for detailed information and setup instructions.
Visit the POA BlockScout forum for FAQs, troubleshooting, and other BlockScout related items. You can also post and answer questions here.
You can also access the dev chatroom on our Gitter Channel.
BlockScout is an Elixir application that allows users to search transactions, view accounts and balances, and verify smart contracts on the Ethereum network including all forks and sidechains.
Currently available full-featured block explorers (Etherscan, Etherchain, Blockchair) are closed systems which are not independently verifiable. As Ethereum sidechains continue to proliferate in both private and public settings, transparent, open-source tools are needed to analyze and validate transactions.
BlockScout supports a number of projects. Hosted instances include POA Network, xDai Chain, Ethereum Classic, Sokol & Kovan testnets, and other EVM chains.
See the project documentation for instructions:
We would like to thank the EthPrize foundation for their funding support.
See CONTRIBUTING.md for contribution and pull request protocol. We expect contributors to follow our code of conduct when submitting code or comments.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
SECRET_KEY_BASE and DATABASE_URL are examples.
export COIN=CLO
export DATABASE_URL="postgresql://postgres:postgres@localhost:5432/blockscout" - !Example
export ETHEREUM_JSONRPC_HTTP_URL="http://193.105.159.180:8545"
export ETHEREUM_JSONRPC_VARIANT="geth"
export LOGO="/images/callisto_logo_color.svg"
export LOGO_FOOTER="/images/callisto_logo.svg"
export NETWORK="Callisto"
export SUBNETWORK="Mainnet"
export COINGECKO_COIN_ID=callisto
export SECRET_KEY_BASE=aHL37ktzAVB4YTPdeab3EWOWOnw77U7EdrJtTKJ39HUcGXEKB9MGX6eC19Y5s4Vg
export INDEXER_MEMORY_LIMIT="8Gb"