Memory Pool Memory Pool Refreshing

80,461 transactions
27.73 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,534 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,261 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,533 (666,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
183,383 183,383 0000000000000566cf3726d7e35c23d4e2aea3678c5757f97892848dd8df0c45 0.05 MB 128 121
183,382 183,382 00000000000001864dd564cb334a965537e52a7bc553a2b87f8e229e51db9c40 0.20 MB 446 216
183,381 183,381 00000000000005979f02d3f962bde3c244c41deb35d548c7ac94bd95e8128450 0.25 MB 512 262
183,380 183,380 000000000000043123a490d28e2c129de6384bf55c944dbcd077099d407cc21c 0.10 MB 241 183
183,379 183,379 0000000000000a1dd1d6a84d17671d74205cb6489bfd3ee25b8684914d403d4a 0.00 MB 10 246
183,378 183,378 0000000000000545de175f7c91a8eac87d47aaf1b73b72d0ca88c389fda601cc 0.04 MB 120 37
183,377 183,377 000000000000043466279d53d946da4b053ea4cf5c0fc0a2953da8a96dc7f2fb 0.09 MB 164 103
183,376 183,376 00000000000005c226f1d3060bd6808fcd2cdee5ef60b727db06f569f999e399 0.25 MB 505 123
183,375 183,375 000000000000060b777eb5ec0a281f082bb234647cb95f3b0fff1b8044f20327 0.05 MB 145 103
183,374 183,374 0000000000000482cac7ef0ca75df6150e9b6ce686685d1c7191112c1e90e4a1 0.12 MB 179 104
183,373 183,373 00000000000007aaed271c02b30cb750a46f23ec4396daf92caf1db0bd39bf88 0.00 MB 3 0
183,372 183,372 00000000000005657e3268a4ae7e23ef38aec0ad4e2521559315cdd448b8bd80 0.17 MB 423 156
183,371 183,371 00000000000007b5946d13856492d26f1730d181259fd03e0b82d312c09d7eef 0.05 MB 148 186
183,370 183,370 00000000000000ccf4091935ccc3e8dd77d68f8ca4edb6344988eb22a25e6147 0.06 MB 85 75
183,369 183,369 00000000000002534fe5cb98665a1a4a145c516f422f93b3ba2b180dca841228 0.00 MB 13 105
183,368 183,368 00000000000002222b41e8793aaa5e20acf008b9cbf45fa46dd5ffe74a15b648 0.04 MB 127 57
183,367 183,367 0000000000000394c8bca36c6acb89916a34db1d79a75d2b224b45afefc7c34c 0.00 MB 11 13
183,366 183,366 0000000000000654a60111476b1059da0d1354d2f9d5a10e3f267bfc79c26e52 0.05 MB 160 45
183,365 183,365 00000000000002395c2ed25a6410abd8be70914adc553ac751ed0b2ea375712e 0.13 MB 377 144
183,364 183,364 00000000000005a77db245d9f11a3cafe035fa3894f4b6a56b2810a8584dab9d 0.25 MB 653 135
183,363 183,363 00000000000005b5cd7918a925319bd4117ddda4422aba555e305f26448dad1b 0.42 MB 968 132
Previous 10 blocks ↓
Total Size: 660.62 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 91 incoming
  • Data Transfer: 487.03 GB sent, 2.39 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.