Memory Pool Memory Pool Refreshing

77,364 transactions
36.02 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,176 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,356 415
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,175 (526,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
315,633 315,633 00000000000000001c5f8dd2d3bc0784e7b4aa4a8ed566edc6772a9768f8f69b 0.11 MB 141 18
315,632 315,632 000000000000000031d693a4fae8c8b47e3ff28b66c84838a20d396e7e1897e5 0.27 MB 437 25
315,631 315,631 00000000000000002eda55fb57a823f51871ad8c27ed088f50d51cf1b743e620 0.19 MB 267 21
315,630 315,630 00000000000000000822d97cb85821ca10fd1936ed1fcbc9c554321d8a0fb1a0 0.11 MB 256 31
315,629 315,629 000000000000000032f05463029768a71f694d57a3f629c47575bce8503b0c9b 0.09 MB 49 8
315,628 315,628 00000000000000001ed7dbabfadac8eb1f823c594d4473c60a3f37fad342fb34 0.18 MB 321 28
315,627 315,627 000000000000000001ea163e113b1e35d01e95bfe3f8a73912d555c3e1c63187 0.44 MB 819 30
315,626 315,626 00000000000000001faf15cdc2f87f6220f92da353370855506c24f75d9b0a80 0.51 MB 667 22
315,625 315,625 0000000000000000373f5c102aaccf81f9cf6c8f60971615d773988eccb63aee 0.08 MB 256 42
315,624 315,624 0000000000000000011be155cbd092fc2182ed89e6230a841992a135e63a7717 0.36 MB 37 10
315,623 315,623 00000000000000001c84e1fe99b102de78d896da8eac308d389c3389f69b8e72 0.93 MB 1,323 24
315,622 315,622 00000000000000000c37f9ca95b8572f9ef4a4581a3b1c7c4bff0503b54f10d5 0.75 MB 1,533 32
315,621 315,621 0000000000000000290e46886b4d04c93e56fcb271329def1f17ccae288f31ee 0.35 MB 639 28
315,620 315,620 000000000000000006c3db2f32cb1ef50dfbf31778b33c5f50111f2ed8fdfab9 0.37 MB 480 22
315,619 315,619 0000000000000000008c9331f027e0a523129687473ff354b96f21b0f50bda3a 0.15 MB 64 14
315,618 315,618 0000000000000000083c9362524d149e37d608686f53fef32454b3b5726f5031 0.18 MB 229 16
315,617 315,617 00000000000000001faafb9d90bf85974e301fa5972af1a4396de7079d9b2f43 0.35 MB 255 13
315,616 315,616 00000000000000002ff09b2e06eafdd430e3792b02027a3cdd0d5fe0f0f4f69d 0.06 MB 88 26
315,615 315,615 000000000000000019065fcc1ea22aa218ae12a6ee96a7a015c506834bfe6908 0.04 MB 115 34
315,614 315,614 00000000000000001fa10f168db694f067944f5a42dacb006124e3136d402cf3 0.22 MB 484 31
315,613 315,613 000000000000000008bcaf6a3297aff01e7dba1586ac687a59e1978e6a3c419a 0.11 MB 134 19
Previous 10 blocks ↓
Total Size: 647.06 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,451.51 GB sent, 42.91 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.