Memory Pool Memory Pool Refreshing

35,416 transactions
41.32 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,975 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,854 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,974 (518,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,743 323,743 00000000000000000a4750d45c494930ea8fdaf87312b336f42e9d0bfba3d0ec 0.75 MB 1,812 45
323,742 323,742 000000000000000013489e59a386d0540ac85404b6445b029ffe2a50c7b96e71 0.59 MB 870 25
323,741 323,741 000000000000000005f73cef34518d8566997d72c63092b8aa6146ccf912c161 0.14 MB 97 14
323,740 323,740 000000000000000016472d6b156bfe80362b8775fec16d542a999e609d70f363 0.25 MB 568 40
323,739 323,739 000000000000000019f58fa43373f68dd83335abe4fe885b4388ebc6ac23dc8c 0.14 MB 217 37
323,738 323,738 0000000000000000173f83a773005b3163040be33996e7998cb11d7a755fa9bb 0.09 MB 160 64
323,737 323,737 00000000000000000c1742cba843d58529b7daca829db346548076beb028f9aa 0.27 MB 309 22
323,736 323,736 00000000000000000b075f39b3dc3f456770a36fd62ffd86f06c96b0263f7298 0.23 MB 389 38
323,735 323,735 00000000000000000ee8653904e222ba4514117e0257b2250a2c59bfcc9c8c12 0.78 MB 538 18
323,734 323,734 0000000000000000012a6909fea858ae6d3ef66a2e26255eb6447cdd878d0dc9 0.25 MB 286 22
323,733 323,733 00000000000000000c52672ae98a2d6ff2a9570099ad52de0843b926e7c5712b 0.32 MB 265 26
323,732 323,732 00000000000000000d2fbb4a6d9cc1be6f1738d502859b89ad92f7f9637b7495 0.18 MB 222 26
323,731 323,731 00000000000000001de535e91aafd679bc55479012eec54228229728e233cd43 0.12 MB 65 11
323,730 323,730 0000000000000000107d3210bbc46db23f19fea07c7b29e949fd9adbb2be5403 0.75 MB 1,084 27
323,729 323,729 00000000000000001d0f5edbaf624e62d12f4068f8880b2e8d7070bec2c79a1b 0.35 MB 648 30
323,728 323,728 000000000000000005cb25fafaebc04c88b655ab89030594de9e1519e2c5580d 0.73 MB 1,007 27
323,727 323,727 00000000000000001538719eff61d42f6057a20cf6e088a78c8c74e7c240ac98 0.42 MB 345 16
323,726 323,726 00000000000000000b785864b58ae7305161fba71cf5cba0158cc2a1d9f28c1a 0.15 MB 255 30
323,725 323,725 00000000000000001123970bad6bbb8eb7cb420e05dd05a2ee203ddb89f90f36 0.02 MB 32 84
323,724 323,724 000000000000000009ae0c37545fa7fb65ecf4ee8094a571254426f6c85246e7 0.34 MB 510 31
323,723 323,723 00000000000000001c1e511372c71b58cf8f57bcdb8221ca04b5a5f2b9f91401 0.06 MB 113 28
Previous 10 blocks ↓
Total Size: 646.71 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,396.12 GB sent, 39.60 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.