What is the blockchain data structure?

Technology CommunityCategory: BlockchainWhat is the blockchain data structure?
VietMX Staff asked 3 years ago

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.