Visualize bitcoin transactions using d3.js
Below graph is a thumbnail of an SVG generated with data found in /example/transaction.json
. Click to see the full version.
See example
for sample usage of this library. To run the example:
git clone https://github.com/weilu/bitcoin-tx-graph-visualizer.git
cd bitcoin-tx-graph-visualizer
npm install
npm install -g browserify
cd example
browserify index.js > bundle.js
open index.html