Browse Source

wording

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
35d62d3785
  1. 2
      README.md

2
README.md

@ -4,7 +4,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 lacks features compared to full-fledged (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, etc) it's helpful to appreciate the "fullness" of a node. With this explorer, one can not only explore the blockchain (in the traditional sense of the term "explorer"), but also explore the capabilities of one's own node.
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 capabilities of your own node.
A live demo of the tool is available at https://btc-explorer.com

Loading…
Cancel
Save