Memory Pool Memory Pool Refreshing

41,483 transactions
47.99 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
841,754 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,815 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,753 (586,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
255,403 255,403 00000000000000009b8273c3f319b56003349aca5c4f01349ac610aee2e1bbb1 0.01 MB 8 81
255,402 255,402 000000000000001998c0393b2ebdac7e2dc6e936128da74cd441b6e89010fe41 0.16 MB 414 123
255,401 255,401 000000000000003957914308ea6a6a6b285ac29d6a24e6b5872b7c5215b92f24 0.19 MB 420 85
255,400 255,400 0000000000000029ee2e58fe4c414cc653209c133c4420ff8813f18d69ec66e2 0.10 MB 256 219
255,399 255,399 00000000000000179b7cf635d995cbd56eb96796263e75b6bc11fe97ca999093 0.06 MB 129 102
255,398 255,398 000000000000000a070382c90d21e0d398b864c1d56efc781e129f95c1023f43 0.10 MB 218 104
255,397 255,397 000000000000002ea16567dd949163fea078d73ae404192751bece80d67db5b4 0.22 MB 464 96
255,396 255,396 0000000000000032c954747743ff1a1f620de5bb5f3a60d36b68ac3f8e607617 0.09 MB 142 95
255,395 255,395 00000000000000372e7d9cd77045524f1b1caea68c88598b8cd502ff1b6c945d 0.01 MB 21 102
255,394 255,394 0000000000000004a0fd45b6f49269835747ee4e8b8645497cff7035f260eb80 0.09 MB 175 82
255,393 255,393 0000000000000021ca1b80d80c9994756f106ac41fc9933619247ae65541ec23 0.01 MB 33 151
255,392 255,392 00000000000000213d56f885ca27205bc81356afa85990b1bcd0705d1613afdb 0.01 MB 24 86
255,391 255,391 0000000000000007c18124ed212e92ae036ec330d0f4c217a55b6d916a9dcf22 0.01 MB 21 51
255,390 255,390 000000000000003948cdef72b32c8bdc5e509609e36b5a6f14d3c288a930ee48 0.14 MB 230 80
255,389 255,389 00000000000000283b05f319ef42845edbd4c1c8e6fb392bd67ea8db0177ac24 0.07 MB 140 88
255,388 255,388 0000000000000004ca645ea1a6e4b9e7eaed915577959eeaa6587dbb62f7bd6c 0.08 MB 185 125
255,387 255,387 00000000000000284b188a9ee8ed955f3151d6da8d15c52792770b94645f1723 0.02 MB 35 69
255,386 255,386 00000000000000337907ef24acffcb288ce10c48bc915016f9d8b0552bb3981e 0.05 MB 114 100
255,385 255,385 0000000000000024b887645a5bb3b3300614df547e5ab32dbb876647a52381c3 0.09 MB 299 3
255,384 255,384 0000000000000030c13b1e3b68cece520749b713dd9c2daaffb4bdc5c8e46c42 0.09 MB 218 124
255,383 255,383 0000000000000011c37a66c4dbbd41a6d3978525d4ccfb06c3e68f87f473742f 0.13 MB 313 99
Previous 10 blocks ↓
Total Size: 646.30 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,339.56 GB sent, 36.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.