Memory Pool Memory Pool Refreshing

54,010 transactions
39.98 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,081 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,116 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,080 (275,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,795 566,795 0000000000000000000b658e0935f5d7cf80cdb9f6fdd9aca928be07a9aeec16 1.30 MB 2,801 34
566,794 566,794 0000000000000000000179b67a14a4c917f93223756bbc7550d6cfa4270df7bf 1.28 MB 2,998 12
566,793 566,793 00000000000000000022e8dcc09a54387919c13a4ffb27a0599eb31bec43325d 1.12 MB 1,736 13
566,792 566,792 0000000000000000002779255995020397fe64db0f61b52ab5a7b4f9bfdded31 1.33 MB 3,000 34
566,791 566,791 00000000000000000018739a358115b37a4b577775c6ae970dab9569aca0c4e1 1.17 MB 2,479 19
566,790 566,790 0000000000000000000fb3ff2c6c03ba019d052552c2ed9bafc5c30957308c4d 1.28 MB 2,522 38
566,789 566,789 0000000000000000002083908abb985d6e6f8829ed0a3fb235f563c51c18e371 1.23 MB 2,678 24
566,788 566,788 00000000000000000012a26c6b4e5879b323a1c2760809159ebbd299350d70c6 1.39 MB 2,231 17
566,787 566,787 00000000000000000014e7e787d25bd9fcb1ffc71e0876317c5c03b63208781e 1.16 MB 2,700 20
566,786 566,786 00000000000000000018e3c29ff0c342894f2e9c67234e25feb1dceebe9afc77 1.13 MB 3,138 19
566,785 566,785 0000000000000000001babf85a9fd0a868f4dc14488637783b4f9872466d0478 1.33 MB 3,055 39
566,784 566,784 0000000000000000001f466ded315716c027ddc500bdfa972b631ce6076301d4 1.12 MB 2,766 22
566,783 566,783 00000000000000000025d431aa22421ef701d52e0cec50dd450633521a91b1bf 1.19 MB 2,855 21
566,782 566,782 0000000000000000000b941a9d900ac49e072f73c7dfc022ee6e85dccc9c2ce7 1.31 MB 2,886 40
566,781 566,781 0000000000000000000d70892a129c6ad5ba7df6d997f6a3ec0ed5b651630c54 1.29 MB 2,837 42
566,780 566,780 00000000000000000027b1181f4d48bdb66530b66d0c116576698bd11ff20a93 1.27 MB 2,291 33
566,779 566,779 0000000000000000001ec047ecf2d73d9c4ee8fcf4d23a6ac151a98c2e99318b 1.18 MB 1,928 28
566,778 566,778 00000000000000000007a2cdc2199ba8b382de4b31229ca410a10a8766307bb9 1.31 MB 3,056 42
566,777 566,777 0000000000000000001a8f9f5d56a16aa2fda83d246303351b978b4abdd74c0f 1.35 MB 2,849 40
566,776 566,776 000000000000000000104916e5ca02bda553a8be9a711a422063971492fa4975 1.18 MB 2,966 25
566,775 566,775 0000000000000000002994bfb6780be3ff01c6cf891900dbc21fd440b1c3bba3 1.24 MB 2,270 25
Previous 10 blocks ↓
Total Size: 646.90 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,433.00 GB sent, 41.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.