Bitkub Chain Explorer URL: [https://bkcscan.com](https://bkcscan.com)
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.
- Install docker
- git clone https://gitlab.com/bitkub-chain/bkc-explorer.git
- cd bkc-explorer/
- run
docker build -f docker/Dockerfile -t bkc-explorer:v2 ../
(will take many minutes to build) - run
source env_mainnet.sh
orsource env_testnet.sh
- cd docker
- run a command
make -f Makefile.local start
to start bkc-explorer & postgres container - make sure explorer service is up by run
docker ps
it's will show two containers (blockscout & postgres db) - try to access at url: http://{ip-address}:80 or http://{domain name}
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.