Bitcoin Forum
May 13, 2024, 07:20:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Where can I find bitcoin-block internal structure description? on: September 24, 2022, 02:43:24 PM
Hi all.

Where can I find bitcoin-block internal structure description?
I mean how can i parse .dat files with blocks and get transactions like:

Code:
[
 {
    "block-header" : {
    }   
    "body: {
         "transaction-data" : {
            "tx-count" : 22,
            "body" : [
                "transaction" : {...},
                "transaction" : {...}
            ]
         }
    }         
 },
]

Thank you all.

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!