janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.52k stars 1.13k forks source link

Check balances #375

Closed dmitrymaslov99 closed 2 years ago

dmitrymaslov99 commented 2 years ago

Hello. We want to install your browser to receive balances by addresses. Will we be able to do this with the help of your repository, what will be the restrictions and requirements for the server?

janoside commented 2 years ago

@dmitrymaslov99 This tool already makes address balances available depending on your configuration. For example, on the demo site, you can see the balance for this address: bc1qy7ejhj57sgkpecpuxde6lf2j77mpnc3zs0acyh. The demo site has an Electrum Server (electrs) configured which is required to see address balances.

A future improvement that I hope to add soon will be an API endpoint for seeing address details, but again, this will require you to configure an Electrum Server to see address balances.

Hope this helps.