Memory Pool Memory Pool Refreshing

67,478 transactions
38.34 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,299 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,136 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,298 (565,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,332 281,332 000000000000000015166f69049c430ffb944efd8e8bb83cdee5dd951e83ecb8 0.01 MB 26 73
281,331 281,331 000000000000000260532a7a756feb941362710b348589db689d8a3b40451589 0.05 MB 141 35
281,330 281,330 000000000000000180e588c89381db759326282690e18fffc235e8cb17fd67e2 0.04 MB 64 17
281,329 281,329 00000000000000002fad97e504c6c2edefafb24b025f273054383d1b454a2ff4 0.13 MB 167 27
281,328 281,328 00000000000000023207bca9d253cdef0438a8eb3ecf52b5fd2ff3a4be172ec5 0.05 MB 105 37
281,327 281,327 0000000000000001587fb91da3a191495c46baa2324e475bd78d0fec24a8b943 0.25 MB 433 34
281,326 281,326 00000000000000012149f5c1268c481778811d7e83ce7a496bc478bfc31cd3aa 0.25 MB 695 61
281,325 281,325 00000000000000014cbc9b16c0c3edd02468084ef9f93442d759f8afec3652b5 0.06 MB 109 33
281,324 281,324 0000000000000001da5f1b4947aaa65996b2231b9b51e597325218630345721a 0.02 MB 48 34
281,323 281,323 00000000000000018364def876852c58133fb4ea7eb135c7080b80366d73f331 0.14 MB 280 64
281,322 281,322 0000000000000000f53b502de6700fe79a965a30aa98683a0d4482ec895e777c 0.08 MB 164 47
281,321 281,321 0000000000000001f4c335856f0489453c927eb5c91480ff78829aa1d99d5173 0.18 MB 372 61
281,320 281,320 0000000000000000127b7d27fb5d92dccd9fd6ac56cb33e4f96733e1c75b7fa3 0.02 MB 41 43
281,319 281,319 00000000000000016b265c2f4c52f868171cc242a02c0cf33b9e9ac89abe2b01 0.01 MB 9 53
281,318 281,318 0000000000000000fba68a41bfd00810fcdc54db270df89bd872057daabc8f48 0.05 MB 86 53
281,317 281,317 0000000000000001971057155748c277a4235b5fffad5ca52a084a138cb3b39b 0.08 MB 123 35
281,316 281,316 0000000000000000934448369c2e10e1866548a4c8e43416f22713aa75ec9c1f 0.10 MB 199 77
281,315 281,315 0000000000000001e80cee23ec1414920ed532fb931bb2475b3e7e458f0b5160 0.08 MB 171 39
281,314 281,314 00000000000000017e00d26f7a7a4fcd974e0156856148f36e777f1cb2f21ef6 0.05 MB 63 15
281,313 281,313 0000000000000001ac8c3f75dafd62970ce98391352fbf32d39870a92084411f 0.25 MB 618 76
281,312 281,312 000000000000000054c3026bbfb859672fb3d627074505093a58462e85e29592 0.03 MB 63 39
Previous 10 blocks ↓
Total Size: 656.51 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,549.41 GB sent, 103.42 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.