Browse Source

readme

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
e23701d75e
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 2
      README.md

2
README.md

@ -7,7 +7,7 @@ Simple, database-free Bitcoin blockchain explorer, via RPC. Built with Node.js,
This tool is intended to be a simple, self-hosted explorer for the Bitcoin blockchain, driven by RPC calls to your own bitcoind node. This tool is easy to run but currently lacks features compared to database-backed explorers.
I built this tool because I wanted to use it myself. Whatever reasons one might have for running a full node (trustlessness, technical curiosity, supporting the network, etc) it's helpful to appreciate the "fullness" of your node. With this explorer, you can not only explore the blockchain (in the traditional sense of the term "explorer"), but also explore the functional capabilities of your own node.
Whatever reasons one might have for running a full node (trustlessness, technical curiosity, supporting the network, etc) it's helpful to appreciate the "fullness" of your node. With this explorer, you can not only explore the blockchain (in the traditional sense of the term "explorer"), but also explore the functional capabilities of your own node.
Live demos are available at:

Loading…
Cancel
Save