Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
25413114
Topic
2478393
Board
Bitcoin Technical Support
Re: Reading the Blockchain
by
achow101
on
29/11/2017, 06:01:21 UTC
You can just use Bitcoin Core which is already able to read and parse the blocks to get them into an easier to understand format. You can use the
getblock
RPC command to get the details of each block.