StableX Academy

Learn crypto the right way.

114 plain-English lessons Β· 15 modules

Hashing (SHA-256)

SHA-256 is the specific hash function Bitcoin uses; it always produces a 256-bit (64 hex character) output.

In depth

SHA stands for Secure Hash Algorithm and the 256 is the output size. Bitcoin miners run SHA-256 trillions of times per second searching for a block hash that starts with enough zeros. Other networks use different functions β€” Ethereum uses Keccak-256 β€” but the principle is identical.

Input text block β†’ "SHA-256" processor icon β†’ 64-character hex string, with a note "always 64 characters, no matter the input size".

Why it matters

When you see a transaction ID or block hash on an explorer, you are looking at a SHA-256 output.