1. Why is it important that the blocks are cryptographically linked together?
To ensure that the transactions won’t be able to be changed because each link (puzzle) is based on the previous block. It is impossible to break one link because then all the links and blocks would be broken and that is impossible due to the hash rate.
2. What does the block structure look like in bitcoin?
Each block information is based on the previous blocks. The puzzle is based on the content of previous blocks. When one of the miners is able to solve the puzzle, his block will be accepted, and a link will be created. This link is based on the puzzle. The links between blocks are expensive and special. They are based on the information on the previous blocks. This makes is so that if I were to try and remove a transaction, the link would be broken, because the puzzle (link) is based on the previous blocks. If a link were to be broken, then all links would get broken. And that is impossible, because it is proportional to the hash rate.