pull down to refresh

So with 27.x you're beyond assumevalid - this is where your node checks every tx script, which is why it's a bit slower now... may take a day or 2 if yesterday around this time you were at 2023.
I'd just go to https://mempool.space/tx/push (with appropriate vpn or whatever you use for safety) and push the tx there.
Ok, but how is it that I can't find my utxo's back on a blockchain explorer?
reply
you're querying for the inputs of your last tx?
reply
No, i checked the txids of what was in listunspent 0
reply
21 sats \ 4 replies \ @optimism 14h
I think that that is what you couldn't send out yet? So you'll want to query for the inputs of these. run the hex through bitcoin-tx -json <hex>, take the inputs there, these should exist.
reply
Ok. Yeah, they do exist.
Ok, so I could now create a new rawtransaction hex and then push it on the network, right?
reply
21 sats \ 2 replies \ @optimism 13h
You can just send the tx hex you just parsed and push that
reply
Can I check whether an address is my own? I suspect this is the change address as the first output, but I'm not 100% sure.
reply
Ok wait. I checked with getaddressinfo and ismine == true