Memory Pool Memory Pool Refreshing

32,038 transactions
45.21 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 842,015 (488,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
353,662 353,662 00000000000000001243bfffb31105d2901845e06d4f9f3a06d272b4e12bbcc0 0.58 MB 1,094 25
353,661 353,661 0000000000000000135fd43e8ad102738c73d21ccbadf72c032eec0f8021e030 0.33 MB 574 21
353,660 353,660 00000000000000000e3bc508ee40c6e351c1adb6fda91bc43091d86774a9c7c2 1.00 MB 2,117 26
353,659 353,659 00000000000000001432f4cfc645abe8884e924b433b1e219c090f3de0919f2c 0.75 MB 1,273 14
353,658 353,658 000000000000000009790ad705f5d08c0f4e9b768945c4cf3270f9121bd5a222 1.00 MB 2,541 33
353,657 353,657 000000000000000008dc4f808c4a5f03e85de445a0ee6a5ce2042e0ddd2e7da5 0.54 MB 1,215 30
353,656 353,656 00000000000000000209968778d506ae5924a1650f72016084e9528b5804bcec 0.59 MB 1,155 28
353,655 353,655 00000000000000001639b49343b85a9cf26589cd60b46d45dc42dccf97a36527 0.13 MB 235 19
353,654 353,654 000000000000000009581082ce0baf9e4cb0f9f040069723ad2c01f6d1c6439e 0.29 MB 464 17
353,653 353,653 00000000000000001012e7617bfc7d81f6f418caf121af3eb7365c786871cc2d 0.75 MB 1,705 31
353,652 353,652 00000000000000001007e114f27605fc810349f5ea20868b88399af30c185fff 0.42 MB 620 17
353,651 353,651 00000000000000000ac8087ea23498ebee77f1ad61d3ec97843a11d55037887e 0.35 MB 558 22
353,650 353,650 000000000000000008f48879e4964fe3bcf1f978ad98fa2f37da8f9566e5246c 0.75 MB 2,077 37
353,649 353,649 000000000000000007f6f49b31ed6bf8c1626f664252dc549f9186d23b20edd6 0.40 MB 506 17
353,648 353,648 00000000000000000b19adbfdd7810cc57ce1e1de53ae9ffb3704eb6d502ff94 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 646.79 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,404.82 GB sent, 40.07 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.