pymmdrza/blockhub

By pymmdrza

Updated about 1 year ago

Bitcoin Explorer Backend Service and Live New Transaction + Dump Dataset Bitcoin Rich Address Wallet

Image
Integration & delivery
Message queues
Data science
0

1.1K

pymmdrza/blockhub repository overview

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.

Features

  • Real-time Transaction Monitoring: Watch Bitcoin transactions as they happen
  • Block Explorer: Browse the latest blocks and their contents
  • Mempool Explorer: Monitor unconfirmed transactions and fee estimates
  • Address Explorer: View comprehensive details about any Bitcoin address
  • Network Statistics: Track Bitcoin network metrics in real-time
  • Datasets: Access to extensive Bitcoin blockchain datasets (Auto Update Every 24h)

Fast execution BlockHub with Docker and optimized resources

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
git clone https://github.com/Pymmdrza/BlockHub
cd BlockHub
  • replace .env.example to .env
chmod +x docker-setup.sh
./docker-setup.sh
Docker

See docs/docker.md for a list of useful Docker commands for managing your BlockHub deployment.

ActionDescriptionLink
StartStart the BlockHub Docker Containerview
StopStop the BlockHub Docker Containerview
LogsView the logs of the BlockHub Docker Containerview
RebuildRebuild the BlockHub Docker Containerview
RestartRestart the BlockHub Docker Containerview
StatusCheck Container Statusview
HealthCheck Container Healthview
ShellEnter Container Shellview
NginxView Nginx Configurationview
Nginx TestTest Nginx Configurationview
Nginx ReloadReload Nginx Configurationview

Backup & Restore
ActionDescriptionLink
BackupBackup BlockHub Dataview
RestoreRestore BlockHub Dataview
Backup EnvBackup Environment Variablesview

Github : Pymmdrza/BlockHub

Programmer Mmdrza

Tag summary

Content type

Image

Digest

sha256:316e554a6

Size

80.8 MB

Last updated

about 1 year ago

docker pull pymmdrza/blockhub