https://github.com/pymmdrza/pyexplorer
Python Bitcoin Explorer for monitoring and static block and transaction's and wallet , mempool
https://github.com/pymmdrza/pyexplorer
bitcoin block blockchain blockchain-technology blockexplorer explorer monitoring pyexplorer transaction wallet
Last synced: 6 months ago
JSON representation
Python Bitcoin Explorer for monitoring and static block and transaction's and wallet , mempool
- Host: GitHub
- URL: https://github.com/pymmdrza/pyexplorer
- Owner: Pymmdrza
- License: mit
- Created: 2025-03-25T16:17:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T12:20:00.000Z (about 1 year ago)
- Last Synced: 2025-03-26T12:35:13.138Z (about 1 year ago)
- Topics: bitcoin, block, blockchain, blockchain-technology, blockexplorer, explorer, monitoring, pyexplorer, transaction, wallet
- Language: HTML
- Homepage:
- Size: 599 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
Awesome Lists containing this project
README
# Block Explorer (pyExplorer)
[](https://pyexplorer.mmdrza.com/ 'pyExplorer - Bitcoin Python Explorer') [-Build-2496ED?style=plastic&logo=docker)](https://github.com/Pymmdrza/pyExplorer#docker 'Build Docker pyExplorer - Bitcoin Python Explorer') [](https://github.com/Pymmdrza/pyExplorer#features 'Features pyExplorer Bitcoin Python Explorer')
A professional blockchain explorer web application that provides comprehensive insights into blockchain networks, with enhanced data visualization and user interaction capabilities.

## Features
- Real-time transaction tracking
- Detailed block information
- Address history and balance tracking
- Transaction receipt generation
- Export data in multiple formats (JSON, CSV)
- Responsive Material UI-inspired design
- Real-time data updates via WebSocket
## Screenshot
- Home Page ( [Screenshot](https://raw.githubusercontent.com/Pymmdrza/pyExplorer/refs/heads/main/.github/index_screen.png) )
- Transaction Page ( [Screenshot](https://raw.githubusercontent.com/Pymmdrza/pyExplorer/refs/heads/main/.github/transaction_screen.png) )
- Address Page ( [Screenshot](https://raw.githubusercontent.com/Pymmdrza/pyExplorer/refs/heads/main/.github/address_screen.png) )
- Block Page ( [Screenshot](https://raw.githubusercontent.com/Pymmdrza/pyExplorer/refs/heads/main/.github/block_screen.png) )
## Quick Start
### Docker
```
docker pull pymmdrza/pyexplorer:latest
docker run -d -p 5000:5000 --name pyexplorer pymmdrza/pyexplorer:latest
```
### Local Installation
```bash
# Install the blockchain explorer
pip install blockExplorer
# Install required dependencies
blockExplorer install local
# Run the application
blockExplorer run local
```
The application will be available at `http://localhost:5000`
### Docker Installation
```bash
# Install the blockchain explorer
pip install blockExplorer
# Install Docker dependencies and setup
blockExplorer install docker
# Run using Docker
blockExplorer run docker
```
## Configuration
The application uses a `config.json` file for API endpoints and other settings. You can modify this file to change the blockchain nodes and APIs used by the application.
## Development
To set up the development environment:
```bash
git clone https://github.com/Pymmdrza/pyExplorer
cd blockExplorer
pip install -e .
```
## CLI Commands
### Installation
- `blockExplorer install local`: Install all required dependencies for local deployment
- `blockExplorer install docker`: Setup Docker environment and install dependencies
### Running
- `blockExplorer run local`: Run the application locally
- `blockExplorer run docker`: Run the application using Docker
### Demo
pyExplorer: [Demo](https://pyexplorer.mmdrza.com/ 'pyExplorer Bitcoin Explorer')
## License
This project is licensed under the MIT License - see the LICENSE file for details.