pull down to refresh

No, i checked the txids of what was in listunspent 0
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
reply