Answer the question
In order to leave comments, you need to log in
How to check the balance of bitcoin wallets offline?
It is known that the information is stored in the "database" of bitcoin, which occupies about 60 GB. Advise a library or something like that to be able to check the balance at the address?
Answer the question
In order to leave comments, you need to log in
1. Buy a VPS, run a bitcoin node, use JSON-RPC
https://developer.bitcoin.org/reference/rpc/
2. Look for free APIs that suit the request limits
https://btc.com/api-doc
https://www.blockchain.com/api/blockchain_api
https://www.coinapi.io/pricing?apikey
which occupies about 60 GB.
Wallet balances are the UTXO base, its size is now about 4 gigabytes
, download the bitcoin-core database, you don’t need to store it all, because you only need chainstate (the --prune 512 key will take about 5GB)
Then you get the entire list with the utility and look for your address there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question