Memory Pool Memory Pool Refreshing

90,116 transactions
35.50 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,833 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,301 55
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,832 (562,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,247 283,247 0000000000000000234905c0c455dcfd2d4cb4307bf8818dfed1baf7db57a3af 0.22 MB 417 54
283,246 283,246 0000000000000000cd1009c1d1c11d7cc37a7b19038218abb385b5f138cf45a8 0.42 MB 936 42
283,245 283,245 000000000000000039cef1453c01e8b8ecac29b5f5163078d254bb89afc6681c 0.11 MB 122 14
283,244 283,244 00000000000000017b9384d24b433d39b7a680d2c430cd7b6994f3f2a04cf6b3 0.05 MB 139 44
283,243 283,243 00000000000000012319c4a2847abf9fc2738b47d50b3f0a638f7d4da3de8cc4 0.05 MB 155 70
283,242 283,242 000000000000000108d2d4a5c98ca38bfe440472770ef2d9125e8f243e5dd5ca 0.28 MB 585 73
283,241 283,241 0000000000000001948800db29316c73755247d499cd9a21125b7908647e2b24 0.12 MB 143 26
283,240 283,240 00000000000000009ec12fe024325e11f020d2d7c1f96f0db44fb885088c61ee 0.25 MB 526 40
283,239 283,239 0000000000000001aa49e343b630cd0fc4bff9ad3701a704c8280e096f9a74bf 0.17 MB 180 23
283,238 283,238 0000000000000001a6c3380324dd275ada7eaf965ea32cb3b9dc7f5de553d8b4 0.25 MB 625 55
283,237 283,237 0000000000000000941ae1b2333407336b51f8fdb76cef1d5c9e8b40de17b68c 0.52 MB 935 35
283,236 283,236 00000000000000002ed615dc414a49f4e95d095d7fd318677369a008314313b6 0.05 MB 27 11
283,235 283,235 00000000000000001bdeda259143f169bdf8a43528939ea7534b4adde0b0aff3 0.50 MB 1,181 34
283,234 283,234 0000000000000001eb1f6b8d8b33d50d81038bcb2f43f2ed51b95c3a282ae287 0.05 MB 138 171
283,233 283,233 00000000000000011c81c265e6006ef60f9291573b6ee7874bcf22a20f2c3770 0.35 MB 836 53
283,232 283,232 00000000000000000ef4797bfc944f873b17f94fe2e949b2ba27bd7e198eec3c 0.10 MB 124 26
283,231 283,231 000000000000000072b7e2e53820d5a47761349c42a2994ee6c4723795e8c5da 0.10 MB 170 31
283,230 283,230 0000000000000000faf25fe441a2723c556c67f4b0b4cb88e9a35c9988b464e8 0.11 MB 211 33
283,229 283,229 00000000000000008647aabb563462029e6f99c9c18e0bf898529f17144a0f3a 0.40 MB 936 46
283,228 283,228 000000000000000101d7edcc074f588f6e78ea8de447fafd859da1a72eb467ab 0.30 MB 543 35
283,227 283,227 0000000000000000e7135a63d5399821f84e001483b42800b71f4dbef2c726d4 0.25 MB 599 64
Previous 10 blocks ↓
Total Size: 653.93 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,352.70 GB sent, 85.13 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.