Author

Topic: Learning how to explore the bitcoin blockchain (Read 118 times)

legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
Block explorers have two parts: The visualization front-end using a web framework and routes, such as React or Angular, and the data mining part that queries full nodes and computes statistics. I'm sure you want to modify the metrics the block explorer displays, so you'll want to focus on this section of the repo: https://github.com/janoside/btc-rpc-explorer/tree/master/views

The views/ folder also contains the HTML text elements that are printed along with each metric, in case you want to modify those too.
legendary
Activity: 4270
Merit: 3161
I would love to download some code I can run and change.

check out https://github.com/janoside/btc-rpc-explorer
newbie
Activity: 1
Merit: 0

Would you be able to offer me any guidance on how to learn Blockchain Explorers at the code level?   I would love to download some code I can run and change.
Jump to: