Homework on Mempool - Questions

  1. Mempool is a database structure that exists on full nodes, it hold all verified but unconfirmed transactions, which means they not yet written to a block within the block chain.

  2. If miners can’t keep up with the mempool, that means transactions will take longer to be confirmed on a block.

  3. When mempool is growing that’s creates a higher competition between transactions and the higher the miner are being incentivized by fees the faster that transaction is to be processed.

1 Like
  1. Mempools are ‘pools’ of unconfirmed transactions on the blockchain
  2. The mempool will begin to fill, ultimately leading to longer transaction wait times, especially if the fee is small
  3. A growing mempool will effect transaction fees because the miner will select the transactions with the highest fees first, resulting in a rise in fees in order to have transactions process more quickly
1 Like

Homework - Mempool

Bitcoin Basics

  1. What is the mempool?

  2. Its an specific place where the unconfirmed transactions go

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

  4. The transaction time increase

  5. How does a growing mempool effect transaction fees?

  6. Fees will increase

1 Like

What is the mempool?
list of valid but unconfirmed transactions sitting in a list on a node waiting for miners to add to blockchain

What happens if the miners can’t keep up with the rate of the new transaction?
the Mempool list grows longer and longer and or people offer more fees to get their transactions confirmed or wait longer time period to confirm transactions

How does a growing mempool effect transaction fees?
becomes more expensive to make transactions, people will have to offer more fees to get their transactions confirmed, and the market for fees will boom, miners own market

1 Like

1: A mempool consists of all unconfirmed transactions that any given node has received, checked, and made sense to that node. Each node has its own mempool which may differ slightly depending on which transactions they have received.
2: Then transactions will, on average, take longer to process.
3: As the mempool increases, fees will start to increase in order to incentivize more miners to enter.

1 Like
  1. What is the mempool?
    The mempool is basically a list of unconfirmed transactions waiting to be processed.

  2. What happens if the miners can’t keep up with the rate of the new transaction?
    The mempool will increase in size, ultimately leading to larger transaction fees for the same transaction speed.

  3. How does a growing mempool effect transaction fees?
    See above.

1 Like
  1. all pending transition will got to mempool it contains a collection of unconfirmed transactions
    2.miners will not pickup so transaction takes more time
    3.the cost of the transaction will be high
1 Like
  1. Mempool is pool of unconfirmed transactions.
  2. Mempool keeps rising and takes more time to confirm transactions.
  3. Transaction fees increase because blocksize is limited so highest paid fee gets put on the block first.
1 Like
  1. A mempool is where all data of unconfirmed transaction is stored.

  2. If miners can’t keep up with transactions then the transaction time will be longer.

  3. A growing mempool effects fees because a miner will select the highest paying transaction to add to their block. Competition increases and fees go up.

1 Like
  1. The mempool is a list of unconfirmed transactions that is held by all nodes on the network. A new unconfirmed transaction only gets put into the mempool if it makes sense. Miners take these transactions from the mempool and add them into new blocks.

  2. This will create longer wait times for transactions.

  3. Transaction fees increase because miners will choose the transactions with the highest fees first.

1 Like

1, Mempol stores unconfirmed transactions until it is picked up by miners.
2. If your fee is low it will take longer for the miner to pick it up and as the mempol grows it takes even longer.
3. A growing mempol would increase the transaction fees.

1 Like

What is the mempool?
A mempool is a record of unconfirmed transactions. A miner will pick up the transactions from the mempool and confirms them

What happens if the miners can’t keep up with the rate of the new transaction?
The mempool will grow bigger. Unconfirmed transactions will not be confirmed and will be rerturned.

How does a growing mempool effect transaction fees?
A growing mempool will cause transaction per byte to increase because miners will choose the higher transaction fees to mine first.

1 Like
  1. What is the mempool?
    Mempool is where the nodes place unconfirmed transactions and where miners get the unconfirmed transaction that they then put in the block and append in the blockchain.
  2. What happens if the miners can’t keep up with the rate of the new transaction?
    It takes longer for smaller fee transactions to get processed.
  3. How does a growing mempool effect transaction fees?
    The higher transaction fees get processed first so it might increase transaction fees.
1 Like
  • What is the mempool?
    A Mempool is where all unconfirmed transactions are stored until they are picked up by a miner and put into a block.
  • What happens if the miners can’t keep up with the rate of the new transaction?
    The Mempool would back up and wait time for confirmed transaction may take a lot longer.
  • How does a growing mempool effect transaction fees?
    If the Mempool is backed up people will start paying higher transaction fee’s to try and guarantee that their transaction gets picked up by a miner.
1 Like

1- mempool is place where uncomfirmed transactions are placed
2-when miners can’t keep up woth the rate mempool increases
3-if mempool increases then transactions fees will go high due to competition as well as miners will pick the transaction with a higher fess

1 Like

Homework - Mempool
Bitcoin Basics

What is the mempool?

A mempool is a collection of unconfirmed transactions

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

The mempool will increase in size as the unconfirmed transactions are not being written to the block from the miners.

How does a growing mempool effect transaction fees?

It will increase the fee of the transactions

1 Like
  1. The mempool is a collection of unconfirmed transactions held by nodes and miners awaiting to be confirmed and added by miners to the blockchain.
  2. If the miners can’t keep up with the rate of the new transaction, there will be a delay in the processing of unconfirmed transactions.
  3. A growing mempool may increase transaction fees because there will be a higher demand to have unconfirmed transactions processed.
1 Like
  1. What is the mempool?
    a pool of unconfirmed txn

  2. What happens if the miners can’t keep up with the rate of the new transaction?
    it will be stored in the mempool

  3. How does a growing mempool effect transaction fees?
    miners can choose the txn that gives the highest fees. And whoever offers the higer fee will get their txn picked up first.

Can someone answer these Question please ? if possible.
How many satoshi/byte can there be in the next block ? Averagely how many transactions are there in the next block created ? Or is it just one new txn in the next block?
Because if it is several txns in the next block, that means not just one miner created the block, but rather all the miners who mined the several other txns, also helped create the next block ?

2 Likes

1- A list of unconfirmed transactions that have been verified by the nodes that are yet to be added to a block by the minors.

2- Transaction time will increase

3- Fees will go up as there is more competition to be in the next block. Minors will pick the transactions with the highest fees.

1 Like

A block can have 1MB of transactions. I have never done any approximations how many tx fit in one block, it varies on the complexity of transactions.

A miner builds a block with tx from its own mempool and then begins to mine it, they don’t help each other but compete which one will mine the block fastest to get the mining reward. :slight_smile:

1 Like