Skip to content

bitkub-chain/bkcscan

Bitkub Chain Explorer

Bitkub Chain Explorer (forked from blockscout)

Bitkub Chain Explorer URL: [https://bkcscan.com](https://bkcscan.com)

Blockchain Explorer for inspecting and analyzing EVM Chains.

BitkubChain Coverage Status Join the chat at https://gitter.im/poanetwork/blockscout

About BiktubChain Explorer

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.

BiktubChain Supported Projects

Biktub Chain supports a number of projects. Hosted instances include POA Network, xDai Chain, Ethereum Classic, Sokol & Kovan testnets, and other EVM chains.

Prerequisites

  • Install docker

Step to run the explorer

  1. git clone https://gitlab.com/bitkub-chain/bkc-explorer.git
  2. cd bkc-explorer/
  3. run docker build -f docker/Dockerfile -t bkc-explorer:v2 ../ (will take many minutes to build)
  4. run source env_mainnet.sh or source env_testnet.sh
  5. cd docker
  6. run a command make -f Makefile.local start to start bkc-explorer & postgres container
  7. make sure explorer service is up by run docker ps it's will show two containers (blockscout & postgres db)
  8. try to access at url: http://{ip-address}:80 or http://{domain name}

License

License: GPL v3.0

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.