Sign inSign up

pymmdrza/pyexplorer

By pymmdrza

Updated 9 months ago

bitcoin block explorer monitoring block and transaction and bitcoin wallet address

Image
API management
Monitoring & observability
Web analytics
0

2.1K

pymmdrza/pyexplorer repository overview

Blockchain 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

Quick Start

Local Installation
# 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
# 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:

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

License

This project is licensed under the MIT License - see the LICENSE file for details.

Tag summary

Content type

Image

Digest

sha256:2f22dffea

Size

245.6 MB

Last updated

9 months ago

docker pull pymmdrza/pyexplorer