Memory Pool Memory Pool Refreshing

58,622 transactions
33.64 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,677 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,109 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,676 (315,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
534,447 534,447 0000000000000000001e29b2e9300883d57ed9927cc2e28c8ab7c00291ea4a66 0.51 MB 811 12
534,446 534,446 00000000000000000015f6c6b69a005f8109e31ab58408fe895e790d19c4092e 1.18 MB 2,704 11
534,445 534,445 00000000000000000021778ee5b345212850d20e2d9f7556ebcfa8e672ee8fe5 1.24 MB 2,296 20
534,444 534,444 00000000000000000012ff6b14f186d7b7c41d8e585a40d79f1164dcd92f8b36 0.60 MB 848 51
534,443 534,443 00000000000000000022b287191f8bd887eb953aa60ef6767b3058d7a5aa7879 0.93 MB 886 2
534,442 534,442 00000000000000000000c522e78d71bdc2c0a29bcb8dbe3d397a5fce070983be 1.58 MB 693 3
534,441 534,441 00000000000000000007414f630b4df39800b93b4a6708910a767385d5c7fa9e 1.13 MB 1,879 20
534,440 534,440 0000000000000000001370af4794359af00e0b7e8a822cd3ac7016b5b3166302 1.35 MB 1,329 3
534,439 534,439 00000000000000000025f01c0513f2b746f5e1af5d2450dfc52f95ca3b761437 1.14 MB 1,518 3
534,438 534,438 0000000000000000002b16e7b6c7da27e809335dea5f3e12c99b66550e69d542 0.59 MB 1,354 9
534,437 534,437 0000000000000000001b0316e32da8fb85a61a7557ff30d8fc6bbbb264f7083f 1.15 MB 2,381 11
534,436 534,436 0000000000000000000cbca6fa5ee37ad9e12f0cf393fd6c6acf6426748661be 1.15 MB 2,173 31
534,435 534,435 000000000000000000116f307914c45de4d613e7f3748650ced61511cf201914 1.15 MB 2,149 11
534,434 534,434 000000000000000000007e8fcf0d1a7d302dd345dea5e83b2ae19ec2208a440e 1.23 MB 2,534 25
534,433 534,433 0000000000000000002a64a658a099b929e72e8974a968ac3ffd5de4731ff0d3 1.12 MB 2,111 17
534,432 534,432 0000000000000000001726500059551fd09951335916ec6468233f9085f7c4fa 1.14 MB 2,095 22
534,431 534,431 00000000000000000028e5602d22c4339ed8f3632307633f6314f21192ed1d27 1.21 MB 2,897 36
534,430 534,430 00000000000000000006c6b7a5553d43e9d4d9346f0a1b7785b11a82d839a9a9 1.16 MB 2,557 27
534,429 534,429 0000000000000000001ac094b8de919e72b833a185dc273566b8201c70ba7eae 1.25 MB 2,848 23
534,428 534,428 0000000000000000002685c2b795585fa269748d1cef2e5f64d46bee52daf818 1.14 MB 2,366 52
534,427 534,427 000000000000000000086a2ecfcbcb204670c40c914da9baafab3c07c283bc8e 1.09 MB 2,111 12
Previous 10 blocks ↓
Total Size: 660.90 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: 626.11 GB sent, 3.63 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.