Memory Pool Memory Pool Refreshing

69,993 transactions
32.90 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,788 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,145 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,787 (521,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,504 328,504 0000000000000000047c86b2edb8625da6f2b9d78b4a574c6331408be0bd84cc 0.26 MB 310 25
328,503 328,503 0000000000000000038836a36181a0990c94cc22b271a554542a58ebea8b7583 0.35 MB 677 26
328,502 328,502 00000000000000001a111babd7077ceae2eae54aaee88fc64c527ffce2fa5c7e 0.22 MB 399 24
328,501 328,501 0000000000000000134aed3c5f89a7aa5d3a6e1fedaa895486f57fd7ffced47c 0.07 MB 149 29
328,500 328,500 00000000000000001934151558b1717d8052caddc65d5e34d5e86401bb3ce096 0.07 MB 93 21
328,499 328,499 00000000000000000ced4873b0065a2b5ac3fb55217b3d512705c59b057140ab 0.10 MB 223 30
328,498 328,498 000000000000000008b55b7362833fab9164e9b12036d0c42c2cb448cab12c5b 0.29 MB 553 27
328,497 328,497 000000000000000007e146eaa49cfbf96f10e2ad1525f841a19ebe4e898c126e 0.28 MB 545 28
328,496 328,496 000000000000000015c14515a035209e6727418b84da707c36eb1f697a9a4d0f 0.02 MB 54 28
328,495 328,495 000000000000000006312add59ecb4d7bf8406061b61ff332dfbd2d5171a16e2 0.35 MB 668 25
328,494 328,494 0000000000000000018e8147573097e297eb45147fcbb50cb67f7a307d1a1884 0.14 MB 380 37
328,493 328,493 00000000000000000423767012a4efcc436be1481d0bc9bca0ad1b8d075571de 0.29 MB 570 26
328,492 328,492 00000000000000000510090c4b61e81fb0c1726d51d0fa32ffddab7486e773fe 0.63 MB 1,413 29
328,491 328,491 00000000000000000761bbc0f4d973ff87bf1f4be00fd9053b3ff8d183510e82 0.10 MB 235 22
328,490 328,490 000000000000000014c0ef21115bba979c6d094535dd59bdb89cf1216767bbd9 0.25 MB 463 25
328,489 328,489 000000000000000016d1f1c8c295d583a12014e53bb60ddfef56fd9fc817b008 0.66 MB 861 21
328,488 328,488 000000000000000010d37c047aec2c4c52677ad6576b74bae03e7a8d1dbe6b52 0.35 MB 921 34
328,487 328,487 0000000000000000175662b6a0de420cb38a84df051afbbd14b1cb8f1619d743 0.41 MB 600 22
328,486 328,486 0000000000000000138f5badf5bfb7308ee06900d1b198949258d332f8070a0c 0.33 MB 628 27
328,485 328,485 0000000000000000001638f3a296e1e0004ceff67e73ecd6987bb81ed664067a 0.06 MB 81 17
328,484 328,484 00000000000000001e1874ac8bd8557172a13cda6ccab0686744ff17fcef9b05 0.18 MB 245 21
Previous 10 blocks ↓
Total Size: 661.11 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 110 incoming
  • Data Transfer: 736.77 GB sent, 4.66 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.