- Why is it important that the blocks are cryptographically linked together?
Because it leverages the property of immutability of the network. Since blocks are verified with each block’s transaction history plus the previous block hash function then changing the information on one block causes the rupture or invalidates the connections with all other blocks. Trying to update a modification to the entire network is computationally unaffordable.
- What does the block structure look like in bitcoin?
The block structure consists of the history of transactions plus the hash of the previous block.