How are blocks of data “chained” together to ensure the integrity of transactions?
The hash of the previous block is written to the header of the current block
The ID of the previous block is stored in the current block
A public key is stored in each block for data decryption
The hash of the genesis block is kept in all block headers
Submit