Memory Pool Memory Pool Refreshing

34,752 transactions
41.64 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
841,624 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,196 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,623 (167,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,680 673,680 00000000000000000005cb25a013378792e4e1cba81f0d3bd9aa3b963139eb59 1.43 MB 2,033 19
673,679 673,679 00000000000000000004ece077662d991347f8678b62560aaac507ea482af246 1.58 MB 2,120 48
673,678 673,678 0000000000000000000b47119d95e959e20dc993c1a8389677b1b61ad0533bc3 1.27 MB 1,911 68
673,677 673,677 0000000000000000000548752ff030da142b26b58a0f4f78a5cad70b0a552dec 1.16 MB 1,753 90
673,676 673,676 0000000000000000000957130f6ef81e8b0492a30d6df811367a60c1b11ab74c 1.27 MB 2,456 116
673,675 673,675 0000000000000000000c97afe6e815f10632c1eb3c9218a17dc27db052a2eeb0 1.43 MB 2,321 66
673,674 673,674 00000000000000000005023cb8de7ee2a97a424f521fd3fcac22bcb3226aed90 1.41 MB 2,572 62
673,673 673,673 0000000000000000000826650d49b2893dcc8a43e015b8722b2fd3d35672b34a 1.68 MB 837 18
673,672 673,672 00000000000000000002d63a596cc01d36749934f5e332dbd6bfcaa80f8cef64 1.76 MB 554 16
673,671 673,671 00000000000000000004d2e622d899e86f97204adfd53485a0529b3e50ebb722 1.68 MB 456 14
673,670 673,670 00000000000000000000db29a45eff1ddd1db8a90c138b8577ed1f703d49ed76 1.52 MB 1,218 18
673,669 673,669 0000000000000000000b3ccb2396ac2e93a60ac093e21ba1acee76ed56cd8685 1.50 MB 2,175 48
673,668 673,668 00000000000000000007316cfacd3eef8d16736106baa3d4cd6b69f1a13fc4ed 1.61 MB 647 20
673,667 673,667 0000000000000000000ba3bd389759e353d45da4501a747c47c6ba5dd9551f35 1.39 MB 1,972 40
673,666 673,666 00000000000000000000ca528d37d33ce0a1827e3ed032bdd1c020db42297236 1.52 MB 753 22
673,665 673,665 00000000000000000006e4494cefd8fffb7c1b9c16db11df4ad7df2c078112de 1.23 MB 1,139 78
673,664 673,664 000000000000000000005a1254e3c9a6dbfc62d70551ebc4116e1f1ffb9804f3 1.56 MB 655 8
673,663 673,663 000000000000000000083e604eb9fb04e04526c34a6d871d789022bd30cc3eed 1.30 MB 2,139 32
673,662 673,662 00000000000000000004c0c9c3fc01c10588eeb737aa79ab829fe7561b52dee6 1.25 MB 1,029 25
673,661 673,661 0000000000000000000302f23b27274f560997eab2ee70d27a85185149b25638 1.54 MB 1,303 31
673,660 673,660 00000000000000000007e89d64daf03320f1d26a6fe3cdef7f7ade2cb7d7f5fb 1.42 MB 2,095 52
Previous 10 blocks ↓
Total Size: 646.05 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,323.14 GB sent, 35.64 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.