Transactions Per Second (TPS)

A metric that shows how many blockchain transactions a network can process each second, used to gauge speed and scalability.

Transactions Per Second (TPS) measures how many transactions a blockchain network can process in one second. In crypto, it is commonly used as a headline indicator of network speed, throughput, and scalability, especially for applications that require frequent transfers or on-chain activity.

What TPS measures on a blockchain

TPS typically refers to the rate at which valid transactions are confirmed and added to the ledger. That number depends on several design choices, including block size, block time, consensus mechanism, and how nodes propagate data across the network. Some networks report theoretical or maximum TPS based on protocol limits, while real-world TPS reflects current usage, network conditions, and how much demand exists at a given moment.
It is also important to note that “transaction” can vary by chain. On account-based networks, a transaction might be a token transfer or a smart contract call, while on UTXO-based networks it may bundle multiple inputs and outputs. Because transaction complexity differs, TPS alone does not perfectly compare performance across different blockchains.

Practical context and limitations

Higher TPS can reduce congestion and help keep transaction fees more predictable when many users are active, such as during NFT drops, exchange withdrawals, or gaming and payments use cases. Scaling approaches like layer 2 rollups, sidechains, and sharding are often pursued to increase effective throughput without forcing every node to process every transaction.
However, optimizing TPS can introduce tradeoffs, including higher hardware requirements for validators, larger blockchain data, or greater centralization pressure. TPS matters because it influences user experience and network capacity, but it should be considered alongside security, decentralization, finality time, and transaction cost when evaluating a blockchain ecosystem.