Bloxplorer
Bitcoin blockchain explorer
Install / Use
/learn @valinsky/BloxplorerREADME
🔥 Bloxplorer 🔥
====================================== Bitcoin and Liquid Blockchain Explorer
|CI| |version| |license| |downloads|
Bloxplorer is a simple and effective Bitcoin blockchain explorer.
It allows developers to make use of the full power of the Blockstream Esplora HTTP API <https://github.com/Blockstream/esplora/blob/master/API.md>_ through a clean Python interface.
Now with async support. 🚀
Usage
Using the Bloxplorer package is easy and straightforward, as it should be.
.. code-block:: python
from bloxplorer import bitcoin_explorer
response = bitcoin_explorer.blocks.get_last_height()
print(response.data)
'869056'
Full documentation is available here <https://valinsky.github.io/bloxplorer/>_.
Installation
To install the Bloxplorer package simply run this command in your favorite terminal:
pip install bloxplorer
Links
Documentation <https://valinsky.github.io/bloxplorer/>_GitHub <https://github.com/valinsky/bloxplorer>_PyPi <https://pypi.org/project/bloxplorer>_CI <https://github.com/valinsky/bloxplorer/actions/>_License <https://github.com/valinsky/bloxplorer/blob/main/LICENSE>_
.. |CI| image:: https://github.com/valinsky/bloxplorer/actions/workflows/test.yml/badge.svg :target: https://github.com/valinsky/bloxplorer/actions/
.. |version| image:: https://img.shields.io/badge/version-0.2.0-blue :target: https://pypi.org/project/bloxplorer/
.. |license| image:: https://img.shields.io/badge/license-MIT-orange :target: https://github.com/valinsky/bloxplorer/blob/main/LICENSE
.. |downloads| image:: https://static.pepy.tech/badge/bloxplorer :target: https://pepy.tech/project/bloxplorer/
Related Skills
node-connect
333.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
333.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.0kCommit, push, and open a PR
