Memory Pool Memory Pool Refreshing

34,603 transactions
44.64 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,993 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,242 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,992 (283,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,594 558,594 00000000000000000024c7218075e6df192edcb293fa21a9e50ad5230ccb5fc7 0.68 MB 1,220 2
558,593 558,593 0000000000000000002ca444c7b4e4bb6a8968f89a4461d76277153f7a8dcd3c 1.13 MB 3,064 11
558,592 558,592 00000000000000000025d0d0c7cde76191c226431e8814d3692fe21194589b0f 0.00 MB 1 0
558,591 558,591 00000000000000000002b61dc5373e7a20f0f1b15b8b86260aaeed61bf9f4bd0 1.08 MB 1,217 4
558,590 558,590 0000000000000000000ca9ea414d6fea7f39870ca23f6e6d912e60dea337e0b8 1.27 MB 2,983 20
558,589 558,589 00000000000000000009178b7d4b6117025e537d6bbdfbcbfdefcdc56b119ccc 1.10 MB 1,366 7
558,588 558,588 0000000000000000002835676b23a4a1d9611765963ae388a4917243d804b718 1.19 MB 3,193 16
558,587 558,587 0000000000000000000e3b6ff8b9882c513766117c53e92962c4e0b012a3f458 1.20 MB 3,244 15
558,586 558,586 00000000000000000019575c491cb85284a793d8eba6d46133f330aecf581e87 1.19 MB 2,929 5
558,585 558,585 00000000000000000013301895defd1c9a4d59b5d1db3bbc6b59b16e92ed076f 1.14 MB 3,180 12
558,584 558,584 00000000000000000026aa8647c1a0d13b21b9305e3f38af2d9fc07995924d50 1.22 MB 3,267 7
558,583 558,583 00000000000000000018aef242d18dad8f8d4bf19f36135f3047fbc2daee0a07 1.24 MB 2,972 42
558,582 558,582 0000000000000000001ff2068978fe4d146d88deaa671fd9fc0128187c212291 0.16 MB 446 14
558,581 558,581 0000000000000000000924d84f418e9e167f2f4170995720b242a5fe4f46252c 0.22 MB 715 3
558,580 558,580 0000000000000000001c8662e1acf2c1f24e3d8671beed96d6a195b37ca6a1d3 1.18 MB 3,316 14
558,579 558,579 00000000000000000003c5a58169419ee760047676c5c0b7c54bfd9a795a6f99 0.34 MB 833 9
558,578 558,578 0000000000000000000f0a224c9238cbc09fc6b9d3cf2ea5998c52873485eb81 0.71 MB 1,267 5
558,577 558,577 000000000000000000061e7089dc4932f548a9864512a97b7b049672ff7cf889 1.10 MB 2,632 11
558,576 558,576 0000000000000000000fb296e7c7cdd2e1064e5abc49ddcb9cd87fcb32f03617 1.18 MB 2,488 23
558,575 558,575 00000000000000000013eec5a1a1edb2706fd252cf58dd27c55d5deb002ad8e0 0.02 MB 36 4
558,574 558,574 00000000000000000013a911ec741e17352d23b6833610cff62a26a0be7f6cdb 0.30 MB 657 7
Previous 10 blocks ↓
Total Size: 646.74 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,400.94 GB sent, 39.79 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.