-
Why is it important that the blocks are cryptographically linked together?
To make it hard to remove or alter the blocks. If a block is changed then all blocks in front of that block would need to be changed. To secure the network. -
What does the block structure look like in bitcoin?
Each block holds a hash. A hash is the digital fingerprint of the block. The hash of the block consists of:
- the hash of the previous block
- the transaction list
- nonce