{"id":26748081,"url":"https://github.com/pymmdrza/pyexplorer","last_synced_at":"2025-10-27T10:03:20.969Z","repository":{"id":284542578,"uuid":"954795123","full_name":"Pymmdrza/pyExplorer","owner":"Pymmdrza","description":"Python Bitcoin Explorer for monitoring and static block and transaction's and wallet , mempool","archived":false,"fork":false,"pushed_at":"2025-03-26T12:20:00.000Z","size":613,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T12:35:13.138Z","etag":null,"topics":["bitcoin","block","blockchain","blockchain-technology","blockexplorer","explorer","monitoring","pyexplorer","transaction","wallet"],"latest_commit_sha":null,"homepage":"","language":"HTML","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":".github/README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-25T16:17:53.000Z","updated_at":"2025-03-26T12:20:03.000Z","dependencies_parsed_at":"2025-03-26T12:47:27.178Z","dependency_job_id":null,"html_url":"https://github.com/Pymmdrza/pyExplorer","commit_stats":null,"previous_names":["pymmdrza/pyexplorer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FpyExplorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FpyExplorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FpyExplorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FpyExplorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pymmdrza","download_url":"https://codeload.github.com/Pymmdrza/pyExplorer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246009177,"owners_count":20708907,"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":["bitcoin","block","blockchain","blockchain-technology","blockexplorer","explorer","monitoring","pyexplorer","transaction","wallet"],"created_at":"2025-03-28T10:16:09.534Z","updated_at":"2025-10-27T10:03:20.955Z","avatar_url":"https://github.com/Pymmdrza.png","language":"HTML","readme":"# Block Explorer (pyExplorer)\n\n[![Python Bitcoin Explorer](https://img.shields.io/badge/PyExplorer-Demo-F7931A?logo=bitcoin\u0026style=plastic)](https://pyexplorer.mmdrza.com/ 'pyExplorer - Bitcoin Python Explorer')  [![Python Bitcoin Explorer](https://img.shields.io/badge/PyExplorer_(Docker)-Build-2496ED?style=plastic\u0026logo=docker)](https://github.com/Pymmdrza/pyExplorer#docker 'Build Docker pyExplorer - Bitcoin Python Explorer') [![Python Bitcoin Explorer](https://img.shields.io/badge/Features-View-5bb656?style=plastic)](https://github.com/Pymmdrza/pyExplorer#features 'Features pyExplorer Bitcoin Python Explorer') \n\n\nA professional blockchain explorer web application that provides comprehensive insights into blockchain networks, with enhanced data visualization and user interaction capabilities.\n\n![pyExplorer](https://raw.githubusercontent.com/Pymmdrza/pyExplorer/refs/heads/main/.github/index_screen-optimize.png 'pyExplorer Bitcoin block transaction and address monitoring')\n\n## Features\n\n- Real-time transaction tracking\n- Detailed block information\n- Address history and balance tracking\n- Transaction receipt generation\n- Export data in multiple formats (JSON, CSV)\n- Responsive Material UI-inspired design\n- Real-time data updates via WebSocket\n\n## Screenshot\n\n- Home Page ( [Screenshot](https://raw.githubusercontent.com/Pymmdrza/pyExplorer/refs/heads/main/.github/index_screen.png) )\n- Transaction Page ( [Screenshot](https://raw.githubusercontent.com/Pymmdrza/pyExplorer/refs/heads/main/.github/transaction_screen.png) )\n- Address Page ( [Screenshot](https://raw.githubusercontent.com/Pymmdrza/pyExplorer/refs/heads/main/.github/address_screen.png) )\n- Block Page ( [Screenshot](https://raw.githubusercontent.com/Pymmdrza/pyExplorer/refs/heads/main/.github/block_screen.png) )\n\n## Quick Start\n\n### Docker\n\n```\ndocker pull pymmdrza/pyexplorer:latest\ndocker run -d -p 5000:5000 --name pyexplorer pymmdrza/pyexplorer:latest\n```\n\n### Local Installation\n\n```bash\n# Install the blockchain explorer\npip install blockExplorer\n\n# Install required dependencies\nblockExplorer install local\n\n# Run the application\nblockExplorer run local\n```\n\nThe application will be available at `http://localhost:5000`\n\n### Docker Installation\n\n```bash\n# Install the blockchain explorer\npip install blockExplorer\n\n# Install Docker dependencies and setup\nblockExplorer install docker\n\n# Run using Docker\nblockExplorer run docker\n```\n\n## Configuration\n\nThe 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.\n\n## Development\n\nTo set up the development environment:\n\n```bash\ngit clone https://github.com/Pymmdrza/pyExplorer\ncd blockExplorer\npip install -e .\n```\n\n## CLI Commands\n\n### Installation\n- `blockExplorer install local`: Install all required dependencies for local deployment\n- `blockExplorer install docker`: Setup Docker environment and install dependencies\n\n### Running\n- `blockExplorer run local`: Run the application locally\n- `blockExplorer run docker`: Run the application using Docker\n\n### Demo\n\npyExplorer: [Demo](https://pyexplorer.mmdrza.com/ 'pyExplorer Bitcoin Explorer')\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpymmdrza%2Fpyexplorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpymmdrza%2Fpyexplorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpymmdrza%2Fpyexplorer/lists"}