0 votes
in Blockchain Intermedio by
What is the blockchain data structure?

1 Answer

0 votes
by
Basically the blockchain data structure is explained as a back-linked record of blocks of transactions, which is ordered. It can be saved as a file or in a plain database. Each block can be recognized by a hash, created utilizing the SHA256 cryptographic hash algorithm on the header of the block. Each block mentions a former block, also identified as the parent block, in the “previous block hash” field, in the block header.

Related questions

0 votes
asked Jun 16, 2023 in Blockchain Intermedio by john ganales
0 votes
asked Aug 10, 2022 in BlockChain by sharadyadav1986
...