Memory Pool Memory Pool Refreshing

63,147 transactions
28.18 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,742 (567,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
282,394 282,394 0000000000000000382e888119fab617d35dae14b9cf930eb6f5ce7d7655a301 0.10 MB 276 22
282,393 282,393 0000000000000000192c2e0e89e395f4175f462e7de55989950c8447632b967d 0.03 MB 86 51
282,392 282,392 0000000000000000a88805200c2c9106d2a5397962f8e910f95f0e33c2ed9d16 0.14 MB 303 40
282,391 282,391 00000000000000014bad134c06f72c987455032bf83c52495860176af8bd6fd5 0.20 MB 433 47
282,390 282,390 0000000000000000705e5e130a903669ea696469fc5382745ca94559343fa1b1 0.11 MB 228 40
282,389 282,389 0000000000000000a45369946c59c470feee7b74b757f6deff3b83fdef5e51d6 0.29 MB 488 51
282,388 282,388 0000000000000001e9efec369fb836c91ae350b9d19d1b7bc05f586fc7818df4 0.25 MB 358 23
282,387 282,387 000000000000000188233d584232b27c45135bf352ebcfc95ba5761958f76c53 0.25 MB 759 68
282,386 282,386 00000000000000009e670293d2775258d1718d5b013839b61007c911bcf6be40 0.03 MB 22 8
282,385 282,385 0000000000000000ccea826d7ab619e21f232710b0463f3fd6b8b185ed2e146a 0.12 MB 183 38
282,384 282,384 00000000000000002ec3a81f83e20659bd97bfa1b7db7e602c25676d768f5820 0.06 MB 152 81
282,383 282,383 00000000000000015cb389bcf88205503138867888b132315126f5b494de42a1 0.12 MB 208 30
282,382 282,382 0000000000000001212a499a1fb04199673692348b0f6a745bad219c5a554e0b 0.05 MB 111 40
282,381 282,381 00000000000000012b08dea45a07ebcd933b32760142793e9f3eacaf46760613 0.10 MB 156 17
282,380 282,380 00000000000000010a3ab2f52dab5cc205483d574c4cd2456a4e959f31dff701 0.24 MB 589 54
282,379 282,379 00000000000000013dae01ba69d70caba8fcc75c7a3ef7b71d1a23c81054203c 0.07 MB 137 23
282,378 282,378 00000000000000010c6b65dc2e9cf0becb8bf7a188b5e1707cdb632c58dffb0e 0.43 MB 802 43
282,377 282,377 000000000000000126afa13514be8b4be593fed4a21fd95d40a6979f7a9aefd8 0.18 MB 450 46
282,376 282,376 0000000000000001214b6c7a7ea70dd7c1ee9a661a4b8d370a6fabc80329aa1e 0.14 MB 288 47
282,375 282,375 000000000000000134ab0d0b131a8ce2332f5a0bab36a439e3dc479346db1b1c 0.03 MB 59 41
282,374 282,374 0000000000000000ca13732ab3a9cc598e057d18b590174029c05492169e0079 0.35 MB 197 2
Previous 10 blocks ↓
Total Size: 661.02 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: 690.47 GB sent, 4.14 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.