May 5, 2026

Why outputs’ spendable and solvable are false?

I noticed a transaction whose spendable and solvable are both false, what does this mean and why?

 {
    "txid": "c940241a0ef626e865e2004bc120536fb7868d510115e923c76d5e658a97f6d5",
    "vout": 0,
    "address": "mnbFFLXUqTPBweLm6w1GA2ZAJQbrTndEGC",
    "account": "",
    "scriptPubKey": "76a9144d98b2350032c849ac6e6e7ad0eb88e00fd7fbff88ac",
    "amount": 1.10000000,
    "confirmations": 132,
    "spendable": false,
    "solvable": false
},

Is this means this utxo is invalid somehow so cannot spend it?

Also, this is on testnet.

Previous Article

Successfully compile bitcoin without errors, but get ‘Abort trap: 6’ when I run /.bitcoind on Mac OSX

Next Article

Blockchain.info testnet websocket doesn’t work

You might be interested in …