Digital Asset Database Digital asset research & education
BTC$77,636+0.12% ETH$2,400-0.67% USDT$0.9997+0.01% BNB$691.66+0.58% XRP$1.36+0.91% USDC$0.9998+0.00% SOL$100.34+0.01% TRX$0.3256+1.20% FIGR_HELOC$1.01-3.13% HYPE$82.01-1.19% ZEC$817.43-2.76% DOGE$0.0826+1.37% RAIN$0.0167-3.20% USDS$0.9998+0.00% XMR$513.04-0.50% LEO$9.25-0.89% WBT$71.07-0.35% LINK$11.17-0.56% ADA$0.2045+3.37% XLM$0.1774+0.82% BCH$246.92-0.88% DAI$0.9998+0.00% CC$0.1119-3.14% USDE$0.9995+0.00% USD1$0.9993+0.00% LTC$50.09+1.63% GRAM$1.33+1.82% UNI$5.71-4.54% HBAR$0.0757+2.46% USDG$1.00+0.04% SUI$0.7657+5.77% AVAX$7.26+0.69%
菜单
首页
资产 全部资产板块排名Heat map筛选器对比资产★ Saved
基本面 Fees & revenue锁定价值Exchange volume网络活动StablecoinsStaking & yield
估值 估值比率Supply & issuance指标定义
机构 交易所交易产品企业资产负债表
研究 研究笔记事件日历风险框架安全事件
学习 Learn library术语表计算工具方法论数据来源数据新鲜度AI agents公开 API
资讯 查询数据 全球市场 关于我们
阅读选项
Photography CryptoStudio
引导视图

市场新手——价格、收益率、market cap?我们在您浏览时逐一解释每个术语,语言简明直白。数据相同,内置辅助说明。

专家观点

您已了解市场。仅呈现数据——简洁、快速、紧凑,无多余说明。此为默认视图。

浅色或深色
语言
公开 API

本站所有数据均可通过 JSON 获取,并附带期间与来源信息。

阅读 API 文档
How networks work Working knowledge 7 min

Proof of work: what the electricity actually buys

Mining converts energy into a cost of rewriting history; the security claim rests on that cost, not on the arithmetic being difficult.

Proof of work secures a ledger by making block production expensive in a way that cannot be faked or shortcut. A miner repeatedly hashes a candidate block with a changing number inside it until the resulting fingerprint falls below a target value; there is no method for this other than trying, and trying consumes electricity and machine time. The security claim that follows is economic rather than mathematical: rewriting recorded history means redoing all that work and then outpacing everyone still building forward.

The search, without the metaphor

A hash function turns any input into a fixed-length output that behaves like a random number, cannot be reversed, and changes completely when one input bit changes. A miner assembles a candidate block, varies a field called the nonce, and hashes the header again. If the output is below the current target the block is valid and can be broadcast; if not, the attempt is discarded and the next one begins.

Two properties of this search matter more than the puzzle imagery usually applied to it. First, it is memoryless: a machine that has been hashing for an hour without success is no closer to a solution than one that just started, because each attempt is an independent draw. Second, verification is trivially fast — anyone can check a claimed solution with a single hash — so the asymmetry between producing and checking is the entire trick. Mining is therefore not a computation that produces anything useful outside the system; the output is proof that a quantity of energy was spent on this specific block, in this specific position in the chain.

Difficulty is a thermostat

Mining difficulty is the parameter that sets the target, and it exists because hash power is not constant. If more machines join, blocks arrive faster; the protocol responds by raising difficulty so that average block time returns to its intended value. Bitcoin recalculates every 2,016 blocks, roughly every two weeks, aiming at ten-minute blocks. Other proof-of-work chains retarget on different schedules, some every block.

The causal direction is worth stating plainly because it is often reversed in commentary. Difficulty follows hash power; it does not drive it. A rising difficulty reading means more machines were hashing during the previous period, and the projected next difficulty change is an extrapolation from how fast recent blocks have arrived relative to schedule. Difficulty is also why block production is smooth over months and lumpy over hours: a chain targeting ten minutes will still produce blocks two minutes apart and then forty minutes apart, because the underlying process is memoryless.

What the spending actually buys

An attacker who wants to erase a recent transaction must build an alternative chain from before it and make that alternative the one nodes select. Under the heaviest-chain rule this means producing more cumulative work than the honest network over the same interval, which requires a comparable or greater share of total hash power for as long as the attack lasts, plus the forgone block rewards from mining honestly instead. This is what a 51 percent attack is: a temporary purchase of majority hash power in order to force a chain reorganization.

What such an attack can do is narrow, and the limits are the part most summaries omit. A majority miner can reverse recent blocks, which allows spending coins twice against a counterparty who accepted too few confirmations, and can refuse to include particular transactions. A majority miner cannot move coins without the corresponding private key, cannot create units beyond the issuance schedule, and cannot change the rules, because every full node checks blocks against its own copy of the rules and discards invalid ones regardless of the work behind them. The attack targets ordering, which is the only thing consensus was ever deciding.

Hash rate is an estimate, not an observation

No one can count hashes. Hash rate is inferred from difficulty and the observed pace of recent blocks, which makes it statistically noisy over short windows: a quiet day and a fast day can differ substantially with no change in the underlying machine fleet. Reading a single day's figure as a real change in mining capacity is one of the most common errors made with this metric. Over weeks, the estimate is informative; over hours, it mostly measures luck.

Related figures behave better. Blocks produced in a day shows whether the chain is running ahead of or behind schedule, and average block time shows the same thing in a different unit. Both matter for anyone estimating how long a given number of confirmations will take.

The energy question, framed accurately

Energy consumption in proof of work is determined by miner revenue, not by transaction count. Miners spend up to the point where the marginal cost of hashing equals the expected marginal reward, so the aggregate power draw tracks the value of the block subsidy plus fees, adjusted for electricity prices and hardware efficiency. Adding transactions to a block does not add hashing; a block that is empty and a block that is full cost the same to find.

This is why per-transaction energy figures are analytically awkward. They divide a cost driven by rewards by a denominator driven by demand, so the number falls when usage rises without anything about the mining industry having changed. The honest framing is that proof of work buys a cost of rewriting history, denominated in energy, and the policy debate is about whether that expenditure is worth what it secures. Both sides of that debate can be described neutrally; this site does not take a position on it.

The other structural fact is that the subsidy declines by design. Bitcoin's halving cuts the new issuance per block on a fixed emission schedule, so the flow paid to miners in native units falls over time while transaction fees make up a growing share. That transition has its own lesson later in this track.

Next, the same security question answered a different way, with a bond instead of a bill. For live network figures, compare hash rate and difficulty on the bitcoin asset page, and see methodology for exactly how hash rate is estimated.

01

核心要点

Mining is a memoryless search for a hash below a target, and its only product is evidence that energy was spent on one specific block position.
Difficulty adjusts to keep block times near their target, so difficulty follows hash power rather than causing it.
A majority of hash power can reorder or censor recent blocks but cannot forge signatures, create units outside the schedule, or change the rules.
Hash rate is inferred from difficulty and block pace, so short-window readings largely reflect statistical luck.
Energy use tracks miner revenue rather than transaction count, which makes per-transaction energy figures misleading.

资产

全部资产板块排名Heat map筛选器对比已保存

基本面

Fees & revenue锁定价值Exchange volume网络活动StablecoinsStaking & yield

Valuation & risk

估值比率Supply & issuance指标定义风险框架安全事件

机构

交易所交易产品企业资产负债表Events研究笔记资讯

学习

Learn library术语表计算工具查询数据AI agents公开 API

关于

关于我们联系方法论数据来源编辑政策数据新鲜度

法律

免责声明使用条款Privacy policy