We all know that last week the fees were high, I had some transactions that I sent using Blockchain.com, but it was not confirmed for a long time.
I looked for a way to solve the problem, and I found this explanation.
I would like to share it with you.
https://steemit.com/bitcoin/@profitgenerator/tutorial-how-to-fix-unconfirmed-transactionsRequirements:
Unconfirmed transaction sent from wallet that does not support RBF.
The solution:
Import that wallet into Electrum, using private key or wallet seed.
We will do all the work on that wallet because it is easy to modify options in it.
Open that wallet using Electrum, you will notice the Unconfirmed transaction, but you can't do much because the wallet does not support RBF.
Disconnect the Internet, and do not return it until the last step to solve this problem.
Copy the hash of the transaction, by right clicking on it and copy. It should be a SHA-256 hash.
Create a Backup of the wallet. Be sure to do this step, problems may occur at any moment.
Open the wallet file with a text editor. The format of the wallet is JSON
Press CTRL-F on the keyboard, and search for this hash in the file
Do the following:
Delete between [] brackets + the coma above
Delete the TX hash
Delete everything between the {} bracket
Now open the wallet file, if it does, then you've finished the hard part.
If it does not work, repeat the above steps again.
Now sign a new transaction, but with a higher fee.
Reconnect to the Internet, sign this message through the file you created. And we're done.