Memory Pool Memory Pool Refreshing

30,889 transactions
59.38 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,848 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,074 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,847 (567,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,903 275,903 0000000000000001f6978c2db09d8dba3409e387dc0a804c261c718bfc2b19ed 0.22 MB 451 45
275,902 275,902 000000000000000158c048b798479b4812f2f60e35379b3f5358fd0fc4564184 0.16 MB 255 33
275,901 275,901 0000000000000003cc308b099274e69d44734d1c4b8ce8b1a49cfbed06f9ad01 0.05 MB 96 73
275,900 275,900 00000000000000005d46d3dee13a755d0129880cd01d7659c2bee0ea213eed9e 0.15 MB 341 52
275,899 275,899 00000000000000019da1b373b6f48f3dcf8ea389b11ce8a4d5ff6b7e4887af10 0.03 MB 74 47
275,898 275,898 0000000000000000b782c1e2c5ff09724f1b726f2dbaba724982039f1a391dea 0.14 MB 334 57
275,897 275,897 0000000000000000b72873dfda0123fa373cca7153dd0f638807e0a6155d086b 0.13 MB 195 25
275,896 275,896 00000000000000045099e945aa30c1909b8ac6a1cce24e53837f814df7c39033 0.12 MB 244 52
275,895 275,895 0000000000000003b68467741affff87279bdf78450cf52df056d2c6ef5903cb 0.48 MB 1,053 51
275,894 275,894 0000000000000000b17ea115cab574174a06c5e3ce651e14d6eb7caa5c98f10f 0.16 MB 353 65
275,893 275,893 00000000000000004cd7c51b2d46963c4a9822a09c9e79ce8383718edd0ebbe5 0.20 MB 459 53
275,892 275,892 000000000000000064c0dd8244477081386a7f144f0b29cdeff56962b45a836e 0.03 MB 34 16
275,891 275,891 0000000000000002923406c5d98abf795e1f8794a436bad9979304edd633387c 0.16 MB 170 19
275,890 275,890 0000000000000001626592d616583ebbf3fbb2facbec2b189ddfa480403cc827 0.35 MB 873 54
275,889 275,889 0000000000000003f366b244b45a5c5a0e711019e1b90f2132d1507ce3f0e6d0 0.09 MB 154 27
275,888 275,888 000000000000000186cb44e577ba20d3476b3b12dc47176d8383170bad8e4c38 0.03 MB 87 63
275,887 275,887 0000000000000001623da01151ec4b65907e9a98cdc733cd050b30ffabce5669 0.03 MB 88 44
275,886 275,886 00000000000000025f710488f586d12d1f795759695a339e630c45712c6da7c4 0.01 MB 43 40
275,885 275,885 0000000000000001e50a1472c41c779d9f7b781657842e32b0fec0a42018d057 0.45 MB 900 43
275,884 275,884 0000000000000002c1f0615ad223cb1bb656fc3bf912d55c2207af7619e3bd31 0.14 MB 231 36
275,883 275,883 0000000000000001f4af6f291f6b9902a05c03e1b4c6d6526436b1d9e4d3bc89 0.21 MB 393 45
Previous 10 blocks ↓
Total Size: 650.24 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,952.53 GB sent, 61.96 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.