- Why is it important that the blocks are cryptographically linked together?
- The blocks must be linked together as this ensures the integrity & immuatbility of the data being stored on the blockchain. The interlocking gaurantees this and reuires a 51% or + attack to disrupt making it majoritively secure.
- What does the block structure look like in bitcoin?
- The block structure contains data from the previous hash, current data, current hash info and a valid nonce. Together these inputs generate a new hash that is crypticly used in the next hash calculation.