yogh-io / bitcoin-transaction-explorer

Simple and pure block explorer you can run on top of a full node
http://yogh.io
MIT License
181 stars 38 forks source link

Support xpubkey lookup + BIP32 #7

Open JornC opened 9 years ago

JornC commented 9 years ago

A much-requested feature in various bitcoin communities (though not specifically requested of this block explorer) is the ability to lookup the 'balance' of the addresses that may be derived from an xpubkey.

Now that address indexing is being supported by this block explorer, the ability to do this has become closer to reality.

All we need is BIP32 support and some infrastructure design.