https://github.com/evehash/bitcoin-full-node-with-docker
A simple way to deploy your own node with Docker! 🐳
https://github.com/evehash/bitcoin-full-node-with-docker
bitcoin bitcoin-explorer bitcoin-full-node bitcoin-node electrum-server
Last synced: 10 months ago
JSON representation
A simple way to deploy your own node with Docker! 🐳
- Host: GitHub
- URL: https://github.com/evehash/bitcoin-full-node-with-docker
- Owner: evehash
- License: other
- Created: 2022-12-30T20:38:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T11:26:39.000Z (11 months ago)
- Last Synced: 2025-05-12T19:23:25.322Z (10 months ago)
- Topics: bitcoin, bitcoin-explorer, bitcoin-full-node, bitcoin-node, electrum-server
- Language: Dockerfile
- Homepage:
- Size: 309 KB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Bitcoin full node with docker

A simple way to deploy your own node with Docker!
Documentation
| Support
| FAQ
## About the project
Deploy a dockerized node accessible from your local network (LAN). Electrs will be available for connecting any Electrum-compatible wallet and BTC Explorer will allow blockchain exploration.
The node will participate in the Bitcoin network by exchanging blocks with other nodes via Tor. Optionally, it can also be made accessible from anywhere through Tor.
The following services are deployed:
| Service | Version | Base image | Size |
| ------------------------------------------------------------------------------- | ------------ | ------------------ | --------|
| Tor | 0.4.8.13 | debian:stable-slim | 83.2 MB |
| Bitcoin core | 28.1 | debian:stable-slim | 79.8 MB |
| Electrs | 0.10.8 | debian:stable-slim | 80.7 MB |
| Bitcoin RPC Explorer | 3.4.0 | node:22-slim | 377 MB |
| NGINX | stable-slim | nginx:alpine-slim | 11.5 MB |
| i2p (optional) | 2.7.0 | alpine:latest | 222 MB |
## Documentation
- Getting started
- Updating services
## Special thanks and attributions
- The current logo is a modification of the docker logo from Font Awesome under the (CC BY 4.0). The bitcoin logo has been added and colored orange.
- Kudos to Emmanuel Rosa for a an initial list of nodes for Tor.
- Kudos to cozybear-dev for a true multiarch Tor proxy and multiple improvements in documentation/security.