How can I check a public master address balance?

4

1

I have an extended public key, I need to check it's balance (I have no connection to wallet), is there a third party service for that ? Edit: This is not a bitcoin address. This generates multiple new addresses each time and I want a method to check the total balance given only the master public key .

Haddar Macdasi

Posted 2017-11-19T13:54:39.360

Reputation: 845

Answers

1

You probably mean extended key. There are extended public keys (xpub) and extended private keys (xpriv).

An example xpub would be:

xpub6CUGRUonZSQ4TWtTMmzXdrXDtypWKiKrhko4egpiMZbpiaQL2jkwSB1icqYh2cfDfVxdx4df189oLKnC5fSwqPfgyP3hooxujYzAu3fDVmz

They always start with xpub or xpriv.

You could use https://blockchain.info/xpub/ or goochain.net or Electrum as a view-only wallet.

0xb10c

Posted 2017-11-19T13:54:39.360

Reputation: 953

Yes try an explorer like blockonomics that support segwit xpubs https://blog.blockonomics.co/a-segwit-blockexplorer-47cd516dd8c5

dark knight 2019-10-23T07:49:39.197

What about keys that start with "zpub". Where do you check balance online for these?wilkas 2019-01-29T10:05:27.257

0

so do i understand this correctly that you have a paper wallet public address, or a public address of a wallet you currently cannot access. But you want to check the amount of bitcoin it holds? If so, you just have to go to blockchain.info and copy/paste the public address into the white search box at the top right-hand part of the screen, then hit 'ENTER'. This will show you the amount of bitcoin on the blockchain that was sent to/from that public address.

user65146

Posted 2017-11-19T13:54:39.360

Reputation:

0

The easiest way would be to install the wallet software that was used to create that wallet and restore the wallet using the master public key. This will create a watch-only wallet.

Alternatively if the key is a bip32 xpub and the derivation path is bip44 then you can view the addresses generated with it on blockchain.info. Just paste in the xpub in the search box on that site.

Note that electrum does not use bip44 so if it's an electrum wallet then you should just create a watch-only wallet.

Abdussamad

Posted 2017-11-19T13:54:39.360

Reputation: 1 850

0

If you have an extended public key, I would recommend that you use Blockpath to scan it. It goes through the most popular derivation paths to check for any spent or unspent funds.

Thorkil Værge

Posted 2017-11-19T13:54:39.360

Reputation: 637