mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 07:56:31 +00:00
Changed to Mempool Space for fee calculator
Per Keblek
This commit is contained in:
parent
8eff801899
commit
27e811044e
@ -44,7 +44,7 @@ This list of all [unconfirmed transactions](https://blockchain.info/unconfirmed-
|
|||||||
|
|
||||||
If your transaction is stuck longer than you want, you can typically do one of four things:
|
If your transaction is stuck longer than you want, you can typically do one of four things:
|
||||||
|
|
||||||
**1. Wait Until it Clears.** If you sent your transaction with a low or medium fee, it should eventually go through. As shown at [Bitcoin Fees](https://bitcoinfees.21.co/), transactions with fees of 100 or less satoshis per byte tend to be delayed by 25-100 blocks (up to 16 or 17 hours!), but they eventually appear in blocks.
|
**1. Wait Until it Clears.** If you sent your transaction with a low or medium fee, it should eventually go through. As shown at [Mempool Space](https://mempool.space), those with lower fees _will_ get delayed. (Take a look at the leftmost transation, and see how long it's been waiting and how much it paid for its fee.)
|
||||||
|
|
||||||
**2. Wait Until it Expires.** If you accidentally sent with no transaction fee, or if any number or other conditions are met, then your transaction might never go through. However, your coins aren't lost. As long as you don't have a wallet that purposefully resends unconfirmed transactions, it should clear from the mempool in three days or so, and then you can try again.
|
**2. Wait Until it Expires.** If you accidentally sent with no transaction fee, or if any number or other conditions are met, then your transaction might never go through. However, your coins aren't lost. As long as you don't have a wallet that purposefully resends unconfirmed transactions, it should clear from the mempool in three days or so, and then you can try again.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user