Homework on Mempool - Questions

  1. A mempool is a data structure that stores all unconfirmed transaction that makes sense to a particular node.
  2. The mempool becomes larger and preference is given to transactions with higher transaction fees.
  3. It causes high transaction fees.
1 Like
  1. What is the mempool?

mempool stands for memory pool. It stores unconfirmed transactions.

  1. What happens if the miners can’t keep up with the rate of the new transaction?

The mempool grows. The transaction time will be longer. Also, the transaction fee will increase.

  1. How does a growing mempool effect transaction fees?

The higher transaction fee goes first to be processed.

1 Like
  1. What is the mempool?
    A list of unconfirmed transactions on any given node.

  2. What happens if the miners can’t keep up with the rate of the new transaction?
    The transaction will be prioritized as low and the miner will find another transaction that suits the node better.

  3. How does a growing mempool effect transaction fees?
    Fees will increase to attract the attention of more miners.

1 Like
  1. Mempool is collection of unconfirmed transactions.
  2. Mempool grows overtime leading to delay and increase in transaction fees.
  3. Growing mempool leads to a need to increase the transaction fees.
1 Like
  1. What is the mempool?
    [Ans] Mempool is a special storage location that is used by any node in the network to store the transaction that is received but has not yet been confirmed/written on the blockchain. Each node in the network may hold a slightly different set of transactions in mempool as the transaction propagates through the network.
  2. What happens if the miners can’t keep up with the rate of the new transaction?
    [Ans] The size of mempool will increase as it will have to hold more number of transactions there.
  3. How does a growing mempool effect transaction fees?
    [Ans] Since the miner are incentivized with a fee for writing transactions on the blockchain, they choose transactions that have a higher fees. If mempool size grows, transaction time will increase. People will tend to offer more Fees to get their transactions a priority.
1 Like

What is the mempool?
List (database) of unconfirmed transactions.

What happens if the miners can’t keep up with the rate of the new transaction?

The mining difficulty will adjust to be easier for the 10 minute cycle.

How does a growing mempool effect transaction fees?
It increases the transaction fees.

1 Like

1. What is the mempool?
It is the list of unspent/unconfirmed transactions
2. What happens if the miners can’t keep up with the rate of the new transaction?
The mempool will be larger and this case the transactions time will be longer with higher fees
3.How does a growing mempool effect transaction fees?
A growing mempool cause a higher transaction fees

1 Like
  1. What is the mempool?
    Mempool is a list of unconfirmed transactions that accumulate between blocks
  2. What happens if the miners can’t keep up with the rate of the new transaction?
    The the mempool grows and transactions take longer
  3. How does a growing mempool effect transaction fees?
    Fees increase as miners are incentivized to prioritize confirming transactions with higher fees
1 Like
  1. All unconfirmed transactions. (Transactions waiting to be accepted into a block and written in the history books, forever)

  2. The mempool gets larger, fee per byte will likely go up as those who want their tx accepted asap will alter suggested fees to a higher amount than whats currently going through which in turn raises the average rate and so on.

  3. As explained above, some people might want their tx to go through sooner so they will up their fee per byte which will then flow on to the next who may want theirs first, increasing the fees further

1 Like
  1. A mem-pool is a cryptocurrency node’s mechanism for storing information on unconfirmed transactions.

  2. Mem-pool increases in size.

  3. Transaction fees increase.

1 Like
  1. The mempool is the set of all transactions that have been broadcasted to the network but haven’t been confirmed yet (i.e.: included into a block).

  2. The mempool keeps growing and the average time required to get transactions confirmed increase

  3. As miners will prioritise transaction with high fees (monetary incentive) a way to get ahead of the queue when the mempool is big is to pay higher fees. This in turn may deter people from submitting more transactions and cause the mempool to reduce in size

1 Like
  1. The mempool is a list of confirmed and pending transactions that the miner analyses for fees and bytes
  2. The mempool backs up creating backlog of transactions not being confirmed in a timely manner
  3. As the mempool backlog grows transactions speeds slow, fees increase to incentivise miners to clear the backlog with higher rewards
1 Like
  1. Mempool is a pool of unconfirmed trxn to be picked by miners to insert it to the block as confirmed
  2. The mempool size will grow and eventually end up in longer transaction time
  3. Higher the transaction fee higher the chance of getting confirmation. So if the transaction has less fee then that transaction will be prioritized as low and take longer transaction time.
1 Like
  1. What is the mempool?

A data structure that records all unconfirmed transactions.

  1. What happens if the miners can’t keep up with the rate of the new transaction?

It will slow down the network and make transactions more expensive.

  1. How does a growing mempool affect transaction fees?

Miners prioritize transitions by the highest value fee. If there are too many transactions lower fee transactions will take forever and all transaction fees will increase.

1 Like

Homework on Mempool - Questions

  1. What is the mempool?
    A mempool is a list of transactions which have not been confirmed yet. This list resides on all bitcoin nodes.

  2. What happens if the miners can’t keep up with the rate of the new transaction?
    The mempool increases in size.

  3. How does a growing mempool effect transaction fees?
    When the mempool grows, the fransaction fees increase.

1 Like

What is the mempool? All unconfirmed transactions.

What happens if the miners can’t keep up with the rate of the new transaction? The mempool will grow in size.

  1. How does a growing mempool affect transaction fees? The transaction fee will be larger.
1 Like
  1. Mempool(Memory Pool) is the place where unconfirmed transactions are listed waiting for a miner or miners to add them to a block.
  2. The mempool grows larger if miners cannot keep up with the rate at which transactions are taking place.
  3. With a larger mempool transactions fees increase because of the competition to the the transaction to the next block.
1 Like
  1. mempool is where unconfirmed transactions reside
  2. in that case, they confirm transactions with the highest fees first
  3. a growing mempool will lead to an increase in transaction fees as some transactions may be willing to pay more to get confirmed
1 Like
  1. The mempool is a list of unconfirmed transactions on all the nodes
  2. If miners cant keep up with the rate of the new transactions the price of fees can rise but also the size of the mempool will rise.
  3. A growing mempool will effect transaction fees by raising them.
1 Like
  1. The holding area for all unconfirmed transactions
  2. The mempool will grow larger resulting in longer transaction times
  3. Higher fees to get your transaction through faster
1 Like