Memory Pool Memory Pool Refreshing

40,278 transactions
42.27 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,469 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,431 40
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,468 (462,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
380,392 380,392 000000000000000002b39c9ac6728db3da6ccaedf87834eeb375dd0662c550fc 0.00 MB 1 0
380,391 380,391 00000000000000000f85a145ee3de773f9eea5392abbc6c8db0b62cb86ab33e5 0.53 MB 1,031 42
380,390 380,390 00000000000000000f1fe5415e5993fd22ecebd15a95514997ac213934d3a44e 1.00 MB 196 1
380,389 380,389 0000000000000000094db5907dbdaf0a102d5dce4cd19f541b6b25a9c30d2bb2 0.84 MB 1,456 35
380,388 380,388 000000000000000011dd2eb1c63e4867db1fb922d1870d722ac6630bf6591c2b 0.32 MB 522 32
380,387 380,387 00000000000000000bbba3d04d2c06313c31394881a78c312593b77393efba50 0.11 MB 183 31
380,386 380,386 00000000000000000fe77ce721c12ac24fcd1e0d6c2d749412e48ca3ed63cc80 0.91 MB 1,091 20
380,385 380,385 00000000000000000bc4c0bf3b2fb2732eb532130586a91cc5cf9aaa6beebffb 0.93 MB 2,056 40
380,384 380,384 00000000000000000dbc73f48662d35f9bc7b7f6239004eb282cac6f8d084b62 0.38 MB 1,044 61
380,383 380,383 0000000000000000003edc8c139ab3294f7deb8a70355c7f3a484aacf70c5e25 0.68 MB 1,392 35
380,382 380,382 00000000000000000a967f30a21f0d557b0e7a0b3e3c1374b86466609aa401c1 0.68 MB 1,519 41
380,381 380,381 00000000000000000fe570b9f3f1c8b9fda342c64db9de5e0846a53cb0b3901b 0.29 MB 534 41
380,380 380,380 00000000000000000655d6207eb165e195f6ec2400c2cc53abf275e91d43188d 0.27 MB 546 39
380,379 380,379 00000000000000000db1076a87a63df767e202dee672b99e74c157806ea0c360 0.12 MB 170 32
380,378 380,378 0000000000000000080ba1759ab7a8cf1cbbb92947cc72e30cf1100ff6fe7381 0.17 MB 196 23
380,377 380,377 0000000000000000069d169cb9b7752a7da6cb829262f71997c938257211418d 0.73 MB 1,410 41
380,376 380,376 0000000000000000062694559bfae20a5995e15dbbf17752958dc4db1c90ad47 0.41 MB 549 25
380,375 380,375 00000000000000000c7cd5863f00221cdf98b4c2b464008ed26462ad7d08b94c 1.00 MB 2,381 43
380,374 380,374 00000000000000000d4c3226e8b080a93e008a3ad33f78ef819c42209ea2ae47 0.40 MB 850 42
380,373 380,373 00000000000000000d25c6bf231fa4c9f67b4f8ef7b686fbe788cf175636ec4e 1.00 MB 926 7
380,372 380,372 000000000000000007bbcb10f4a42cf0b5e53faba040db0f1e28c730f1d4fc4a 0.28 MB 491 32
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,519.69 GB sent, 46.80 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.