Memory Pool Memory Pool Refreshing

72,458 transactions
29.14 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,711 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,068 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,710 (289,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
560,470 560,470 0000000000000000002d036b4d1d3f50458493351630476e5285c8b6ccefcf07 1.22 MB 2,650 43
560,469 560,469 00000000000000000020a4ce87336fc0736a9965ff66cf9f3df5f561ebef9bdb 0.65 MB 1,089 2
560,468 560,468 0000000000000000002a2ac2229355ad270d913191282c0a697321933ad51685 1.22 MB 2,112 5
560,467 560,467 00000000000000000006b98777f7352c60465dfc3b387ff896291b247b9b6242 1.10 MB 2,502 8
560,466 560,466 000000000000000000196d6d1d3f6fe9a9115a63d9b6714d9cef1a976bdb6b35 1.19 MB 2,734 10
560,465 560,465 0000000000000000001f2c05c8b2fc68b901442ea51698ce585db540d2e0c752 1.25 MB 3,031 34
560,464 560,464 0000000000000000002a5b4b71f86bbc09cf046f2541e290722034fcc00eab8d 1.22 MB 2,803 26
560,463 560,463 00000000000000000009a8541d1ab173ce0536bee9329df7ce20f34a0d1058dc 0.53 MB 1,403 14
560,462 560,462 0000000000000000002f06e684a7c239c3f192920ac2850936ca4ca07417b6b6 1.00 MB 1,302 4
560,461 560,461 00000000000000000014978519860da9dd64f67a20e89d79236a5ec54a90b4bc 1.21 MB 1,762 3
560,460 560,460 0000000000000000002d4df04a4734d46af16d1a75aadbe7773d42608593e5b1 1.18 MB 2,395 6
560,459 560,459 0000000000000000001f9b79eeceae0a307a75c4e530e50ffccdb9f6337b8bf3 1.15 MB 2,811 20
560,458 560,458 00000000000000000022eebeb91c706a21b6678a7d70e43493f82c21cc8a0003 1.25 MB 2,727 20
560,457 560,457 00000000000000000007bd4bd3a83c656eac2753e9108a27d98647b1c389e2cb 1.21 MB 2,753 10
560,456 560,456 0000000000000000001111d486a149dadb07a76f3a064443b473f06d2b4d5e72 1.25 MB 2,764 43
560,455 560,455 0000000000000000002c7a118657a25fa061a37558b742b5d5cfbfff1a2ec6d3 0.53 MB 876 9
560,454 560,454 00000000000000000018cdc26b57c39ae0439f6235b7cc5c9ab344bbc26bff6f 1.21 MB 2,672 9
560,453 560,453 0000000000000000001b816f79125c375beabcad9472bd3c84d70de1393488df 1.26 MB 2,553 20
560,452 560,452 0000000000000000002018c1e4aef76aa5653bfbd409d7649d30318921c78890 0.34 MB 828 13
560,451 560,451 0000000000000000002138972de5f18be12aea252c7f22db7e0e218d8923778c 0.32 MB 794 10
560,450 560,450 00000000000000000023c7c6011f452691057a0088d00cfeb084a72eda5b596e 0.91 MB 2,218 15
Previous 10 blocks ↓
Total Size: 660.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 652.48 GB sent, 3.85 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.