Memory Pool Memory Pool Refreshing

76,277 transactions
26.98 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,038 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 4,191 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,037 (653,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,901 192,901 000000000000004cbb9988878934abe231356c0891832ebd8219302fcb8956da 0.01 MB 34 175
192,900 192,900 00000000000005d6d2deb2c2b8960f7a3dccc95d41c8b7094d862765cdc5299e 0.12 MB 309 130
192,899 192,899 00000000000004014101351494910405fbb24385e674173dd44f9ddca6b95e53 0.08 MB 212 177
192,898 192,898 0000000000000545aedfe3078b4babf97409e4e29d6c8668f812b122ade6a045 0.04 MB 87 184
192,897 192,897 000000000000027fd0db5a0ee53cfcef5cd61371f3250d285b02da25cf060183 0.16 MB 482 147
192,896 192,896 00000000000003ff1dc6cef9c126ac3bb364a068f6c6a82b7336e10cc8a603e0 0.02 MB 77 7
192,895 192,895 000000000000002896854c2728441ee03e9437432585da07407b48c80435c049 0.08 MB 193 151
192,894 192,894 000000000000065e1ac4045399dd083cf8c368199cde1fdfdceb05e91c38f03e 0.16 MB 414 163
192,893 192,893 000000000000036e78d7b045b2066bde2fa337cc8c0a44f58fc3813c922fe6b4 0.19 MB 434 138
192,892 192,892 000000000000027edccf2c2cff566c094d8a21f4bb36efdebe4790c20fdbe4e7 0.12 MB 280 224
192,891 192,891 000000000000037089d8e40d31c917a7a3da272d2a0a07d0bb7585af868aea7c 0.04 MB 111 144
192,890 192,890 00000000000003e4901b4ff038e7f9c521f221b5b31048cdd96878a77ac35b98 0.25 MB 335 130
192,889 192,889 000000000000044a5c5b59f2ab97470d318cfec3fb847371a978381855915a7a 0.03 MB 79 62
192,888 192,888 00000000000004928f11a5d066567862748555b058417ec0314488b40e9e171b 0.00 MB 5 0
192,887 192,887 00000000000002ad29566d57959c36c944b732d7cace906d24c650b12302da3f 0.23 MB 521 126
192,886 192,886 00000000000006d3e605ef716646323a76b6b19072c77262165806737b32e71a 0.05 MB 134 98
192,885 192,885 0000000000000613a776dc6031e5482f934c6f2131666020b40c81d6ea768b3b 0.23 MB 678 160
192,884 192,884 000000000000054f96748ed18cc40065decc19f6922e68bf40296681187d1f28 0.05 MB 141 43
192,883 192,883 00000000000003a0fc0b771327f67ece88b4c1eba6b16b244dfe670c837aac0d 0.11 MB 256 189
192,882 192,882 00000000000001ed239005bf46732ab08477af4d0f9a71cfda80989849476fe6 0.05 MB 168 132
192,881 192,881 00000000000006e7c82f2e97869b2a6346a83e08d636cd1e8d5a309bc59d6d56 0.05 MB 128 122
Previous 10 blocks ↓
Total Size: 654.29 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: 9,365.90 GB sent, 87.85 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.