Bitcoin was designed to survive. Not as an investment thesis — as a protocol engineered from the ground up to route around failure, resist censorship, and keep value moving when every other system goes dark. The question “can you send Bitcoin without the internet?” is not hypothetical. It is a design feature. And for anyone serious about sovereignty, understanding these capabilities is not optional — it is foundational.
This article breaks down the real, working technologies that let you broadcast Bitcoin transactions when traditional infrastructure is unavailable. No hand-waving, no “what-if” fantasies. Tested, deployed, open-source systems that exist right now.
Why This Matters: Bitcoin’s Censorship Resistance Is Physical, Not Theoretical
Most people think of Bitcoin’s censorship resistance as a property of the software — no central server to shut down, no single point of failure in the peer-to-peer network. That is true, but incomplete. Real censorship resistance means the protocol can function even when the physical layer — the internet itself — is compromised, throttled, or simply absent.
Governments have shut down internet access during protests. Natural disasters destroy cell towers and fibre optic lines. Remote regions never had reliable connectivity in the first place. In every one of these scenarios, traditional digital payment systems — banking apps, card networks, even centralized “digital currencies” — fail immediately. They depend on always-on connectivity to centralized servers.
Bitcoin does not. A signed Bitcoin transaction is just data — roughly 250 bytes for a simple transfer. It does not care how it reaches a mining node. It can travel over the internet, over radio waves, via satellite, through a mesh network, or even encoded in a text message. As long as that signed blob of data reaches a node connected to the Bitcoin network, it will be validated, propagated, and eventually confirmed in a block.
This is the difference between a system designed for convenience and a system designed for survival.
The Transaction Layer: What Actually Needs to Happen
Before diving into specific technologies, it helps to understand what a Bitcoin transaction actually requires at the protocol level.
| Step | Requirement | Internet Needed? |
|---|---|---|
| 1. Construct transaction | Know your UTXOs, destination address, fee rate | No — can be done fully offline with a pre-synced wallet |
| 2. Sign transaction | Private key + signing algorithm | No — entirely local cryptographic operation |
| 3. Broadcast transaction | Deliver signed TX to any Bitcoin node | No — this is where alternative transports come in |
| 4. Confirmation | Miners include TX in a block | Happens on the network — out of your hands once broadcast |
The critical insight: steps 1 and 2 are fully offline. Step 3 only requires that your ~250 bytes of signed transaction data reach any node on the Bitcoin network, by any means. Step 4 happens autonomously. This architecture is what makes offline Bitcoin transactions not just possible but practical.
Mesh Networks: Peer-to-Peer All the Way Down
A mesh network is a decentralized communication topology where every device acts as both an endpoint and a relay. There is no central router, no ISP, no single point of failure. Data hops from device to device until it reaches its destination. Sound familiar? It should — it mirrors Bitcoin’s own peer-to-peer architecture.
goTenna and TxTenna
The goTenna Mesh device is a compact radio transceiver that pairs with a smartphone via Bluetooth. It operates on the 900 MHz ISM band (unlicensed in North America), with a range of roughly 1-6 km per hop depending on terrain and line of sight. Multiple goTenna devices form a self-healing mesh — if one node drops out, traffic automatically reroutes.
TxTenna, developed by the Samourai Wallet team, is the software layer that bridges Bitcoin transactions to the goTenna mesh. Here is the flow:
- You construct and sign a Bitcoin transaction on your phone (offline, using Samourai Wallet’s offline signing capability).
- TxTenna breaks the signed transaction into small packets compatible with the goTenna radio protocol.
- Your goTenna device broadcasts these packets over radio.
- Other goTenna devices in range receive and relay the packets, hopping across the mesh.
- Eventually, the packets reach a goTenna node that also has internet connectivity (a “gateway node”).
- That gateway node reassembles the transaction and broadcasts it to the Bitcoin network.
The entire process is permissionless. No account, no registration, no API key. Just radios passing data. This is how a truly censorship-resistant payment network should work.
Meshtastic and LoRa
The mesh networking space has expanded significantly since goTenna’s initial deployments. Meshtastic, an open-source project, uses inexpensive LoRa (Long Range) radio modules — often under $30 per unit — to create mesh networks with ranges of 1-10+ km per hop. LoRa’s low power consumption means nodes can run on small solar panels or batteries for extended periods.
The Bitcoin development community has already demonstrated Bitcoin transaction relay over Meshtastic networks. Because the protocol is open-source, anyone can build and deploy nodes, making it far more resilient than any proprietary solution.
| Technology | Range per Hop | Cost per Node | Open Source |
|---|---|---|---|
| goTenna Mesh | 1–6 km | ~$180 USD | Partial (hardware proprietary, SDK available) |
| Meshtastic (LoRa) | 1–10+ km | ~$20–50 USD | Yes — fully open source |
| Reticulum Network | Variable (multi-transport) | ~$20–50 USD (LoRa-based) | Yes — fully open source |
Satellite Broadcast: The Global Fallback
Mesh networks solve the local and regional problem. Satellites solve the global one. Blockstream Satellite continuously broadcasts the full Bitcoin blockchain from geostationary satellites covering nearly the entire planet. Anyone with a small satellite dish and a USB SDR (Software Defined Radio) receiver — total cost well under $100 — can receive the Bitcoin blockchain in real time, with zero internet dependency.
This means you can:
- Run a full node — Validate every transaction and block against consensus rules, entirely off-grid.
- Receive the latest blocks — Stay synchronized with the network without downloading a single byte from the internet.
- Broadcast your own transactions — Using the Blockstream Satellite API, you can pay a small Lightning fee to broadcast arbitrary data (including signed transactions) via the satellite network to every receiver on Earth.
Blockstream Satellite turns Bitcoin into a protocol that does not just tolerate the absence of internet — it is engineered for it.
Radio Frequency: Bitcoin Over Ham Radio and HF
Before mesh networking became mainstream, Bitcoin developers were already experimenting with high-frequency (HF) radio for transaction broadcast. The JS8Call protocol, built on top of the FT8 digital mode popular with amateur radio operators, can transmit small data payloads over thousands of kilometres using HF radio waves that bounce off the ionosphere.
A signed Bitcoin transaction — approximately 250 bytes — fits within the capacity of these protocols, though transmission is slow (minutes per transaction). The tradeoff is range: a single HF radio can reach the other side of the planet under the right ionospheric conditions, with zero infrastructure beyond the radio itself and an antenna.
This approach is the ultimate last resort. When the internet is down, when cell towers are destroyed, when even satellite uplinks are jammed, HF radio still works. It has since the 1920s, and it will continue to work as long as the ionosphere exists.
Practical Setup: Building Your Own Offline Bitcoin Capability
For the home miner and sovereignty-focused Bitcoiner, building offline transaction capability is an extension of the same mindset that drives you to run your own miner, operate your own node, and take custody of your own keys. Here is a practical starting point:
- Run a full Bitcoin node at home. This is step zero. If you are already mining with a Bitaxe or ASIC from D-Central, you likely have the hardware and connectivity to run a node.
- Set up a Meshtastic LoRa mesh. Grab two or more LoRa devices (Heltec V3 or LILYGO T-Beam are popular choices), flash Meshtastic firmware, and establish a local mesh. Coordinate with other Bitcoiners in your area to extend coverage.
- Deploy a Blockstream Satellite receiver. A flat-panel satellite antenna plus a TBS 5927 USB receiver gives you continuous blockchain sync. The initial block download still requires internet, but ongoing sync is satellite-only.
- Practice offline signing. Use a hardware wallet or an air-gapped device to construct and sign transactions without network access. Learn the PSBT (Partially Signed Bitcoin Transaction) workflow — it is specifically designed for this.
This is not prepper fantasy. This is operational security for anyone who takes Bitcoin’s promise of censorship resistance seriously. Miners secure the network with hashpower. Node operators validate consensus. And sovereign users ensure they can always transact — no matter what.
Why Home Mining Is Part of This Picture
If you are reading this on D-Central’s site, you probably already understand that decentralization is not just a philosophy — it is a practice. Every home miner running a Bitcoin space heater or a Bitaxe solo miner is strengthening the network’s physical distribution. Every node operator adds another point of validation that cannot be coerced or shut down.
Offline transaction capability is the third pillar. Mining, node operation, and censorship-resistant transacting — together, these make Bitcoin genuinely unstoppable. Not “unstoppable in theory, as long as AWS stays up.” Unstoppable in practice, through radio waves and satellite signals, across mesh networks built by individuals, without asking anyone’s permission.
That is the cypherpunk vision. That is what Satoshi designed. And that is what we build toward at D-Central — whether it is repairing ASIC hardware to keep hashrate decentralized, selling open-source miners to home operators, or writing articles like this one so the knowledge propagates as freely as the transactions themselves.
FAQ
Can you really send Bitcoin without any internet connection?
Yes. A signed Bitcoin transaction is just a small data payload (~250 bytes) that needs to reach any node on the Bitcoin network. That delivery can happen over radio mesh networks (goTenna, Meshtastic/LoRa), satellite (Blockstream Satellite), HF radio, or any other data transport. The signing itself is a fully offline cryptographic operation that requires only your private key.
How far can a Bitcoin transaction travel over a mesh network?
Each mesh hop covers 1-10+ km depending on the technology and terrain. LoRa-based systems (Meshtastic) achieve the longest ranges per hop. Because mesh networks relay data from node to node, the total range is theoretically unlimited as long as there are enough nodes to form a chain. A dense urban mesh could cover an entire city; a rural deployment might span hundreds of kilometres with strategically placed solar-powered nodes.
What equipment do I need to receive the Bitcoin blockchain via satellite?
A small satellite dish or flat-panel antenna, a USB SDR receiver (like the TBS 5927), and a computer running the Blockstream Satellite receiver software. Total cost is well under $100 for basic setups. This gives you continuous, real-time blockchain synchronization with zero internet dependency.
Is offline Bitcoin transacting legal?
Broadcasting data over radio is subject to local regulations (amateur radio licensing for HF, ISM band rules for LoRa/goTenna), but the Bitcoin transaction itself is just data. In most jurisdictions, including Canada and the United States, there are no laws prohibiting the transmission of a Bitcoin transaction over radio or satellite. Always check local radio licensing requirements for your specific setup.
How does this relate to Bitcoin mining and running a node?
Mining secures the network. Running a node validates the rules. Offline transaction capability ensures you can always transact. These three pillars — mining, validation, and censorship-resistant transacting — together make Bitcoin genuinely unstoppable as a decentralized monetary network. If you run a miner at home (whether a full ASIC or a Bitaxe solo miner), adding a full node and offline TX capability completes your sovereign Bitcoin stack.
What is the cheapest way to get started with offline Bitcoin transactions?
A pair of Meshtastic-compatible LoRa boards (Heltec V3 or similar) cost around $20-30 each. Flash the open-source Meshtastic firmware, pair them with smartphones, and you have a basic two-node mesh. Add a Blockstream Satellite receiver for under $100 and you have both local mesh and global satellite coverage. Combined with a hardware wallet for offline signing, your total investment is under $200.