Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: SultanTitus on April 13, 2017, 03:38:29 PM



Title: Unconfirmed transaction since more than 2d
Post by: SultanTitus on April 13, 2017, 03:38:29 PM
Hi guys,

Can you help me a little bit ?

I sent, two days ago, some bitcoins from my wallet to a verify address.
My problem is that they're unconfirmed since 2d ans 6 hours and blokchain give me that message:

"Transaction rejected by our node. Reason: Transaction was previously accepted but has been pruned from our database."


Here the hash: c47ca7a5203422e25477e098f4f16e6003dcbdf1fbc1b4615b5f1d4ab76f2241

Maybe it's cause by a lack of fees ?

Thanks for reading,

BR



Title: Re: Unconfirmed transaction since more than 2d
Post by: HI-TEC99 on April 13, 2017, 04:16:58 PM
The network is forgetting about your transaction. Blocktrail's explorer still shows it, but the nodes behind blockchain.info and some other explorers have forgotten about it.

https://www.blocktrail.com/BTC/tx/c47ca7a5203422e25477e098f4f16e6003dcbdf1fbc1b4615b5f1d4ab76f2241

If you can get the raw format of your transaction you can use it to rebroadcast your transaction through one of these links.

https://blockchain.info/pushtx

https://blockr.io/tx/push

If you can't get the raw data for your transaction then the network wil soon forget about it, and the coins it tried sending will return to the address they were "sent" from.

edit

I found the raw data for your transaction and pushed it for you. Blockchain.info now shows it.

If you keep trying to accelerate it using the link below it will guarantee your transaction gets confirmed.

https://www.viabtc.com/tools/txaccelerator/



Title: Re: Unconfirmed transaction since more than 2d
Post by: SultanTitus on April 13, 2017, 04:50:27 PM
Hi HI-TEC99,

Thanks a lot for your help !

I'll take a look to viabtc and try to accelerate it.

I'll inform you if I have some news  :)

Many thanks,

BR


Title: Re: Unconfirmed transaction since more than 2d
Post by: HI-TEC99 on April 13, 2017, 05:02:55 PM
Hi HI-TEC99,

Thanks a lot for your help !

I'll take a look to viabtc and try to accelerate it.

I'll inform you if I have some news  :)

Many thanks,

BR

It's OK now, you don't need to do anything, I accelerated your transaction using viabtc so all you need to do now is wait until it either confirms by itself, or until the viabtc pool mines its next block and confirms it for you.


Title: Re: Unconfirmed transaction since more than 2d
Post by: Chevas Regal on April 13, 2017, 06:10:52 PM
Network is too slow today :-[ , I submitted my transaction and is waiting for it to get confirmed since last 35 minutes. Last block:461746 was explored 35 minutes ago..
for OP, try to rebroadcast your TXN and it will be included in coming blocks, but from next time do remember to add enough fees.


Title: Re: Unconfirmed transaction since more than 2d
Post by: SultanTitus on April 14, 2017, 01:12:46 PM
Hi guys,

My transaction has been confirmed during the night !

Many thanks for help and new tips ;)

BR


Title: Re: Unconfirmed transaction since more than 2d
Post by: loposki on April 15, 2017, 11:06:57 AM
The network is forgetting about your transaction. Blocktrail's explorer still shows it, but the nodes behind blockchain.info and some other explorers have forgotten about it.

https://www.blocktrail.com/BTC/tx/c47ca7a5203422e25477e098f4f16e6003dcbdf1fbc1b4615b5f1d4ab76f2241

If you can get the raw format of your transaction you can use it to rebroadcast your transaction through one of these links.

https://blockchain.info/pushtx

https://blockr.io/tx/push

If you can't get the raw data for your transaction then the network wil soon forget about it, and the coins it tried sending will return to the address they were "sent" from.

edit

I found the raw data for your transaction and pushed it for you. Blockchain.info now shows it.

If you keep trying to accelerate it using the link below it will guarantee your transaction gets confirmed.

https://www.viabtc.com/tools/txaccelerator/



Sorry, I have to ask.

How do you get the raw data for your transactions?


Title: Re: Unconfirmed transaction since more than 2d
Post by: ranochigo on April 15, 2017, 11:32:11 AM
Sorry, I have to ask.

How do you get the raw data for your transactions?
A lot of wallets have an option where users can copy the raw hex signed transaction out.
If you're using Electrum, click copy when you are previewing your transaction. The raw transaction will be copied to your clipboard.
For Bitcoin Core, go to Help>Debug Window> Console and type in
Code:
getrawtransaction YOURTXID
with the TXID replaced accordingly.

If you were to do it using web application, https://chainquery.com/bitcoin-api/getrawtransaction is an example. Select 0:hex.

Else, for Blockchain.info its https://blockchain.info/tx/YOURTXID?format=hex


Title: Re: Unconfirmed transaction since more than 2d
Post by: ahmedjamal1998 on April 15, 2017, 11:32:43 AM

Sorry, I have to ask.

How do you get the raw data for your transactions?

There's an easy way just add "?format=hex" at the end of the tx link from blockchain.info

So here is the link of the transaction:

https://blockchain.info/tx/c47ca7a5203422e25477e098f4f16e6003dcbdf1fbc1b4615b5f1d4ab76f2241

And to get the RAW data you add ?format=hex at the end like this:

https://blockchain.info/tx/c47ca7a5203422e25477e098f4f16e6003dcbdf1fbc1b4615b5f1d4ab76f2241?format=hex

Hope this helped ;)