Memory Pool Memory Pool Refreshing

35,607 transactions
45.86 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,937 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,816 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,936 (630,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
211,509 211,509 00000000000000dfd8b4245dce57e25ee1d2a322143e3b07e8415568c1c0f102 0.06 MB 144 181
211,508 211,508 0000000000000285e9641c8274084553144be1a684e908d5fa7dec9e16906d4f 0.13 MB 334 207
211,507 211,507 00000000000000c07c76a3156b2373260a59ade721e19a373c149743ec429341 0.02 MB 52 105
211,506 211,506 00000000000001a61b95724b181a697d6e1e764b662dd4606ece4af4705332f2 0.14 MB 155 92
211,505 211,505 000000000000008d75d5dc59d016e314e5eb24e2918bbef6019cf066b9932dad 0.21 MB 305 125
211,504 211,504 000000000000001323993ca14f9ce2505df9aa0e127e1c5e0359fc0e4ed5200a 0.04 MB 121 15
211,503 211,503 00000000000004b3579696bedbb53313dd11304ddd09b67f75ef471d517b1cb4 0.04 MB 79 88
211,502 211,502 000000000000009597b3b1f8b27693c26a9beb03d46a7ad7f925c4c61822258c 0.15 MB 376 185
211,501 211,501 00000000000003f8d58ea0da92de790fa06988b1da9e99cc46ad9185b835d71a 0.08 MB 192 177
211,500 211,500 000000000000010ed06870a80a7f3a0bfce85d8dc8b12873e44206f490716646 0.04 MB 111 168
211,499 211,499 000000000000038e7ff9821d24613c39696cb7f673e8b72cd94f3a207f78634f 0.11 MB 258 164
211,498 211,498 000000000000029d629bad2815e674fb6ccc20b6f99d59b02618c293a345eb3d 0.09 MB 265 181
211,497 211,497 00000000000003a0bd55305aab0955c1b6c6ba9f2819fda99273d85a89eb0478 0.16 MB 424 180
211,496 211,496 0000000000000392da03b894a2b0702533ce60a7cdd87b35c02a48179615c6b8 0.14 MB 390 219
211,495 211,495 000000000000021da050aa367668a55fed45c26fe5b9559cd50bf36915ec5344 0.05 MB 122 144
211,494 211,494 00000000000001278c29648276ff6efc5762528c36b404f8d1891c1c8d79c16f 0.19 MB 234 123
211,493 211,493 000000000000029a4d471ea55fb9e2b30ed704ba980a629838fb9cf2d9494b2c 0.20 MB 581 219
211,492 211,492 0000000000000168a331528efe2a61371294e9aa833cdc0ff9f8fbbe224e987b 0.03 MB 74 74
211,491 211,491 00000000000001ca2b9f2525fc85e5e0483f16a8f96a7eb2b51a67c60c71be9b 0.11 MB 245 155
211,490 211,490 0000000000000352f1afcd84a7d21c1acb42d4827056d12aad7af284b7f34b85 0.15 MB 364 174
211,489 211,489 000000000000013ba7a37abbd70044a5168e066371f4b0f54e0158430bbeb7b6 0.06 MB 64 64
Previous 10 blocks ↓
Total Size: 646.65 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,380.55 GB sent, 39.07 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.