Memory Pool Memory Pool Refreshing

25,836 transactions
58.27 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,778 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,022 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,777 (562,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,723 281,723 0000000000000001710a9ae1ca5c9ecf6d4232785ec322a92faefc3e22303629 0.14 MB 321 32
281,722 281,722 00000000000000001112314367e69256a881612e23bebc2b8206fbf1b659ab6d 0.08 MB 165 21
281,721 281,721 0000000000000000623dd7eba114526b4a31ce086ee2a3e8e5430a9a5645c7c0 0.25 MB 516 42
281,720 281,720 00000000000000017570577565548be3d92156a202d67f5e823dca47a1ce01eb 0.73 MB 1,235 26
281,719 281,719 00000000000000022ceab1cff87bce24a5768cc3a7de3546a0b857f271a369aa 0.25 MB 809 96
281,718 281,718 0000000000000000d9b66df4ad101c297a1c13140eea8d3bb3ae750ca569b35e 0.43 MB 503 26
281,717 281,717 000000000000000013450124bda13b1a1bc8ddf297302e6133b909d0de0f7720 0.05 MB 122 37
281,716 281,716 0000000000000000f998f580f0f8d2393322c5da3b2131b4280920df4b979d7f 0.50 MB 923 26
281,715 281,715 000000000000000260430a8bd5fe93d30c19bdd6b66cb2278c2fce9c1d550151 0.25 MB 807 53
281,714 281,714 0000000000000000f0ead3203c3a2340bfc71557e886b453d358620a0d72faaf 0.05 MB 118 107
281,713 281,713 00000000000000024b775a5edd46146a87c23dbd43c388e5e28e132cafb5bfe6 0.25 MB 776 69
281,712 281,712 000000000000000154ca45a99fa67ed4a3fe5bb256abba19aaad51ea17cdd2cb 0.42 MB 1,062 46
281,711 281,711 00000000000000008d7d39d0eec8e227efefb1f80a04b3b7ebece5d332dbdb39 0.25 MB 517 41
281,710 281,710 0000000000000001318ddccd00b57723a260ecf4d28b4d6ea68153177b14bee0 0.37 MB 535 21
281,709 281,709 00000000000000001fe1588c9d1b63cc76e4c5eaa72613147bebd96a206acf47 0.25 MB 768 62
281,708 281,708 00000000000000018fe142fe578b0e28d4ad337861225b9b1721ebba1fc0f8b9 0.23 MB 431 30
281,707 281,707 0000000000000001b5d367ab8cf8f81aa538ff8e203253569d7e549ed5394ad8 0.50 MB 1,185 48
281,706 281,706 000000000000000224c598b7f9358fc8c66c470ee9d3e61a8063dc5d0cd059fa 0.15 MB 340 42
281,705 281,705 00000000000000004cb5f3470e894b8e7c03e21e6ae60b766d859044b776c8a1 0.11 MB 208 40
281,704 281,704 0000000000000000380197ecd34723f3feef0c784ed07c8ce98aee63a254423d 0.13 MB 183 32
281,703 281,703 0000000000000001bbfd73910077d2f78cbcc319786e36205ba26a5442ddb2ad 0.45 MB 665 33
Previous 10 blocks ↓
Total Size: 650.12 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,921.05 GB sent, 61.25 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.