How to rebroadcast a Bitcoin transaction using Blockchain.info’s pushtx feature

Sometimes, due to one reason or another a transaction will get stuck when using your Electrum client. Either due to a bad internet connection or to an outdated client a transaction may not propagate through the bitcoin network causing coins to seemingly disappear. If you have an outdated Electrum client and you try to spend some bitcoins, a transaction may form with no issues and display on your electrum dashboard, but a block explorer like blolckchain.info or block.io will not find the transaction. This tutorial will guide you on how to fetch the raw transaction data from electrum, and using blockchain.info’s pushtx feature rebroadcast the transaction for all the bitcoin nodes to pickup.

Also Read: Why is my Bitcoin transaction not confirming?

Fetching the raw hex of the transaction

The easiest way to retrieve the hex value for a bitcoin transaction using electrum is to right click on transaction under the history tab.

rebroadcast-tutorial

When the window pops up click Save.

Save the .txn file and open it with notepad. You should see the following

{

“hex”: “…..”
“complete: true

}

Copy the numbers between the quotation marks to the right of hex. We will use this value and submit it to blockchain’s pushtx for rebroadcasting.

Submitting transaction for rebroadcasting

Navigate to https://blockchain.info/pushtx

Paste the hex value into the text field and hit submit transaction! That is it, you are done.

If your transaction was indeed stuck because of poor propagation, you should be able to see it on the block explorers and blockchain.info. If you receive a message like High S Value then you might need to make sure that your electrum client is up to date. If you find that you have an outdated client consider saving the wallet’s seed by going to Wallet -> Seed. Then downloading the new version of electrum, and finally restoring a new wallet using the new client using the seed that you stored.

If you liked this article follow us on twitter @themerklenews and make sure to subscribe to our newsletter to receive the latest bitcoin and altcoin price analysis and the latest cryptocurrency news.