Network

The connected set of nodes that communicate, validate, and relay transactions and blocks to keep a blockchain running under shared rules.

A network in crypto refers to the group of connected computers, called nodes, that communicate to operate a blockchain at any given time. These nodes share data, broadcast transactions, and propagate new blocks so that many independent participants can maintain a common ledger without relying on a single central server.

How a blockchain network works

Most blockchain networks are peer to peer. When you send a transaction, your wallet broadcasts it to one or more nodes, which relay it across the network. Nodes check whether the transaction follows the protocol rules, such as proper signatures and sufficient balance, then pass it along. Miners or validators collect valid transactions into blocks, and the network uses a consensus mechanism, such as Proof of Work or Proof of Stake, to agree on which block becomes part of the canonical chain. In practice, this means the network is not just “the blockchain,” it is the living communication layer that keeps the blockchain updated and synchronized.

Nodes, protocol rules, and network types

A node can be a full node that verifies the entire chain independently, or a lighter client that relies on other nodes for some data. The protocol defines how nodes interact, including message formats, validation rules, and participation requirements. Networks can be permissionless, where anyone can join and run a node, or permissioned and private, where only approved entities can participate. For example, people often use “Bitcoin” to refer to the Bitcoin blockchain network, while “bitcoin” refers to the asset itself.
Understanding networks matters because security, censorship resistance, reliability, and decentralization all depend on the number, distribution, and behavior of nodes that enforce the rules.