Memory Pool Memory Pool Refreshing

78,661 transactions
37.71 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,519 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,653 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,518 (316,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,653 527,653 0000000000000000000aed8b4f10d533a4022d75adb0bbe243bd9cbfdb83b515 0.69 MB 1,089 26
527,652 527,652 00000000000000000002cfd5aa5c1bc164ceb16ceb85a076690c908b621d8f35 0.03 MB 101 22
527,651 527,651 00000000000000000019e0153c093c927156dec0d7bd54af0cc159c29098ffae 1.08 MB 1,920 20
527,650 527,650 0000000000000000000403e96c8a7b69856fd8f292843fae4cc8ce21b0b8edef 0.13 MB 339 19
527,649 527,649 000000000000000000338292fc843efbcfd8b082e9a7c7082a4f194cd7e35d4f 0.68 MB 1,332 25
527,648 527,648 0000000000000000000d651d4ba229a717ea80f5367097aea0f1a0faf5088011 0.61 MB 1,651 26
527,647 527,647 00000000000000000014a7af94c8b217d56591c4d49c5f7750efc60bb1d7e7fa 0.60 MB 1,117 31
527,646 527,646 00000000000000000010b3f8e1fb9557f9a50ebfae706c91df6ad0399eb7af14 0.53 MB 953 15
527,645 527,645 00000000000000000010cf0452dbaec0582ae1b303da132f980eccae3a9174f9 1.18 MB 2,483 26
527,644 527,644 00000000000000000027eb7a8b32e4cb02a42f5c6a2404e6f68bc928fd9b0336 0.21 MB 544 24
527,643 527,643 000000000000000000238938033e3de23c0356724b139186445359a2e52ea50a 0.96 MB 1,813 23
527,642 527,642 00000000000000000038a83bb50430a811d4112078d17b0043e7576fbfb7e3f8 0.30 MB 656 15
527,641 527,641 0000000000000000001493cd88f6bc9add5dc526046686139cbec0c2c15cbc7b 0.70 MB 1,833 26
527,640 527,640 0000000000000000001bbac396ecc78f44f59785c8a1a158355986bbc5377dc8 0.67 MB 1,348 22
527,639 527,639 00000000000000000026671cd44badb62200ae9027c347f1c13e3d7c7ef65c6f 0.78 MB 1,515 20
527,638 527,638 0000000000000000002d83b71e11054fe026a47c72b55caae58c15b496237e79 0.41 MB 536 17
527,637 527,637 00000000000000000008bb33d2be25b7201400047cb22126582eb726f3961b0a 0.76 MB 1,730 6
527,636 527,636 0000000000000000000f1634884a1b96ba68a498a917041de20698ab2c88a805 1.25 MB 2,661 32
527,635 527,635 0000000000000000002ec091316aaa328c54ac42b3681d51f8044a9c248000df 0.58 MB 478 8
527,634 527,634 00000000000000000035dbe9e719f08fd574eb4f9538161366df5e3867eec439 1.34 MB 2,447 16
527,633 527,633 000000000000000000250cffa73c2a08e64e53dab398ede3f38b1c30ae5c66ca 0.28 MB 597 30
Previous 10 blocks ↓
Total Size: 651.49 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: 9,139.07 GB sent, 68.94 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.