Memory Pool Memory Pool Refreshing

80,330 transactions
36.26 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,618 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,669 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,617 (285,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
564,113 564,113 000000000000000000076c3133b7d3bc350a874ca865564d3546d25dbf482b7b 1.07 MB 2,120 8
564,112 564,112 0000000000000000000a6811d52b65ecc2607e1b268050c40fd33ea7dd56c4a3 1.16 MB 2,577 22
564,111 564,111 00000000000000000000164db56389a354094a258bbe2abd4686a52d64415739 1.07 MB 1,782 9
564,110 564,110 0000000000000000000f7b46082b90870dbad5332b28db2bdf8aae151b5f8cd9 1.06 MB 1,058 11
564,109 564,109 0000000000000000001949b58e99747af5aeaa4ce5744527af59f481b44a0ae2 1.03 MB 1,033 4
564,108 564,108 0000000000000000001ec10cfe3f482dd9e022e96a1bec0698eefca9ec235121 1.15 MB 2,880 16
564,107 564,107 00000000000000000014717200e8d6fd8f7efb26c844d5c7cb8b5cbcf58599b0 1.25 MB 2,908 34
564,106 564,106 000000000000000000003abf90bcb7f5c83c9b7cefbc9b3deef0418149923b87 1.20 MB 1,686 12
564,105 564,105 0000000000000000000445641535bfc2ac8a85ede240e48ea91627d5be799726 1.10 MB 2,626 13
564,104 564,104 0000000000000000000a591b3865702ecac83a282e4becf913593b3986be663d 1.22 MB 2,870 33
564,103 564,103 00000000000000000019b5db927bc96b9dde9245f967d6fb67351fba999cd427 1.23 MB 1,274 1
564,102 564,102 00000000000000000005622a82f21bac94fe3a3ed341ddeef3cc6d46303b1ff1 1.29 MB 2,215 15
564,101 564,101 00000000000000000024f4212ceb526bdbd0885ad1d82834267323728ef22a7f 0.00 MB 1 0
564,100 564,100 00000000000000000011986f53838468eaf7dba03fbcbd949fdaaae9062a6d54 1.24 MB 1,775 7
564,099 564,099 000000000000000000062f6cefbc3f61f8eb0330724925b121682569a7d58e05 1.24 MB 1,889 19
564,098 564,098 00000000000000000007ddd6c57f818beeea5a5ebe2cab3bbc44e3a780ba8f99 1.20 MB 2,335 17
564,097 564,097 00000000000000000000e381ed916a9abcb4beed650a1929507b71c3946f6f9a 1.19 MB 2,253 28
564,096 564,096 0000000000000000001895b28b6266bca005bbf90f1ddda9c66653e62e7e0d79 1.27 MB 2,137 38
564,095 564,095 00000000000000000019437531e8d0b92b13ffe2ebcca6dd71f08210865985ec 1.20 MB 2,409 30
564,094 564,094 0000000000000000000ddd6c1a6fe926e3998fd6074dc425d4ac74931e284fad 1.09 MB 2,454 16
564,093 564,093 00000000000000000022c0159bafa727c019b25a5ba780c1640912bf65f6dd1a 1.28 MB 2,273 9
Previous 10 blocks ↓
Total Size: 660.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 111 incoming
  • Data Transfer: 560.55 GB sent, 3.13 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.