Blockchain Explorer for inspecting and analyzing EVM Chains.
Bitkub Chain Explorer is an Elixir application that allows users to search transactions, view accounts and balances, and verify smart contracts on the Biktub Chain network including all block data and transactions.
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.
Biktub Chain supports a number of projects. Hosted instances include POA Network, xDai Chain, Ethereum Classic, Sokol & Kovan testnets, and other EVM chains.
docker build -f docker/Dockerfile -t bkc-explorer:v2 ../
(will take many minutes to build)source env_mainnet.sh
or source env_testnet.sh
make -f Makefile.local start
to start bkc-explorer & postgres container docker ps
it's will show two containers (blockscout & postgres db)This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.