Memory Pool Memory Pool Refreshing

58,164 transactions
41.52 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,274 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 2,725 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,273 (577,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,743 266,743 000000000000000434c35025bdd5dc54b3454952a4d48df4000321a2f05106df 0.18 MB 178 24
266,742 266,742 00000000000000055ca068d0bbfae4bfd09ab5290b64b788428119691d26114e 0.25 MB 602 63
266,741 266,741 0000000000000000d130f63d88a025bfba41cbc54c4111d06d8a67033d6a5799 0.25 MB 546 126
266,740 266,740 000000000000000a0a212940fc444c7db9ffbd9a803c712853375e26b5b6f56b 0.10 MB 256 176
266,739 266,739 000000000000000a0f90a320fd1adea3bfefee716fa98c9f10625021d8d4f29e 0.33 MB 970 73
266,738 266,738 00000000000000002db1a6dc8eb87b4de2872b3c104e27d412b3a0d05f9def85 0.23 MB 478 79
266,737 266,737 0000000000000001da33afc73f83ef854f84b41b182d778f2bc0a5be2f8fe08c 0.47 MB 868 83
266,736 266,736 00000000000000001fcf3cf6ad1c32ffed87925af29ee04b189a7d5a38f9004d 0.11 MB 177 46
266,735 266,735 000000000000000198251ad91654d674d193f5a0fae1e73fd37ca6c38cd60b4a 0.08 MB 201 49
266,734 266,734 000000000000000ad16e2d476b8ed73bab8816aa36f4899a753b4f478bd1f04a 0.36 MB 778 97
266,733 266,733 0000000000000007c70113d956b07c4561c38c0a0560561acc4d0ccbb6e7ff53 0.15 MB 347 55
266,732 266,732 0000000000000001bfd57dad6bad2a345a47d6f3b4eb91925a6084016c1c19bc 0.15 MB 357 18
266,731 266,731 0000000000000001f3d6d214745e709945a9ae7ff7a869472e3edae9b37c0990 0.14 MB 330 75
266,730 266,730 000000000000000a27c3253e754ebe71d922f050528bab5f2ed625e9bc7cf826 0.10 MB 213 76
266,729 266,729 00000000000000023d0e8cd75b7db7f388d007be988e9e0d3bbca36c9e552a1e 0.15 MB 147 47
266,728 266,728 000000000000000691090dc2cc3a23b444024e77310d8b4ccd090fe180652bd2 0.25 MB 590 100
266,727 266,727 00000000000000098e0853f7ad406c69351b097e5fbd3d085b16cbe89200d386 0.15 MB 253 60
266,726 266,726 0000000000000005db1bc66c77245e15c53dffbc1b58a31626d02e4926e2057d 0.25 MB 619 37
266,725 266,725 00000000000000001d022be0a8d79b8cfd7473a2ae8a5a5db55f090d61a6b5c9 0.25 MB 536 160
266,724 266,724 0000000000000003c369b32684e8d1d804bf801675c489554cfc0382283fa064 0.15 MB 144 30
266,723 266,723 00000000000000043e9095c29bd2fe223483825a7e3d098160875ef09e66ce65 0.22 MB 526 115
Previous 10 blocks ↓
Total Size: 651.01 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,069.33 GB sent, 66.27 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.