Memory Pool Memory Pool Refreshing

35,337 transactions
41.02 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 841,722 (648,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
192,880 192,880 000000000000052ea2fe5606ba7f9bf9dd4fbfa683db5d0413224d6730a7b9de 0.18 MB 512 190
192,879 192,879 000000000000063ce094075021be766d9a32872de7feba1a5e97273ecca75ecc 0.06 MB 125 120
192,878 192,878 00000000000005a791cb195e3517308ce868cfd75567e0ff0a6b8e9ee7797e98 0.10 MB 323 159
192,877 192,877 00000000000000d3f219b372a647a2c1b5b1d726c251dfdf0fa726a952d35815 0.25 MB 550 146
192,876 192,876 00000000000003c3e4224a6cb3cf242aef3cf13625e21d9b3828b787966087c7 0.04 MB 143 4
192,875 192,875 00000000000001b9bc36752590edcb781e41b6cb6457bfe935de3d54d486d1da 0.12 MB 256 130
192,874 192,874 00000000000007d37d229042ad091fa470913c128564154c22a3c671fcda374a 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 646.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,334.69 GB sent, 36.59 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.