Memory Pool Memory Pool Refreshing

63,168 transactions
27.21 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,702 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 173 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,701 (322,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,255 527,255 00000000000000000005a9f1e29c5e6fd23e8f5f06f135ae63df35849225c45c 0.73 MB 1,305 27
527,254 527,254 0000000000000000002a3add0043cae2ad36fe0311caca22eb13ae17ec62cab8 0.36 MB 751 28
527,253 527,253 00000000000000000025767c456c615cd181d5b29051411283f4ffff7657cb22 0.60 MB 1,319 19
527,252 527,252 0000000000000000002f3a9d7874745aed271e9088347b5bcd78f33a8ecf6b93 0.70 MB 1,504 27
527,251 527,251 000000000000000000024599d1387699b045971c9d784680d02cad79c13b42ef 0.34 MB 745 24
527,250 527,250 00000000000000000015f5ded0b44ae9608ed382d6d898a800a8b8f01ed91b23 1.00 MB 2,170 26
527,249 527,249 0000000000000000002a7b2aa57dd3b40c7247e3f3fc32d0068ca020893f66b2 0.52 MB 1,029 15
527,248 527,248 000000000000000000101b417705f1256cbf9fd56571e5073365160c8495171c 0.50 MB 1,068 23
527,247 527,247 000000000000000000178c8cd4826ff470581611fd36903b500e5253e039b5b5 0.27 MB 603 20
527,246 527,246 00000000000000000038e111bca027ae3f89d9b3e8b3d4e1ce3df751ab8ddf8d 0.23 MB 452 28
527,245 527,245 00000000000000000006f0bd7e25bae8072f013235bfd05bd93cf9f15e21fd10 0.34 MB 537 22
527,244 527,244 0000000000000000000769c6e811ef639aa9253fcd066d5121046fbf06e7096d 0.23 MB 449 19
527,243 527,243 00000000000000000001d87bec69e274be290b3a805341cffe7c9ab397f2cfb5 0.22 MB 533 20
527,242 527,242 000000000000000000218cc849f5b351c5121943b4534ec9fed0a35459ddea56 0.25 MB 514 29
527,241 527,241 0000000000000000001d018730ed1452d3fa3cc63413e13b28ef7c4711a7ac60 0.94 MB 1,940 24
527,240 527,240 0000000000000000001ee88ed281e17c2cc2b23c8090ec4a49a9fc0cab0910cc 0.84 MB 1,795 25
527,239 527,239 0000000000000000002eea9e49cfc8f738df2c10d0f1f2ebac2f5dd9b18aabb0 0.05 MB 132 20
527,238 527,238 0000000000000000001c4d3c6363c3ee05565109ea5e03f5609bccc08e9b4b68 0.68 MB 1,606 24
527,237 527,237 000000000000000000368b54611a9c8cec5fd19d92591bc1397a6c72385b5f9e 0.13 MB 288 23
527,236 527,236 00000000000000000038c5f0bfb24b259eae9512c9556967c4c2ce49faf2640a 0.15 MB 364 19
527,235 527,235 0000000000000000002cb8086dad3bd5355ec114392427e230976e2547529a99 0.35 MB 805 14
Previous 10 blocks ↓
Total Size: 660.95 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: 641.78 GB sent, 3.76 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.