カーボンフットプリント(Carbon Footprint)
人間の活動によって排出される温室効果ガスの総量。CO2換算(CO2e)で測定されます。
正確な計算には、原材料の抽出から廃棄までを追跡するライフサイクルアセスメント(LCA)が使用されます。ソフトウェアエンジニアリングにおいては、コードを最適化することでCPUサイクルが減り、データセンターのスコープ2排出量が直接的に削減されます。
graph LR
Center["カーボンフットプリント(Carbon Footprint)"]:::main
Rel_proof_of_work_pow["proof-of-work-pow"]:::related -.-> Center
click Rel_proof_of_work_pow "/terms/proof-of-work-pow"
Rel_renewable_energy["renewable-energy"]:::related -.-> Center
click Rel_renewable_energy "/terms/renewable-energy"
Rel_energy_efficiency["energy-efficiency"]:::related -.-> Center
click Rel_energy_efficiency "/terms/energy-efficiency"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 5歳でもわかるように説明
車を運転したり、パソコンをつけたりするたびに、目に見えない煙が空に上がっていると想像してください。カーボンフットプリントは、1年間でその煙の雲がどれくらい大きくなるかを正確に測る方法です。
🤓 Expert Deep Dive
GHGプロトコルは排出量を3つのスコープに分類します(スコープ1:直接排出、スコープ2:電力などの間接排出、スコープ3:サプライチェーンなどのその他の間接排出)。ビットコインのようなProof-of-Work(PoW)は巨大なスコープ2排出量を持ちますが、Proof-of-Stake(PoS)への移行でエネルギー消費は99%以上削減されます。また、ASICのようなマイニング機器の短い寿命による電子廃棄物(e-waste)はスコープ3の大きな課題です。
❓ よくある質問
Does a carbon footprint only measure carbon dioxide (CO2)?
No. It measures all greenhouse gases, including methane (CH4) and nitrous oxide (N2O). They are converted into a standard unit called 'CO2 equivalent' (CO2e) so they can be easily compared.
Why do blockchains like Bitcoin have such a large carbon footprint?
Bitcoin uses a system called 'Proof of Work' to secure its network. This requires specialized computers (miners) to run constantly, using massive amounts of electricity. If that electricity comes from fossil fuels, the carbon footprint is very high.
What is 'embodied carbon'?
Embodied carbon refers to the greenhouse gas emissions created when a product is manufactured and transported, before it is even turned on. For a laptop, a huge portion of its lifetime carbon footprint comes just from building the microchips.