Memory Pool Memory Pool Refreshing

67,342 transactions
40.05 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
842,085 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,471 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,084 (586,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
255,900 255,900 00000000000000369a43ab431f6b5c05695ab79efe40d8df8e8c43c30caada8f 0.11 MB 262 100
255,899 255,899 00000000000000295c015158059cc70533582dd762ab6ebccf41fcd81bb628c1 0.02 MB 38 40
255,898 255,898 000000000000002858ccae68f31fa1f04146af15d86b0165fd983f23c4f98d0e 0.17 MB 433 100
255,897 255,897 0000000000000018e8627740e8dc8c5b1a7a04bd252ef93b0da32d5e6d960d06 0.03 MB 51 29
255,896 255,896 000000000000000694e405740a8b456a0f0718856cd76dbd1f3b1884de3b2779 0.05 MB 147 101
255,895 255,895 0000000000000030e9ef40c17a13197c2953635c622a638d894d5bceee1ed3b6 0.07 MB 142 19
255,894 255,894 00000000000000397342ef95efa223919d48e70dd28189f55f87e88f2535ad87 0.25 MB 657 139
255,893 255,893 0000000000000027012bbbcbd1cda714bd915c2b18b877352bd61c13662267ae 0.17 MB 400 130
255,892 255,892 0000000000000011242227f3d866b0fd733a32852782f09c1d8efcf2b7122fba 0.08 MB 171 72
255,891 255,891 0000000000000023bf8b7eb15c95cb5f7b25022a393e48027dd193368a70865a 0.31 MB 827 130
255,890 255,890 000000000000001278acd438d6a3130454e766ed4803a9fbf010b10ee34f602f 0.25 MB 649 143
255,889 255,889 0000000000000041244cff51199d8ef5499fba7d6066c3796dacf69b3192aead 0.06 MB 130 98
255,888 255,888 000000000000002b3ce8e9cc847bdce3c46c65dacece7e13df33c642c152e1e1 0.23 MB 552 121
255,887 255,887 000000000000003e97eb8de8fc433378a5bce9ca8042555c772c366c9f580f45 0.19 MB 456 129
255,886 255,886 00000000000000316076aa27a40cfcbfd161bf9693955bc2ede65abcd073abe3 0.08 MB 170 126
255,885 255,885 0000000000000006068d400921619140b0f8ecc1113cfeec46ce55693ce8e457 0.12 MB 283 124
255,884 255,884 000000000000002ff4fef82e5571b9097889b10c667eb66e6833376931679053 0.01 MB 35 85
255,883 255,883 000000000000000672677a347ce30cb1a2f47ca56a567f6c3f1a47151d2ff565 0.06 MB 99 106
255,882 255,882 0000000000000034041836150ce5240396a3333494926326dfef512f6499cfb0 0.12 MB 324 113
255,881 255,881 0000000000000015fb78a0767cb0e0e8fe44a86b9ba892c89f5d5ccb04b73dc1 0.10 MB 259 134
255,880 255,880 000000000000000403b70766e30af4f3753c01474143d44847161149cec15a3d 0.15 MB 391 114
Previous 10 blocks ↓
Total Size: 646.91 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,434.82 GB sent, 41.36 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.