- Why is it important that the blocks are cryptographically linked together?
It is important for the security of the blockchain. As they are cryptographically linked, changing a TX in one block means the attacker would have to do PoW on all blocks after this - practically impossible.
- What does the block structure look like in bitcoin?
Previous block hash
list of UTXOs
nonce
All these 3 are used to generate the current block hash.