🔥🔥🔥 Bloxplorer 🔥🔥🔥¶

Bitcoin and Liquid Blockchain Explorer¶

circle version license downloads

Bloxplorer is a simple yet very effective Bitcoin and Liquid blockchain explorer.

It allows developers to make use of the full power of the Blockstream Esplora HTTP API through a clean Python interface.

Usage¶

Using the Bloxplorer package is easy and straightforward, as it should be.

from bloxplorer import bitcoin_explorer

response = bitcoin_explorer.blocks.get_last_height()
print(response.data)
'586438'

Full documentation is available at https://valinsky.github.io/bloxplorer/

Installation¶

To install the Bloxplorer package just run this command in your favorite terminal:

>>> pip install bloxplorer