You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1010 B
1010 B
BTC RPC Explorer
Simple, stateless Bitcoin blockchain explorer, via RPC. Build with Node.js, express, bootstrap-v4.
Getting started
Prerequisites
- Install and run a
Full Node
- instructions. Ensure that your node has full transaction indexing enabled (txindex=1
) and the RPC server enabled (server=1
). - Synchronize your node with the Bitcoin network.
Instructions
- Clone this repo
npm install
to install all required dependenciesnpm start
to start the local server- Navigate to http://127.0.0.1:3002/
- Connect using the RPC credentials for your target bitcoin node