**1. What happens in the bitcoin network when two miners solve a block at the same time?**
When you have two miners solving a block at the same time that results one of those blocks will end up as a stale block. That stale block will be rejected from the chains network and the Tx list will go back to Mempool till the miner solve the puzzle again.
**2. What is a stale block?**
A stale block is the result of when two miners mined the same time a block and the network rejects one of them because the next miner choose the others block hash data to include in his block data so he will connect with it. when that happens the block that doesnt get first a next block gets rejected from the chain and its TX list goes back to Mempool.
**3. How do stale blocks occur?**
A stale block occurs when its chain stops to get more blocks and gets dropped.
**4. Why is it important to wait for more than one block to be confirmed when sending or receiving a transaction?**
So you know if the transaction will not be in a stale block and have your transaction send back to Mempool cause the block got rejected from the chain