Utilido
Crypto Units

Cryptocurrency Unit Converters

Convert between display units (BTC, ETH, SOL, etc.) and smallest on-chain denominations. This is unit scale only, not live exchange rates.

Use cases

When these tools help

  • Check whether a wallet balance uses display units or base units.
  • Match explorer integers before pasting into scripts or notes.
  • Avoid rounding away leading zeros on satoshi- or wei-scale values.

Display units vs base units on chain

Wallets often show BTC or ETH while APIs and transaction fields use satoshis, wei, lamports, or drops. The numbers differ by orders of magnitude even when they describe the same holding.

These converters help you read and copy values accurately. They do not provide prices, fees, or investment advice.

When moving a value back into code, keep the integer your source expects. Display-friendly decimals can lose precision if rounded too early.

Pick the coin that matches your data source, then verify the from and to units in the selector before copying.