Hello BitcoinTalk community,
I've encountered a perplexing issue with a recent transaction and I'm hoping to get some insights or assistance from the knowledgeable members here.
**Background:**I executed a series of transactions directly from a node using this script:
https://github.com/codeunsolved/brc20tool I've used this script multiple times in the past without any hitches.
**Details:**- **BTC Payment Address:** `
bc1p8welxq7lx55ane5nhcwfe00k6k6c9m5lty3crnvhwlnalykz2srqhm38zr`.
- **Transaction ID:**
https://mempool.space/tx/369a184f3e941a501b99a2865f6c1db09f39af379ef8c63fb52689e37e3376a7On mempool, the transaction seems to have over 300 confirmations. However, decoding the HEX indicates 0 confirmations, suggesting it hasn't been included in any block. I attempted to mint SATS tokens 500 times in one go, but only 20 reached my address. The intermediary BTC was transferred correctly, but it seems there's a hiccup in the processing.
**HEX Snippet:** ```
],
"block_height": -1,
"block_index": -1,
"confirmations": 0,
"double_spend": false,
"fees": 367829,
"hash": "369a184f3e941a501b99a2865f6c1db09f39af379ef8c63fb52689e37e3376a7",
"inputs": [
```
**Ordinals Link:**https://ordinals.com/tx/369a184f3e941a501b99a2865f6c1db09f39af379ef8c63fb52689e37e3376a7Has anyone experienced something similar or can shed some light on what might be happening? Any guidance or suggestions would be greatly appreciated.
Thank you in advance for your time and assistance.