Course
BASICModule 1: Blockchain: How It Works· 3/3

Networks & Explorers

Video thumbnail

Video: Binance Academy © Binance. Played via the official YouTube player. QubitV is not affiliated with Binance.

Many networks, none connected

Ethereum, Solana, BNB Chain, Arbitrum — separate blockchains with their own coins, addresses and rules. A token sent on the wrong network means recovery hassle at best, permanent loss at worst.

Three families you will work with:

Ethereum and EVM networks. Ethereum is the largest smart-contract platform. Its virtual machine (EVM) has been copied by dozens of networks: BNB Chain, Polygon, Avalanche. Addresses look identical (0x...), one wallet works across all EVM networks.

L2s — layers on top of Ethereum. Arbitrum, Base and Optimism execute transactions on their own rails and write the results to Ethereum. They inherit its security and cost hundreds of times less. Same 0x... addresses.

Solana. A separate architecture: its own address format (no 0x), its own wallets, thousands of transactions per second and negligible fees.

⚠️

The same USDT exists separately on every network. Before sending to an exchange or a person, match the network: the recipient must accept the token on the exact network you send it on.

The explorer — a window into the blockchain

An explorer shows everything inside a network: transactions, addresses, balances, contracts.

What an explorer can do:

  1. Search by address — balances and full operation history of any wallet.
  2. Search by transaction hash — status, amount, fee, sender and recipient.
  3. Token page — contract, holder count, volumes.

The rule: a wallet can lie, an explorer cannot. Transaction stuck, tokens missing, balance looks odd — open the explorer first and see what the network actually recorded. We'll practice this in module 5.

Key takeaways

  • Networks are isolated; a token exists separately on each one.
  • The EVM family (Ethereum, BSC, L2s) shares 0x... addresses and a single wallet.
  • The explorer is the source of truth for any transaction and any address.
CHECK YOURSELF
1. A friend asks for USDT and gives address 0x9f3...a21. Which networks can you send on?
2. Your wallet shows a transaction "processing" for an hour. Where is the truth?
3. How do L2s (Arbitrum, Base) differ from standalone networks like BSC?
Transactions & GasCoins vs Tokens