Bitcoin Explorer Backend Service and Live New Transaction + Dump Dataset Bitcoin Rich Address Wallet
1.1K
BlockHub is a modern, real-time Bitcoin blockchain explorer designed to provide comprehensive insights into Bitcoin transactions, addresses, and network activity. The platform offers a user-friendly interface for exploring the Bitcoin blockchain, with features including live transaction monitoring, detailed address analysis, and access to extensive blockchain datasets.
Run with docker from official blockhub image with latest tag.
docker pull pymmdrza/blockhub:latest
docker run -d -p 80:80 -p 443:443 --name blockhub pymmdrza/blockhub:latest
git clone https://github.com/Pymmdrza/BlockHub
cd BlockHub
.env.example to .envchmod +x docker-setup.sh
./docker-setup.sh
See docs/docker.md for a list of useful Docker commands for managing your BlockHub deployment.
| Action | Description | Link |
|---|---|---|
| Start | Start the BlockHub Docker Container | view |
| Stop | Stop the BlockHub Docker Container | view |
| Logs | View the logs of the BlockHub Docker Container | view |
| Rebuild | Rebuild the BlockHub Docker Container | view |
| Restart | Restart the BlockHub Docker Container | view |
| Status | Check Container Status | view |
| Health | Check Container Health | view |
| Shell | Enter Container Shell | view |
| Nginx | View Nginx Configuration | view |
| Nginx Test | Test Nginx Configuration | view |
| Nginx Reload | Reload Nginx Configuration | view |
| Action | Description | Link |
|---|---|---|
| Backup | Backup BlockHub Data | view |
| Restore | Restore BlockHub Data | view |
| Backup Env | Backup Environment Variables | view |
Github : Pymmdrza/BlockHub
Programmer Mmdrza
Content type
Image
Digest
sha256:316e554a6…
Size
80.8 MB
Last updated
about 1 year ago
docker pull pymmdrza/blockhub