Memory Pool Memory Pool Refreshing

37,185 transactions
48.92 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,026 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,148 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,025 (283,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,118 558,118 0000000000000000001ea39283bd8927c89185e088483730e988799bbcc3ebca 1.27 MB 2,505 17
558,117 558,117 000000000000000000240676d247f46c199031a1ca69d5a793ee7562bd60dc93 1.17 MB 2,812 11
558,116 558,116 00000000000000000028602000f2031a473882d8da19d83e81e956ecedeb0f5d 1.32 MB 3,454 35
558,115 558,115 00000000000000000023851d6050c0fa9da40ab7e3977569fcd3a4f5212e5902 1.30 MB 3,089 24
558,114 558,114 000000000000000000195282ebe8968e5c0ceb28803c45f9f6b6099ad56d2689 1.24 MB 2,923 20
558,113 558,113 000000000000000000197ee4c3e1ff0b725f6911ef80cb380da7fbdadc3f3ecb 1.30 MB 2,677 16
558,112 558,112 0000000000000000000ebc85180dae059790529cd7fdd40d687c7d6a31c56acd 1.33 MB 2,730 14
558,111 558,111 000000000000000000119fc02ad82c8b481f2ec6fe73ad978bf43c4dee3b19a1 1.26 MB 2,924 17
558,110 558,110 0000000000000000000681e25dd1f5ccb3a68d3c3454b176ed2d80880239cd0f 1.33 MB 2,991 21
558,109 558,109 0000000000000000000842784f31d4dbc4db44bd5a850bb251afa149311f3324 1.27 MB 2,535 14
558,108 558,108 00000000000000000008649288054aba7552229385d9a5a0ec18411d6a635abd 1.34 MB 3,072 31
558,107 558,107 00000000000000000003ee5f06555a079cda395e919e4be2446f98c67081338f 1.19 MB 2,417 13
558,106 558,106 00000000000000000018ae8acd02c0147e615edbb2b04baa56ced8288d761844 1.16 MB 1,866 21
558,105 558,105 0000000000000000000cc4fa8d7ae27bd6f691efaedaf2eed4d93fb2aac30ec9 1.34 MB 2,589 21
558,104 558,104 0000000000000000000f904b1b8f586e7df74f94be3b2fd97256e0300c6d7ab1 1.14 MB 2,339 7
558,103 558,103 0000000000000000001af01b81fd3f0fa163c8d560d48071dd066d5defb05d1f 1.43 MB 2,173 9
558,102 558,102 00000000000000000028b3c11eb6577e922354411b2323a837057060e4595c87 1.32 MB 3,225 34
558,101 558,101 000000000000000000184fd839a85943555aedea586f968bb3a8b3a7ab552858 1.26 MB 2,237 19
558,100 558,100 0000000000000000001b237c9aeb7e4c1d074462ce219b52f36bfc6589f1a348 1.11 MB 1,854 12
558,099 558,099 0000000000000000002fda71d8a4d92b0364a4911711a2ebc868e099af5ce993 1.27 MB 1,740 16
558,098 558,098 0000000000000000000b40ed691b85df55cc18c5ab0fe2bbf06ec16283d8218d 1.31 MB 2,401 24
Previous 10 blocks ↓
Total Size: 646.80 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,410.27 GB sent, 40.26 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.