What does a crypto address look like?

Crypto addresses are long strings of characters that vary by network. They may look intimidating at first, but each format follows consistent rules that help you identify which blockchain an address belongs to.

Ethereum

0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18

42 characters. Always starts with 0x. Used across Ethereum and all EVM-compatible networks (Arbitrum, Optimism, Polygon, Base, BNB Chain).

Bitcoin

bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh

Bech32 format (modern, starts with bc1). Legacy formats start with 1 or 3. Multiple formats exist because Bitcoin's address standard has evolved over time.

Solana

7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU

32-44 characters, base58 encoding. No standard prefix — just a string of alphanumeric characters.

Cosmos

cosmos1xy2kgdygjrsqtzq2n0yrf2493p83kkfj5e7a9t

Starts with a human-readable prefix that identifies the chain: cosmos1, osmo1, juno1, etc.

Public address vs private key

This is the single most important distinction in all of crypto, and it is worth stating plainly:

  • Your address is public. It is safe to share. It is how people send you crypto. Anyone can look it up on a block explorer and see its transaction history. Sharing your address is like giving someone your email address — they can send you things, but they cannot access your account.
  • Your private key is secret. It controls the address. Whoever has the private key can spend all the funds in the address. If someone gains access to your private key, your funds are gone. There is no recovery process, no customer support, and no way to reverse the theft.

In practice, most people interact with their private keys indirectly through a wallet application that stores and manages keys for them. The wallet may present the private key as a seed phrase (also called a recovery phrase) — a series of 12 or 24 words that encodes the key in a human-readable format.

One wallet, many addresses

A single seed phrase can generate an essentially unlimited number of addresses across multiple blockchain networks. This is possible because of a standard called hierarchical deterministic (HD) derivation — your seed phrase is a master key from which child keys (and their corresponding addresses) are mathematically derived.

In practical terms, this means:

  • One seed phrase can produce addresses for Ethereum, Bitcoin, Solana, Cosmos, and many other networks
  • You can create multiple addresses on the same network — useful for separating personal funds from DeFi activity, or for privacy
  • If you back up your seed phrase, you can recover all your addresses on a new device

Address formats by network

NetworkPrefix / formatExample startLength
Ethereum & EVM chainsHex with 0x prefix0x742d...42 characters
Bitcoin (bech32)Bech32bc1q...42-62 characters
Bitcoin (legacy)Base58Check1A1z... or 3J98...25-34 characters
SolanaBase58(no fixed prefix)32-44 characters
Cosmos ecosystemBech32 with chain prefixcosmos1...Varies by chain
TronBase58CheckT...34 characters
AptosHex with 0x prefix0x...66 characters

Name services: human-readable addresses

Crypto addresses are functional but not exactly user-friendly. Typing or pasting a 42-character hexadecimal string is error-prone and impersonal. Name services solve this by mapping human-readable names to blockchain addresses, much like how DNS maps domain names to IP addresses.

ENS (Ethereum Name Service)

vitalik.eth resolves to an Ethereum address. The most widely adopted naming system in crypto. Works across most Ethereum wallets and DeFi applications.

SNS (Solana Name Service)

name.sol resolves to a Solana address. Serves the same purpose as ENS but for the Solana ecosystem.

Other services

Unstoppable Domains (.crypto, .wallet), Lens Protocol handles, and others. The space is fragmented, with no single standard across all blockchains.

A privacy consideration: ENS names are public. If you register yourname.eth and use it publicly, anyone can resolve it to your address and view your entire on-chain history — every transaction, every token, every DeFi position. Think carefully before linking a recognizable name to an address that holds significant assets. For more on this topic, see the crypto privacy and security guide.

Can you reuse addresses?

Yes, technically you can reuse the same address indefinitely. There is no functional limitation. However, reusing a single address for everything has privacy implications.

Because blockchain transactions are public and permanent, anyone who knows one of your addresses can see every transaction that address has ever made. If you use one address for everything — receiving your salary, trading on exchanges, interacting with DeFi, making purchases — all of that activity is linked and visible.

For better privacy, consider using different addresses for different purposes: one for receiving payments, one for DeFi activity, one for long-term storage. This is trivially easy with modern wallets that support multiple accounts from a single seed phrase.

What happens if you send to the wrong address?

This is one of the most consequential differences between crypto and traditional banking. If you initiate a bank transfer to the wrong account, the bank can typically reverse it. In crypto, there is no undo.

If you send cryptocurrency to a valid address that belongs to someone else, those funds now belong to that person. There is no mechanism to force a reversal. If the address belongs to nobody (or is a "burn address"), the funds are permanently inaccessible.

Sending to the wrong network

A related but distinct problem: sending tokens to the right address but on the wrong network. For example, sending ETH on the Ethereum mainnet to an address that only exists on Arbitrum. Because EVM-compatible networks share the same address format, this mistake is more common than you might expect.

In some cases — particularly with EVM-compatible chains that share address formats — the funds may be recoverable if you control the same address on the destination chain. But sending Bitcoin to an Ethereum address, or vice versa, typically results in permanent loss.

How to protect yourself

  • Double-check the address. Verify at least the first and last several characters.
  • Use name services when possible. Sending to vitalik.eth is less error-prone than pasting a 42-character string.
  • Send a small test transaction first. Before sending a large amount, send a tiny amount and confirm it arrives. The small network fee is worth the peace of mind.
  • Verify the network. Make sure you are sending on the correct blockchain network, especially when working with EVM-compatible chains that share address formats.

Checksums: a built-in safety net

Ethereum addresses include a subtle safety feature: mixed-case checksum encoding (defined in EIP-55). The uppercase and lowercase letters in an Ethereum address are not random — they encode a checksum that wallets use to detect typos.

If you change a single character in a checksummed address, the uppercase/lowercase pattern will no longer match, and a well-built wallet will warn you that the address may be invalid. This does not protect against all errors (you could still paste a completely different valid address), but it catches accidental character changes.

Exploring any address with CleanSky

One of CleanSky's core features is address-based portfolio viewing. Paste any address — or an ENS name, or an SNS name — and see everything associated with it: all tokens, all DeFi positions, across all supported networks. No wallet connection required. No account needed.

This is possible precisely because addresses and their contents are public on the blockchain. CleanSky reads this public data and presents it in a clear, organized view — showing you not just what tokens an address holds, but the underlying exposure, risk categorization, and cross-chain positions that a block explorer alone would not reveal. Learn more about how wallets work in our crypto wallet guide, or explore the fundamentals in blockchain basics.

Paste any address or ENS name — see your complete portfolio across all supported networks instantly.

Try CleanSky Free →