{"id":26548518,"url":"https://github.com/pymmdrza/blockhub","last_synced_at":"2026-04-09T16:38:21.165Z","repository":{"id":283051333,"uuid":"922483997","full_name":"Pymmdrza/BlockHub","owner":"Pymmdrza","description":"Back-end Service for index Bitcoin Address Wallet and Index Transactions","archived":false,"fork":false,"pushed_at":"2025-03-18T10:38:14.000Z","size":1479,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T10:38:28.967Z","etag":null,"topics":["backend-service","bitcoin","bitcoin-api","bitcoin-wallet","block-explorer","blockchain","btc-tool","explorer","live-transaction","transaction"],"latest_commit_sha":null,"homepage":"https://blockhub.mmdrza.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pymmdrza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-26T10:44:51.000Z","updated_at":"2025-03-18T10:38:19.000Z","dependencies_parsed_at":"2025-03-18T10:48:44.904Z","dependency_job_id":null,"html_url":"https://github.com/Pymmdrza/BlockHub","commit_stats":null,"previous_names":["pymmdrza/blockhub"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FBlockHub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FBlockHub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FBlockHub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FBlockHub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pymmdrza","download_url":"https://codeload.github.com/Pymmdrza/BlockHub/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244914032,"owners_count":20530944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend-service","bitcoin","bitcoin-api","bitcoin-wallet","block-explorer","blockchain","btc-tool","explorer","live-transaction","transaction"],"created_at":"2025-03-22T06:19:14.707Z","updated_at":"2026-04-09T16:38:21.095Z","avatar_url":"https://github.com/Pymmdrza.png","language":"TypeScript","readme":"# BlockHub - Bitcoin Blockchain Explorer\n\n[![BlockHub Logo](https://img.shields.io/badge/BlockHub-Bitcoin%20Explorer-orange)](https://blockhub.mmdrza.com)\n[![Version](https://img.shields.io/badge/version-1.0.3-blue)](https://blockhub.mmdrza.com)\n[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)\n\n[![BlockHub Bitcoin Explorer Backend Service](.github/logo-headers.svg)](#)\n\nBlockHub 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.\n\n## Features\n\n- **Real-time Transaction Monitoring**: Watch Bitcoin transactions as they happen\n- **Block Explorer**: Browse the latest blocks and their contents\n- **Mempool Explorer**: Monitor unconfirmed transactions and fee estimates\n- **Address Explorer**: View comprehensive details about any Bitcoin address\n- **Network Statistics**: Track Bitcoin network metrics in real-time\n- **Datasets**: Access to extensive Bitcoin blockchain datasets (Auto Update Every 24h)\n\n---\n\n## Fast execution BlockHub with Docker and optimized resources\n\nRun with docker from official blockhub image with `latest` tag.\n\n```shell\ndocker pull pymmdrza/blockhub:latest\ndocker run -d -p 80:80 -p 443:443 --name blockhub pymmdrza/blockhub:latest\n```\n\n\n### Git\n\n```shell\ngit clone https://github.com/Pymmdrza/BlockHub\ncd BlockHub\n```\n\n- replace `.env.example` to `.env`\n\n```shell\nchmod +x docker-setup.sh\n./docker-setup.sh\n```\n\n\n### Docker\n\nSee [docs/docker.md](docs/docker.md) for a list of useful Docker commands for managing your BlockHub deployment.\n\n\n| Action       | Description                                    | Link                                               |\n|--------------|------------------------------------------------|----------------------------------------------------|\n| Start        | Start the BlockHub Docker Container            | [view](/docs/docker.md#start-blockhub)             |\n| Stop         | Stop the BlockHub Docker Container             | [view](/docs/docker.md#stop-blockhub)              |\n| Logs         | View the logs of the BlockHub Docker Container | [view](/docs/docker.md#view-logs)                  |\n| Rebuild      | Rebuild the BlockHub Docker Container          | [view](/docs/docker.md#rebuild-and-restart)        |\n| Restart      | Restart the BlockHub Docker Container          | [view](/docs/docker.md#rebuild-and-restart)        |\n| Status       | Check Container Status                         | [view](/docs/docker.md#check-container-status)     |\n| Health       | Check Container Health                         | [view](/docs/docker.md#check-container-health)     |\n| Shell        | Enter Container Shell                          | [view](/docs/docker.md#enter-container-shell)      |\n| Nginx        | View Nginx Configuration                       | [view](/docs/docker.md#view-nginx-configuration)   |\n| Nginx Test   | Test Nginx Configuration                       | [view](/docs/docker.md#test-nginx-configuration)   |\n| Nginx Reload | Reload Nginx Configuration                     | [view](/docs/docker.md#reload-nginx-configuration) |\n\n---\n\n### Backup \u0026 Restore\n\n| Action     | Description                  | Link                                                 |\n|------------|------------------------------|------------------------------------------------------|\n| Backup     | Backup BlockHub Data         | [view](/docs/docker.md#backup-and-restore)           |\n| Restore    | Restore BlockHub Data        | [view](/docs/docker.md#backup-and-restore)           |\n| Backup Env | Backup Environment Variables | [view](/docs/docker.md#backup-environment-variables) |\n\n---\n\n### Troubleshooting\n\n- Check Nginx Logs [view](/docs/docker.md#check-nginx-logs)\n- Check Container Resource Usage [view](/docs/docker.md#check-container-resource-usage)\n- Restart Container [view](/docs/docker.md#restart-container)\n- Force Remove Container [view](/docs/docker.md#force-remove-container)\n- Clean Up Docker System [view](/docs/docker.md#clean-up-docker-system)\n\n---\n\n## Technology Stack\n\n- **Frontend**: React with TypeScript\n- **Styling**: Tailwind CSS for modern, responsive styling\n- **State Management**: React Hooks\n- **Icons**: Lucide React\n- **Charts**: Recharts for data visualization\n- **API Integration**: Blockchain.com API\n- **Containerization**: Docker for easy deployment\n\n## Prerequisites\n\n- Docker\n- Docker Compose\n\n## Installation\n\n### Quick Start with Docker\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yourusername/blockhub.git\n   cd blockhub\n   ```\n\n2. Run the setup script:\n   ```bash\n   chmod +x docker-setup.sh\n   ./docker-setup.sh\n   ```\n\n3. Access BlockHub at `http://localhost` (or the domain/port you configured)\n\n### Manual Setup with Docker Compose\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yourusername/blockhub.git\n   cd blockhub\n   ```\n\n2. Create a `.env` file with your configuration:\n   ```bash\n   cp .env.example .env\n   ```\n\n3. Build and start the containers:\n   ```bash\n   docker-compose up -d\n   ```\n\n4. Access BlockHub at `http://localhost` (or the domain/port you configured)\n\n### Production Deployment with SSL\n\n1. Set up your domain and ensure it points to your server\n\n2. Run the SSL setup script:\n   ```bash\n   chmod +x scripts/ssl-setup.sh\n   ./scripts/ssl-setup.sh yourdomain.com\n   ```\n\n3. Start BlockHub with production settings:\n\n   ```bash\n   docker-compose -f docker-compose.prod.yml up -d\n   ```\n\n5. Access BlockHub at `https://yourdomain.com`\n\n   \nThe application includes fallback mechanisms to ensure functionality even when APIs are unavailable.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Programmer\n\n\n\n- **Pymmdrza** - [GitHub](https://github.com/Pymmdrza)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpymmdrza%2Fblockhub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpymmdrza%2Fblockhub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpymmdrza%2Fblockhub/lists"}