Memory Pool Memory Pool Refreshing

40,588 transactions
42.56 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,470 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,938 33
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,469 (545,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
297,140 297,140 00000000000000007a999c035cf604a63c9f51743ba78e006c9c5ce6412ab220 0.25 MB 735 61
297,139 297,139 00000000000000000affceca0a67776942fbd0f0aff295af205b1324168831cd 0.05 MB 105 25
297,138 297,138 000000000000000048b295b3c684541b39afffde4b0af9753e12391c870af9ff 0.10 MB 162 30
297,137 297,137 00000000000000004b3498e05711bf16059cf703a5246e91971f857fa653b3d6 0.33 MB 586 39
297,136 297,136 00000000000000005cf222503c3ac2c16bdc9a15ef0adbf23fd2137b522ecfaa 0.25 MB 423 32
297,135 297,135 00000000000000000a4ec678c0d017213e65fcf9847ad8b7e07193f55e76675e 0.05 MB 101 30
297,134 297,134 000000000000000018eebbadc501c085e2c20c4c14c4ddd74ee00208cd8a4fc9 0.14 MB 220 28
297,133 297,133 000000000000000019ddfc0bf23163b5ed6524c31e8a8ff9e26d6ec522efe40f 0.07 MB 112 24
297,132 297,132 000000000000000029da4b4b772e91d745348d682194a65904942d1d5a6cb62d 0.25 MB 183 36
297,131 297,131 00000000000000004866bff18fa3e4378486920d6b9dc7f332f9f0bc18bd247e 0.35 MB 855 37
297,130 297,130 00000000000000003bc98a197ab8335629b01685a0e670dbb4d3bd7d57ea642b 0.35 MB 842 40
297,129 297,129 000000000000000037edb2d5cb9e7b91c1deffe49a7231e28128f52a5293fff4 0.14 MB 213 43
297,128 297,128 00000000000000002e56a7cf48691428cecab48e3a975b6c00c7601f859cd65a 0.23 MB 352 26
297,127 297,127 000000000000000030aee7af8307f9dfcb795b85ad34777ded5e58603405a276 0.30 MB 579 37
297,126 297,126 000000000000000046ee3ef6961ca9eeb7a2cf4df9049af16e91cf3cb66eab28 0.33 MB 475 23
297,125 297,125 00000000000000006db621d304ccda76ab19221a66154c116d5f098511cf79d2 0.18 MB 512 56
297,124 297,124 0000000000000000451c0fed42f3cde726ade38b2a1ef3981669992568a52c5f 0.15 MB 301 40
297,123 297,123 000000000000000087be011f611f80fd4d3d917780a27850fb878512f492f828 0.21 MB 206 22
297,122 297,122 000000000000000011cbe2de845f5706570b402971243f17024cc72320deb55e 0.35 MB 755 45
297,121 297,121 000000000000000008365f49ccf0bfd677e3e768ea82c8051f4b7b6ab22e3238 0.22 MB 377 48
297,120 297,120 00000000000000007548fbe9a18943ab5cfbb58a7c09b29657a65267230e1771 0.55 MB 446 50
Previous 10 blocks ↓
Total Size: 647.61 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,520.28 GB sent, 46.81 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.