Memory Pool Memory Pool Refreshing

56,222 transactions
36.99 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,638 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,169 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,637 (526,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
324,481 324,481 00000000000000000dd18fa52ef7a93c8077b4b725adc84669574e156fb41a18 0.11 MB 234 26
324,480 324,480 000000000000000019628f3c4fdb306a5875c7bb3644be3fac4332f742f925c7 0.58 MB 969 27
324,479 324,479 00000000000000001ca0b5fc6574301d0683382d44478798666eccacd035a317 0.75 MB 1,700 33
324,478 324,478 000000000000000007b5e1ad2bf027f18d835e5a32a30f234a8934d4a9dca5df 0.05 MB 88 27
324,477 324,477 00000000000000000f22d32d119ead1375ae682d22d98511272181b5b96107a0 0.15 MB 336 30
324,476 324,476 0000000000000000059c367d3eafe8fb32020893ba7f0107af7bd0b675c4d112 0.26 MB 457 33
324,475 324,475 000000000000000013faa6b5674e347028b50e661a0c63dfdd154ded14263a6c 0.27 MB 463 30
324,474 324,474 000000000000000012b3b02940eedbf5b8a346942b829381dfdae8dbd5059014 0.24 MB 286 27
324,473 324,473 000000000000000015e123c502313a021e3972d6554b01f07dd45f16347a80e6 0.15 MB 277 31
324,472 324,472 00000000000000001f268be92305a4ad575f92a740413bf96fa4dbe25f808c70 0.14 MB 256 28
324,471 324,471 0000000000000000087130a356b70219121b84ad752315d3f98adc8878e00a03 0.22 MB 470 31
324,470 324,470 00000000000000000f9800c118587904a814b9bacf518d224365d5c157b8975e 0.69 MB 1,190 30
324,469 324,469 000000000000000007542d95a1d7b164e43db1dcccf522150ec10ad49ad8fa8d 0.29 MB 669 32
324,468 324,468 00000000000000000217123a0f342dccf566dd6cc22e65c0fc0f03a9a65d5f0c 0.30 MB 516 29
324,467 324,467 000000000000000010f2a77935205785799ea02271ebba311f5cda759ef9aeca 0.00 MB 1 0
324,466 324,466 000000000000000001df6025ab3b878461032c9bef227ed4320faa88668ce8f9 0.41 MB 394 16
324,465 324,465 000000000000000013380e965c90606ebe221a5a1e314d1284360737463abb9b 0.50 MB 1,349 42
324,464 324,464 0000000000000000192b62add3b9b78f26e0211eca83970e3d04a4a1590e8772 0.28 MB 598 29
324,463 324,463 000000000000000004c7c9f8322ad24399f57e3aa48e309f2ca15f527a3f9a1f 0.04 MB 94 22
324,462 324,462 000000000000000013db5abe2fd83ec880c38901c465aa7883fdeb326156d6c5 0.43 MB 817 32
324,461 324,461 00000000000000000a56650f186c39c92c583b5f247acbec61791b1d8f00155f 0.28 MB 533 31
Previous 10 blocks ↓
Total Size: 662.71 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: 1,542.91 GB sent, 12.27 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.