Pages:
Author

Topic: Electrum: send transactions status Unconfirmed after 12 hours (Read 240 times)

legendary
Activity: 2268
Merit: 18509
Being a novice, this is all an untouched territory for me. I signed up for mempool.space, I learned how to see my transaction and its ETA. How do I find fees?
You don't need an account - just go to https://mempool.space/ and look at the left side of the screen for the section on transaction fees, and pick an appropriate fee.

If you want to get a bit more complex, then try looking at https://jochen-hoenicke.de/queue/#1,8h. This site shows you a graphical representation of the mempool, which each colored band representing transactions of a given fee. Knowing that each block will remove roughly 1 vMB of transactions from the top of the mempool, you can choose exactly where you want to place your transaction in the mempool and the appropriate fee rate to do so.
newbie
Activity: 7
Merit: 4
Bitcoin fees were huge this week with several of transactions pending. The congestion seems to be easing today but not sure if there would still be another spike.
Average fees has decreased below $10, which is still large. Considering the corrective price, we could get a smooth mempool this week. If you are not in a hurry you could wait for the congestion to ease. I check the current average fees before broadcasting a transaction from my wallet.
Being a novice, this is all an untouched territory for me. I signed up for mempool.space, I learned how to see my transaction and its ETA. How do I find fees?
legendary
Activity: 2926
Merit: 1069
★Bitvest.io★ Play Plinko or Invest!
Bitcoin fees were huge this week with several of transactions pending. The congestion seems to be easing today but not sure if there would still be another spike.
Average fees has decreased below $10, which is still large. Considering the corrective price, we could get a smooth mempool this week. If you are not in a hurry you could wait for the congestion to ease. I check the current average fees before broadcasting a transaction from my wallet.
legendary
Activity: 3122
Merit: 1032
#1 VIP Crypto Casino
Well I did make a mistake like that in this last month. I did not send enough fees and I was having to wait 3 days for my Bitcoin confirmation.
Just make sure you check the meme pool if you do not want that to happen. There is many things going on now with the Bitcoin network and we must pay more then used to for transactions.
hero member
Activity: 2310
Merit: 757
Bitcoin = Financial freedom
@hosseinimr93 and @o_e_l_e_o:
What if:
1. I remove the local transaction from the sending wallet
2. I spend all the coins
3. Can later one of the nodes which has my transaction actually complete it? If yes, then what happens?

If the second transaction is confirmed then the previous one will become invalidated and will be removed from the mempool.

Then you may wonder what if both the TXs included in the same block, like I did and here is why it will never happen explained by o_e_l_e_o

If both transactions are valid then both transactions can be included in the same block too if the fee is used in the same range then what happens?
The default behavior of a node is never have two or more conflicting transactions in its mempool. When it accepts a replacement, it evicts the original. As such, it would never create a candidate block which contains two conflicting transactions. Should some mining pool edit their software and accidentally mine a block containing conflicting transactions, all other nodes on the network would reject it as being invalid.
legendary
Activity: 3738
Merit: 1708
I am surprised that you somehow managed to get a transaction with a fee so low to even broadcast. I used to use via BTC and I used 10 sat/byte and I almost never could get the transaction broadcasted by electrum. I had to manually go to a block explorer and broadcast the raw transaction there. The fact that you managed to get one being 1sat is very surprising.

Just need to right click on the transaction in electrum, and click Increase fee and use 40-50 sat instead of 1 and it’ll confirm in a few hours. Keep in mind if you don’t have RBF enabled then you will have to wait for it to drop it from the mempool or do CPFP but I don’t think that is necessary in this case. Try and increase fee first and if you get an error let us know and we will do CPFP instead.
hero member
Activity: 2030
Merit: 789
Top Crypto Casino
OP, as a rule of thumb, before making any future BTC BTC transaction, ensure you have gone to https://mempool.space  to get the current fee rate. I failed to do so two weeks ago and my transaction was unconfirmed for almost a week. Good thing Electrum RBF feature is enabled by default — I was able to bump the fee. I'm saying this because some wallet providers like Mycelium wallet fee suggestions are confusing but a tool like mempool.space streamlines the process.
legendary
Activity: 2380
Merit: 5213
3. Can later one of the nodes which has my transaction actually complete it? If yes, then what happens?
If the fee you use for the new transaction is high enough, those nodes that have the old transaction will replace that with the new transaction.
If the fee you use for the new transaction isn't high enough, those nodes that have the old transaction will reject the new transaction and will keep the old one.

Once one of the transactions gets confirmed, the other one would be invalidated and wouldn't have any chance to be confirmed.


By the way, transactions are not confirmed by the nodes. They are confirmed by the miners.
sr. member
Activity: 322
Merit: 306
Farewell LEO o_e_l_e_o
I sent a small amount of BTC between my two Electrum wallets. After almost 12 hours the transactions status is still Unconfirmed in both wallets.

The importance of adjusting transaction fees with mempol is to ensure that there are no delays in transactions.

The problem of unconfirmed transactions that you made from wallet A to wallet B using the Electrum wallet has been answered and the answer is that the transaction fees are very low, even below the mempol low priority transaction fees.

Carrying out small transactions with a calculated fee greater than the amount of Bitcoin you will transfer, my advice is not to do it.
If you still have to do it out of necessity, other solutions can be found outside of this.
newbie
Activity: 7
Merit: 4
@hosseinimr93 and @o_e_l_e_o:
What if:
1. I remove the local transaction from the sending wallet
2. I spend all the coins
3. Can later one of the nodes which has my transaction actually complete it? If yes, then what happens?
hero member
Activity: 2310
Merit: 757
Bitcoin = Financial freedom
I purposely set it to the lowest possible because the actual amount is under $1, so there is no point in paying ~$20 to speed them up. These are my initial test transactions before I sweep the wallet and send entire balance to the receiving wallet.
What does it mean if I use Remove?
- will it cancel the transaction and reset the balances in both wallets to the pre-transaction value? If Remove is not the same as cancel, how do I cancel?


As explained above, removing the local transaction will make the balance reappear and there won't be a trace of the transaction under electrum history. So by removing you can able to spend the amount with the higher fee but if the amount you are sending is less than the fee then consider it as dust and don't bother moving it.
legendary
Activity: 2380
Merit: 5213
The transactions are now showing as Local in both wallets.
Being local means that the transaction exists in the wallet file, but the server you are connected to doesn't have it in its mempool.


What does it mean if I use Remove?
With removing the transaction, you would remove your transaction from the wallet file.
Take note that any node that has your transaction in its mempool will still have your transaction, even if you remove it. Once you connect to a server that has your transaction in its mempool, your transaction will appear again.

As mentioned above by o_e_l_e_o, you can remove your local transaction, so that you can make a new transaction.
If you don't want to make a new transaction after removing the local transaction, you wouldn't change anything just with removing the local transaction.
legendary
Activity: 2268
Merit: 18509
- will it cancel the transaction and reset the balances in both wallets to the pre-transaction value? If Remove is not the same as cancel, how do I cancel?
You cannot cancel a bitcoin transaction. Once it has been broadcast, it remains valid until the coins are spent in a different transaction, and could be mined at any time (although this won't happen for a long time given your very low transaction fee).

What you can do is remove the transaction from the sending wallet, which will allow you to spend those coins in a new transaction. If the transaction is showing as local, simply right click on it and delete it. This will indeed reset your balances, and you can then make a new transaction sending the same coins (plus any other coins you want to send) with a higher fee.

- what does it mean re-broadcast it after I remove it? Does it mean I enter it in the send tab as a new transaction?
You don't want to rebroadcast the same transaction. It won't achieve anything and it still won't be mined any time soon.
newbie
Activity: 7
Merit: 4
First, thank you all for the info, very helpful for a novice like me.
I'm on the latest version of Electrum: 4.4.6, on Windows.
The transactions are now showing as Local in both wallets.
The balance in the receiving wallet shows as if they completed, but the balance is Frozen.
Based on what you all said, these transactions will never be completed because of the low fee. I purposely set it to the lowest possible because the actual amount is under $1, so there is no point in paying ~$20 to speed them up. These are my initial test transactions before I sweep the wallet and send entire balance to the receiving wallet.
What does it mean if I use Remove?
- will it cancel the transaction and reset the balances in both wallets to the pre-transaction value? If Remove is not the same as cancel, how do I cancel?
- what does it mean re-broadcast it after I remove it? Does it mean I enter it in the send tab as a new transaction?
 
thanks!
sr. member
Activity: 1512
Merit: 351
I sent a small amount of BTC between my two Electrum wallets. After almost 12 hours the transactions status is still Unconfirmed in both wallets.
From Wallet:
Unconfirmed [1.5 sat/b, 503.19 MB]
Unconfirmed [1. sat/b, 503.39 MB]
To Wallet:
Unconfirmed [1.5 sat/b, 503.39 MB]
Unconfirmed [1. sat/b, 503.39 MB]
I don't think this is normal. How do I get this resolved?
thanks
This is way too low mate mine was set to 35 sats/vB and was confirmed already but it took maybe 2-3 days to hit at that level. Just like yours I also have a 1 sats/vB, 28 sats/vB and a 30 sats/vB transaction and all of them were still unconfirmed though it was just a trial and error but yeah I am happy that the one transaction with a much higher fee that I cancelled was already confirmed like two days ago.
hero member
Activity: 1260
Merit: 723
With very low fee rates like 1 to 1.5 sat/vbyte, your transactions will be dropped from many mempools but even there are some mempools don't drop your transactions, they will not confirm yours.

Waiting is waste of your time.

Try to connect your Electrum wallet to some different Electrum servers and if you see your transaction shows as Local. Click on it to Remove. Then rebroadcast your transaction with higher fee rate. Current mempools will give you confirmation with fee rate like 40 sat/vbyte.
hero member
Activity: 644
Merit: 592
Leading Crypto Sports Betting & Casino Platform
I sent a small amount of BTC between my two Electrum wallets. After almost 12 hours the transactions status is still Unconfirmed in both wallets.
From Wallet:
Unconfirmed [1.5 sat/b, 503.19 MB]
Unconfirmed [1. sat/b, 503.39 MB]
To Wallet:
Unconfirmed [1.5 sat/b, 503.39 MB]
Unconfirmed [1. sat/b, 503.39 MB]
I don't think this is normal. How do I get this resolved?
thanks
Bro, this is what many people are facing recently due to network congestion and you may check the current info/stats through mempool.space in case you do not know it. The site will always guide you on the current standing of the network and the right fees that will help your transaction to push through as quickly as possible. By what you quoted, the speed priority is very low, your transaction will not be mined in the block.

But don't be discouraged, as it is now, Electrum wallet has the replace-by-free enabled for every transaction, so you can pump the fee to make the transaction go faster.
legendary
Activity: 3024
Merit: 1496
I sent a small amount of BTC between my two Electrum wallets. After almost 12 hours the transactions status is still Unconfirmed in both wallets.
From Wallet:
Unconfirmed [1.5 sat/b, 503.19 MB]
Unconfirmed [1. sat/b, 503.39 MB]
To Wallet:
Unconfirmed [1.5 sat/b, 503.39 MB]
Unconfirmed [1. sat/b, 503.39 MB]
I don't think this is normal. How do I get this resolved?
thanks

The fees is way too low. I don't think it will ever get confirmed. I believe Electrum gives an option to increase the fees so please make use of that and increase the fee according to the mempool. Otherwise your money will be lost forever in the Blockchain.

Check fees here - https://mempool.space/

This is a big issue that Bitcoin network is facing right now. Unless these ordinals are banned from the network, I don't think it will ever get resolved.
legendary
Activity: 2380
Merit: 5213
(don't forget to enable RBF feature).
The option to enable/disable RBF has been removed since the version 4.4.0 of electrum and all transactions are automatically flagged as RBF.


He supposed not be able to broadcast such transaction because nodes are not accepting a transaction below the purging. I am doubting it that it may be a local transaction.
OP posted the transaction status and according to that, the transaction has been broadcasted by the server.
Nodes can have their own setting and it's not that they all have the same purging fee rate.

Of course, many other nodes have probably rejected OP's transaction and it's possible that the transaction status changes to local once OP is connected to a different server.
hero member
Activity: 1498
Merit: 702
This is not a problem, infact everyday the complications in Crypto-currency keeps getting simpler, I don't know the version of electrum you using but I use the updated version and on this version it tells you what you should do if you are having issues like unconfirmed transactions.
I believe if you go to your transaction status you would see a note asking you to bump you transactions fee to speed up the process it's that simple.
Pages:
Jump to: