It looks like the time locked transaction in the OP might not even be valid.
I am curious to know if the OP will actually spend the BTC in that address.
Could you please clarify why it might not even be valid?
The first signed rawtx I posted expired since I sent someone 1 BTC. Someone on the Bitcoin Core Slack alerted me to that, and I have signed a new tx with the latest uxto.
01000000010b05fdf5fe9dd5c1edc0c37bbd939d6a96dacccea398cdf9aae873c62b583ecc010000008a47304402204506f42bc2ed8920e719c7f5da77f01c81dfa0e0873869d9be067af12706f00602206967c1018bd33528e73438c13ac2664eec7c7e1d6a743652ec96681897017f25014104c5eb97c372d1666166497a9f8937c7f351fe679977e0b04ff304596a4f1f984c95b1458fec741e1b414dc5c3a6adb6c75fc4a370952d08e59197e94e7eced185000000000100e87648170000001976a914759d6677091e973b9e9d99f19c68fbf43e3f05f988ac287c0600
Looks valid to me.
It looks like it might violate some rules that were recently added from a soft fork.
More specifically, after MIP68 was implemented, any transaction with a version number of less then 2 will not be accepted. The version number on your transaction is "1" which happens to be below "2".
{
"txid": "b9aa02d992ecc9997c8e27e0d0fe81d17a73c5b903e1dd29d082b3e71e5be9d2",
"size": 223,
"version": 1,
"locktime": 425000,
"vin": [
{
"txid": "cc3e582bc673e8aaf9cd98a3ceccda966a9d93bd7bc3c0edc1d59dfef5fd050b",
"vout": 1,
"scriptSig": {
"asm": "304402204506f42bc2ed8920e719c7f5da77f01c81dfa0e0873869d9be067af12706f0060220696 7c1018bd33528e73438c13ac2664eec7c7e1d6a743652ec96681897017f25[ALL] 04c5eb97c372d1666166497a9f8937c7f351fe679977e0b04ff304596a4f1f984c95b1458fec741 e1b414dc5c3a6adb6c75fc4a370952d08e59197e94e7eced185",
"hex": "47304402204506f42bc2ed8920e719c7f5da77f01c81dfa0e0873869d9be067af12706f00602206 967c1018bd33528e73438c13ac2664eec7c7e1d6a743652ec96681897017f25014104c5eb97c372 d1666166497a9f8937c7f351fe679977e0b04ff304596a4f1f984c95b1458fec741e1b414dc5c3a 6adb6c75fc4a370952d08e59197e94e7eced185"
},
"sequence": 0
}
],
"vout": [
{
"value": 1000,
"n": 0,
"scriptPubKey": {
"asm": "OP_DUP OP_HASH160 759d6677091e973b9e9d99f19c68fbf43e3f05f9 OP_EQUALVERIFY OP_CHECKSIG",
"hex": "76a914759d6677091e973b9e9d99f19c68fbf43e3f05f988ac",
"reqSigs": 1,
"type": "pubkeyhash",
"addresses": [
"1BitcoinEaterAddressDontSendf59kuE"
]
}
}
]
}