Skip to content

A simple block explorer for Bitcoind + ElectrumX written in ReactJS

License

Notifications You must be signed in to change notification settings

eflorent2020/btcp-block-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitcoinpages.io block explorer

A simple minimalist block explorer written in NodeJS and ReactJS.

requirements

This app require a bitcoind full node with txindex set to 1 and an ElectrumX node.

Nodes should be availables on the same LAN. Please note that bootstraping blockchain nodes may take several days.

Please refer to respectives websites for install notes.

App configuration to connect to blockchain nodes is in server/config.js.

install client

cd ./client &&  npm install && yarn build

install server

cd ./server && npm install

devel

cd ./server && npm run dev
cd ./client && yarn start

run

When built and nodes up and configured:

sudo npm install pm2 -g
pm2 start app.js

### todos

  • some paginations
  • server have to be completed for switching beetwen currencies/chains
  • tests! tests! tests!
  • publish running server

About

A simple block explorer for Bitcoind + ElectrumX written in ReactJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published