**1. Why is it important that the blocks are cryptographically linked together?**
Having blocks linked together can ensure that there is almost no way to go back and change any data for any transactions for any reason. If that happens then the block that had the change of its data, looses the connection with the rest blocks of the chain and for a miner to get the link back its practically impossible. Basically he will must start a new procedure of solving the new puzzle with the new data so he can get his link back and he must also do this for all the blocks that follow the chain and the blocks that will be mined and added the chain.
**2. What does the block structure look like in bitcoin?**
A block structure in bitcoin must contain the transaction list, the data of the hash of the previous block and the right guessed nonce