I have been trying to create a transaction using bitcoin core during the last 6 hours but it always shows “0/unconfirmed, not in memory pool” in the transaction details, even waiting for more than 2 hours. The node is fully synced (it has the check mark in the bottom right of the UI). I created a new transaction using 0.00040000 BTC per kilobyte as tip which is more than the displayed values in https://mempool.space/, but it didn’t work.
This is the transaction info in the UI:
Status: 0/unconfirmed, not in memory pool
Date: 10/29/24 13:51
To: 3NrVV5oVo64gpyrN5b9BuQDwijti1wxoQP
Debit: -0.04472912 BTC
Transaction fee: -0.00013480 BTC
Net amount: -0.04486392 BTC
Transaction ID: 9e28754c65cd265639873f943aed887827bd6130eafef7fda69627cc5893848f
Transaction total size: 659 bytes
Transaction virtual size: 337 bytes
Output index: 0
And here it’s the information from listtransactions
:
{
"address": "3NrVV5oVo64gpyrN5b9BuQDwijti1wxoQP",
"category": "send",
"amount": -0.04472912,
"label": "",
"vout": 0,
"fee": -0.00013480,
"confirmations": 0,
"trusted": false,
"txid": "9e28754c65cd265639873f943aed887827bd6130eafef7fda69627cc5893848f",
"wtxid": "9a8fa6132cf9c09f66ed8de901a7254f41cc07c62c60a1860ebd64eca2d2ac84",
"walletconflicts": [
"2f54d40fb81fcc4af4781994566fdac896b4e4271e3115fecd97f148356d340f",
"541f7c3ac628cdfaed238a3e3c7fa21d230d508b1c95957c55a1a98a3f008a11",
"ee9ce7c265fc6a68e4d10c90c775aa4500b08193bd9726dd6ebfbf4d01ba9b19",
"79e1ec011fdecd091901f19d186d1ca7fa47250179d73651df9be8e453c78c1b",
"55ac98b62da10020f0997032c25825e3d7f600d3a79b5692c8bcf85c4cb33024",
"fb8f814cb54478323d629ca99293cda8791e5d7c194f4f18c2f8872fb2fca82b",
"b0a6e3c769eaea8f18b8b34ce87d506135b9a5f3e15d29909229b179f6985742",
"4f005c8fc92ed971197a0cedc218bb0fdea6861489b175b99c567e53d7f2e145",
"7b5a2651675346b046c565e761a375f9f3f679dd5fad986b562696471208d667",
"1435d461f19503d946e6c9c5d30e43b636689f9e9a8cc0d6ee14b7f1a7dcb589",
"583faf044aeaf8a556f421b13c03ff5f707f3f0df5a86e418de5a8a836b71996",
"2c97f54ef3fddfac9b0fe2f13b8c0c2ff097acbe796550bce6d5bb464273f6cb",
"ba6efe7b4f3f62a84e36931220e36e68f3a2e7391f9c0e149a11f69fcf0023ce",
"285e09aa40b146bb2370328d84b0d3e411db692180187ad21b5e0e9784211ef2"
],
"time": 1730206264,
"timereceived": 1730206264,
"bip125-replaceable": "yes",
"abandoned": false
}