Memory Pool Memory Pool Refreshing

59,416 transactions
45.25 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,043 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,326 38
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,042 (488,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,683 353,683 000000000000000016859c74df094bf41dd9c95ba6da367ff85bc696ca6d9606 0.31 MB 594 28
353,682 353,682 000000000000000014a41f53e8b2c2801b9b1121023f18945582b8357e6e0c46 0.36 MB 799 49
353,681 353,681 000000000000000011a5a269aea5ac8825c776ada0996d4fd138b84fae87c7b3 0.14 MB 308 26
353,680 353,680 000000000000000004defcb8ef3dd3dd623cc849750b30a35815d6ef7fd7d8cb 0.56 MB 1,098 19
353,679 353,679 00000000000000000478c6bd684dab98635f10936b638dedb0477d71190506b2 0.46 MB 471 19
353,678 353,678 00000000000000000988278b82d6c377bf4bf1cd476bfcba87b9b7781eec63a9 0.75 MB 2,011 35
353,677 353,677 00000000000000000e512f76df4cd2ca320aed978bd44f227fe9aa4701b327d3 0.96 MB 1,801 26
353,676 353,676 000000000000000010c64448c4df8898bcc45df3fc81a5e1fc3c9a3842f9f2ee 0.10 MB 136 19
353,675 353,675 000000000000000003cce72b73841344dac2a274e06370f0cccd5bdf8194ffe4 0.16 MB 246 11
353,674 353,674 00000000000000000874c4a17a76b3787b4cdafe6684c244167c1618c30abc26 0.75 MB 978 16
353,673 353,673 0000000000000000067e02619b0a868d82e29d6a668edf4ddc1483d52aba6b44 0.75 MB 1,182 21
353,672 353,672 0000000000000000053853011ac1add27756822ebb44cc4b2fd6aa08526fea77 0.75 MB 2,355 11,511
353,671 353,671 00000000000000000f745df11926d17bf9e61e3bcfb27dcbccd03263486e1d18 0.73 MB 1,325 25
353,670 353,670 00000000000000000c199cf1b66f9fa71d3de88ee16567fec2493a7dfd8801ba 0.32 MB 582 24
353,669 353,669 0000000000000000099e4540be0e9c2726e39459e103a3f279ac6175a9313068 0.38 MB 623 22
353,668 353,668 000000000000000005653ff779a8cdaaae06ff964227d603c6d54821a95315ed 0.11 MB 117 17
353,667 353,667 000000000000000013276ebfdf53f4759a811b5def335aa5d996174d274834b4 0.70 MB 1,184 24
353,666 353,666 000000000000000010652474779733f0d050e8a1b7c056e4a8924456feaaefb9 0.32 MB 418 16
353,665 353,665 00000000000000000841dadce88420d26a8dea8821afedab7efd25f5e7471c25 0.75 MB 962 15
353,664 353,664 0000000000000000011b6a1f6ca5467e64cb848fb5cfc4b9fe20602591e8a464 0.45 MB 710 24
353,663 353,663 000000000000000011ea043f3207f8bcad1585d92be18c908de82bdd2c145850 0.17 MB 294 25
Previous 10 blocks ↓
Total Size: 646.83 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,425.21 GB sent, 40.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.