Yes I'm starting to think it was a scammed fake wallet I purchased years ago. Just trying to rule everything out before I give up. Thanks
You can decode the aforementioned transaction's "
RAW Transaction" to totally rule out that it's a dropped or an invalid transaction by checking the inputs that it used.
You can get the raw txn by going to the 'transactions' tab by right-clicking the txn and selecting "
copy raw transaction".
To decode it, go to the console (
Window->Console) and type
decoderawtransaction <space> your copied raw transaction,
eg.:
decoderawtransaction 0100000001e8bbee2adf46abe81d720b78ea355237bbb652955b1bf99d400d3e7e5e386d12......long string...
Then check the inputs' TXID under "
vin", you can use a blockexplorer to see if they are valid or already spent.
BTW, if it's labeled as "
Mined" in the 'Transactions' tab and you didn't mined before, then it's the fake wallet.