1) Why is it important that the blocks are cryptographically linked together?
A block needs information from the previous block. If information is changed in the previous block then that block becomes invalid and the current block becomes invalid and the link is broken. This makes changes to previous transactions virtually impossible.
2) What does the block structure look like in bitcoin?
The block is made of a header, containing metadata, followed by a long list of transactions that make up the bulk of its size. The block header is 80 bytes, whereas the average transaction is at least 250 bytes and the average block contains more than 500 transactions.
Source: https://www.oreilly.com/library/view/mastering-bitcoin/