Author

Topic: analyze the blockchain in windows through full node (Read 105 times)

legendary
Activity: 3374
Merit: 3095
Playbet.io - Crypto Casino and Sportsbook
According to this "How to analyse Bitcoin Blockchain data from Bitcoin Core?"

You can use this "JSON-RPC Command"

And here is the list of command to analyze the blockchain:
Code:
getblockcount - returns cullent chain height
getblockhash block_no - returns block hash on specific height (do loop for iterate blocks)
getblock blockhash - get block info, including list of TXIDs (ID of transactions)
getrawtransaction TXID 1 - returns decoded specific transaction by ID1
jr. member
Activity: 49
Merit: 3
I just recently installed the full bitcoin blockchain in windows, is it possible to analyze the blockchain through some command line?

If so, could you please point to some links?

Thank you.
Jump to: