Homework on Mempool - Questions
1. What is the mempool?
Answer: The mempool is a data structure that each node has in the network. You could almost call it a “waiting area for transactions”
2. What happens if the miners can’t keep up with the rate of the new transaction?
Answer:
The transaction will be unconfirmed.
When you broadcast your transaction, the node that receives that transaction, will validate your transaction so that you are not breaking any rules and if the transaction makes sense it will put that transaction in the mempool and will be unconfirmed and wait until it’s picked up by a miner .
3. How does a growing mempool effect transaction fees?
Answer:
Satoshi/Bite so in other words the larger the transaction is in bite in terms of the binary representation the higher the fee.