I have been looking for a way to see the address's balance that doesn't belong to my own Bitcoin core wallet.
I don't like to use an external API, I have this full node and I really wonder if this is possible.
I saw this Pieter Wuille's answer: How to get an address's balance with the bitcoin client?
But it is an old answer when Bitcoin core even didn't support addresses as watch-only.
What I can understand from his answer is I can't see this information on my Bitcoin core, but right now with Bitcoin core v0.20.1, is that still not possible?
listunspent
because of https://bitcoin.stackexchange.com/questions/99278/bitcoin-scantxoutset-rpc-command-return-response-too-slow – Oct 02 '20 at 11:27scantxoutset
with an address as a parameter? I saw the documentation but I didn't see how I can add an address in the scan objects. – Luca Blight Oct 02 '20 at 13:39scantxoutset start "[\"addr(tb1qfg7456fh3u4wkff42zpznhjs3w5hcn469p3ymy)\"]"
– Oct 02 '20 at 15:09