A professional blockchain explorer web application that provides comprehensive insights into blockchain networks, with enhanced data visualization and user interaction capabilities.
- 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
- Home Page ( Screenshot )
- Transaction Page ( Screenshot )
- Address Page ( Screenshot )
- Block Page ( Screenshot )
docker pull pymmdrza/pyexplorer:latest
docker run -d -p 5000:5000 --name pyexplorer pymmdrza/pyexplorer:latest
# 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
# Install the blockchain explorer
pip install blockExplorer
# Install Docker dependencies and setup
blockExplorer install docker
# Run using Docker
blockExplorer run docker
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.
To set up the development environment:
git clone https://github.com/Pymmdrza/pyExplorer
cd blockExplorer
pip install -e .
blockExplorer install local
: Install all required dependencies for local deploymentblockExplorer install docker
: Setup Docker environment and install dependencies
blockExplorer run local
: Run the application locallyblockExplorer run docker
: Run the application using Docker
This project is licensed under the MIT License - see the LICENSE file for details.