Memory Pool Memory Pool Refreshing

28,059 transactions
38.03 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,286 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,177 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,285 (558,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,915 283,915 0000000000000001f2ac77ed74b0232e9b55ed7438aaef7c44765901656438bc 0.19 MB 368 38
283,914 283,914 00000000000000016a5b3a3efeca659d404159b5ce7d9667c4a19dd06d798787 0.05 MB 114 66
283,913 283,913 0000000000000000208e6f4c73bea5f4b649f682aaff49430634295d740f21f9 0.17 MB 438 52
283,912 283,912 00000000000000014cdeaaaaec63b17fd3a01cccb2ca135733a718b04c1cad4c 0.17 MB 255 36
283,911 283,911 00000000000000017a4c817124ab8a9e50712bbfe20dd7baf3e79948af558301 0.12 MB 134 23
283,910 283,910 000000000000000011ea17ef48578157b25bec74c6dd44ef69660e7f1e966a9c 0.16 MB 269 31
283,909 283,909 00000000000000019a530b578dc2919e330d375c9e5d211be11f4921683e943e 0.03 MB 49 24
283,908 283,908 0000000000000001837b75baef9cd2164a8bf500ed7001cae02e327dd7715faa 0.16 MB 130 18
283,907 283,907 0000000000000001ebb553c4a58c3a0abe8bf1b5a161191886a8a55cd06bd861 0.21 MB 305 31
283,906 283,906 0000000000000001a64f23e4c06ec201e7f9a1edb9a974007a137cae1038df7a 0.35 MB 670 31
283,905 283,905 000000000000000132ed318314e868f40bb9c1cdcf7c7cfc40a058ba06685378 0.48 MB 686 31
283,904 283,904 00000000000000014783420c65e9ee31b0b35f1689c62a428685a738dd57563f 0.03 MB 54 8
283,903 283,903 0000000000000000590b1c526b7ab87ee49b79b4488ee03b186726ae5dc3ab8a 0.02 MB 27 25
283,902 283,902 0000000000000000aff27e214d116b6f589ae9ec208571439573c0ed3f257fb6 0.18 MB 229 23
283,901 283,901 0000000000000001987b5c3010ed4151264bfc0e199bc88e986a6529eaf4eeca 0.05 MB 155 78
283,900 283,900 0000000000000001e5742c1671ff8adfc095f521b9769eb188207cb40123f8fd 0.21 MB 136 14
283,899 283,899 0000000000000001e311e860051c1cd7cccba686f9aa0f01c098cb68047efc97 0.35 MB 752 47
283,898 283,898 00000000000000008655d3c9a1a83d4f87db936d84cb7c00245d60484dcbe37a 0.02 MB 51 31
283,897 283,897 0000000000000001d9bb01027e7b1ed381ec97ff77942962827f3d5254907060 0.33 MB 624 36
283,896 283,896 000000000000000067045a36e7357882b38d2886dd9accbec3d022463b4a27c8 0.05 MB 109 49
283,895 283,895 0000000000000001034886c5be70b602877973d3a386a79bacf7c71c4c741f78 0.04 MB 83 47
Previous 10 blocks ↓
Total Size: 647.26 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,468.57 GB sent, 44.27 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.