Post
Topic
Board Development & Technical Discussion
Re: Question Regarding a Pending Transaction
by
BitcoinCanSaveUsAll
on 07/02/2024, 16:48:59 UTC
Supplemental Info:

Although the transaction isn't listed in either of my node's mempool, I was able to copy the raw transaction from mempool and decoded it using the decoderawtransaction command and it produced the following output:


16:43:44

decoderawtransaction 02000000000101039e22a2307f736baed142bbe3faab8c73af359d66abdc0ed82894bec5acd4080 000000017160014f7b69d0d55cbc447c1fcfee91731bf12638d30f5fdffffff0264c0f505000000 0017a914c9a102d204d83d2725d84bf8b8124bf879614f5b87391b0000000000001976a9147c28f a5c7f37de70fd6b74b5e7ce6c8e575e90df88ac02483045022100f65393217d2c83c71f11ecb101 25bd277de5bb2bc08e3eac296ce3bcef38c3980220351e68d01c12495a1e30912174e7a76bca1b6 8f7d55fb904aa5010f57bdc55610121033e123903b5d3891da423fdc387e096a8b16558820e612d e8176dff650d9d709f68a00c00


16:43:44

{
  "txid": "73e65b2aba2a493e5db4cd19976b608e5bc4925952bc3020354fe56d9cef8d25",
  "hash": "b7e5b1f2fd2400b932c3efc69ba1f27943a7298dd5d81e4ab9ddc2837cfdd33a",
  "version": 2,
  "size": 250,
  "vsize": 168,
  "weight": 670,
  "locktime": 827496,
  "vin": [
    {
      "txid": "08d4acc5be9428d80edcab669d35af738cabfae3bb42d1ae6b737f30a2229e03",
      "vout": 0,
      "scriptSig": {
        "asm": "0014f7b69d0d55cbc447c1fcfee91731bf12638d30f5",
        "hex": "160014f7b69d0d55cbc447c1fcfee91731bf12638d30f5"
      },
      "txinwitness": [
        "3045022100f65393217d2c83c71f11ecb10125bd277de5bb2bc08e3eac296ce3bcef38c39802203 51e68d01c12495a1e30912174e7a76bca1b68f7d55fb904aa5010f57bdc556101",
        "033e123903b5d3891da423fdc387e096a8b16558820e612de8176dff650d9d709f"
      ],
      "sequence": 4294967293
    }
  ],
  "vout": [
    {
      "value": 0.99991652,
      "n": 0,
      "scriptPubKey": {
        "asm": "OP_HASH160 c9a102d204d83d2725d84bf8b8124bf879614f5b OP_EQUAL",
        "hex": "a914c9a102d204d83d2725d84bf8b8124bf879614f5b87",
        "reqSigs": 1,
        "type": "scripthash",
        "addresses": [
          "3L58dLrzcoKy2VHr5VHisbrT1pGaHexE1U"
        ]
      }
    },
    {
      "value": 0.00006969,
      "n": 1,
      "scriptPubKey": {
        "asm": "OP_DUP OP_HASH160 7c28fa5c7f37de70fd6b74b5e7ce6c8e575e90df OP_EQUALVERIFY OP_CHECKSIG",
        "hex": "76a9147c28fa5c7f37de70fd6b74b5e7ce6c8e575e90df88ac",
        "reqSigs": 1,
        "type": "pubkeyhash",
        "addresses": [
          "1CKVszDdUp4ymGceAZpGzYEFr4RPNHYqaM"
        ]
      }
    }
  ]
}


Perhaps this will help one of your transaction experts identify why it's not in my node's mempool. Thanks.