Transaction not showing up anywhere

7 replies 184 views
Posts: 7 · Reputation: 74
#1Jul 24, 2022, 01:15 PM
So, I just got back to using the Bitcoin core wallet after a couple of years off. I'm trying to wrap my head around these new descriptors compared to the old private keys. I sent some coins from an old imported address to a fresh Bech32m taproot address, but now I'm in a bit of a pickle. The transaction isn’t even showing up in the mempool. When I look it up on a block explorer, it’s like it never happened. I’ve rescanned the address and the wallet is synced with the blockchain, so I'm confused about what’s going on. Here’s the transaction ID: b7007ef7cf8f9cb180231755a5bb7f2fbab122c7abe7d20cd345641718c730c0 Any thoughts?
5 Reply Quote Share
coin_sigmaLegendary
Posts: 1275 · Reputation: 5553
#2Jul 24, 2022, 05:03 PM
What are your current system specs? Are you sure that your BTC core is fully synced? Can you use this command below and share the result here? Based on ychart the current blockchain size is 528.27GB.
4 Reply Quote Share
gr3g.0rbitHero Member
Posts: 1025 · Reputation: 2646
#3Jul 24, 2022, 09:44 PM
If you want to re-broadcast it and to check what's wrong, go to the "Transactions" tab, right-click on the transaction and select "Copy raw transaction". Then go to Console and enter the command: sendrawtransaction "RAW_TRANSACTION" Alternatively, use testmempoolaccept if you do not want to re-broadcast it. If it shows an error, that is the cause the issue.
4 Reply Quote Share
Posts: 7 · Reputation: 74
#4Jul 25, 2022, 01:16 AM
Thanks, I think I need to rescan because it said: The question is why it showed positive balance on my wallet after full sync and scan?
4 Reply Quote Share
gr3g.0rbitHero Member
Posts: 1025 · Reputation: 2646
#5Jul 25, 2022, 03:10 AM
Yes, it means that your wallet included an already spent or non-existing output in that transaction. You should also abandon that transaction because it'll prevent any other inputs that it tried to spend to be spent in another transaction. Right-click on it and select "Abandon transaction". May be a transaction output or change that got dropped later on, check your transaction list for inconsistencies after the rescan. You'll see it in the icons which should be a 'check', 'clock' (<6confirmations) or 'question mark', check the ones with question mark icons.
4 Reply Quote Share
hodler2019Legendary
Posts: 2182 · Reputation: 12913
#6Jul 25, 2022, 05:41 AM
so I went here. https://www.viabtc.com/tools/broadcast I entered this b7007ef7cf8f9cb180231755a5bb7f2fbab122c7abe7d20cd345641718c730c0 and it says raw transaction send failed that means (I think) it was never sent ever thus you can not re send it.
2 Reply Quote Share
jake.chainSenior Member
Posts: 280 · Reputation: 1307
#7Jul 25, 2022, 11:37 AM
The string OP has shared is a transaction hash or TXID, which is an identifier for the transaction, not the transaction itself. You cannot broadcast that - you need the raw transaction in order to broadcast it.
1 Reply Quote Share
hodler2019Legendary
Posts: 2182 · Reputation: 12913
#8Jul 26, 2022, 02:07 PM
thank you. I was not sure why it failed.
0 Reply Quote Share

Related topics