Home > node-bitcoin-explorer

node-bitcoin-explorer

Node-bitcoin-explorer is a project mainly written in ..., it's free.

A Block Explorer clone built using node-bitcoin-p2p

node-bitcoin-explorer

This is mostly intended as a demo application for node-bitcoin-p2p. It replicates most of the functionality of the popular Block Explorer website.

Installation

npm install bitcoin-p2p
npm install express
git clone git://github.com/justmoon/node-bitcoin-explorer.git

Usage

To start the server

node app.js

The application will be visible on http://localhost:3000/

Previous:demo_app