Memory Pool Memory Pool Refreshing

94,256 transactions
34.66 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,360 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,725 41
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,359 (416,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,198 430,198 000000000000000002683a1f2bc44c1e2c66d0750c9dea21f61cb13c204b9b92 0.08 MB 142 58
430,197 430,197 00000000000000000412d4dce5b3d5d9bf6a85c012aaa03e9eddd2ecf8ce207f 0.22 MB 438 61
430,196 430,196 0000000000000000048f2be699d1f97d7778fcbc97895ded09cae37f716de1ed 0.31 MB 441 22
430,195 430,195 000000000000000002c6791290aa496de2dad8c2527c891afd24714aca02a6ef 1.00 MB 1,839 49
430,194 430,194 0000000000000000003877a97ba3955f6b8802ee58e2176276e1aef5ff9a9108 1.00 MB 2,911 79
430,193 430,193 0000000000000000028226a7a1f9146b1ee57bf4660f86a56ea7ea91b787c0b1 1.00 MB 2,517 65
430,192 430,192 000000000000000004b891e4b53ebd6b8809d61590d8c1a1dace3eb7449efa88 0.46 MB 948 57
430,191 430,191 000000000000000000e728487a878046fb289a67266ebffb4568861724e70dbb 0.53 MB 1,362 61
430,190 430,190 000000000000000003eda34adbef1518342e457a425062a23c4ba8b1fcfe2cc6 0.00 MB 1 0
430,189 430,189 00000000000000000285eb4277090d762fa2a5b9ed00d9f2d1000e2933b9420e 0.99 MB 99 1
430,188 430,188 0000000000000000026e6c4fd0f014994ee640563c7d42494c4c1233aeee1102 0.11 MB 236 58
430,187 430,187 000000000000000004d8531d3e88bdb587af0fdef33e141c8e16f1c85b811b55 0.00 MB 1 0
430,186 430,186 0000000000000000048304816349032406da39e8216793273821038f42db323d 0.74 MB 1,291 45
430,185 430,185 000000000000000002cb990a8917eff7dcad70ea68a3b9920cb3b59823958fd1 0.11 MB 317 56
430,184 430,184 000000000000000003330ee44f353610a08704baf48f0ebdfa2012f638c57793 1.00 MB 266 5
430,183 430,183 000000000000000004c1a3bc0703194a70c7761112817bb0d3e537a5a61b14da 0.63 MB 1,571 55
430,182 430,182 0000000000000000036ef33da702087e44269bcd17c8c7edb3c798bd66e1d95c 0.30 MB 708 55
430,181 430,181 0000000000000000014c1b77c3fd555fd303b36dcf87fc9b01863446d55c66dc 0.44 MB 1,095 54
430,180 430,180 000000000000000002b68fb8e42be45b4f83599ecd152035b9fcd84b8c289bcf 0.29 MB 780 55
430,179 430,179 0000000000000000011be83555acff547f4ae9a87b19e84e93aacfe0b2f91d86 0.32 MB 717 53
430,178 430,178 0000000000000000022de3fd2144a922f9cc8763341e9f357cb8b78eebb1c401 0.33 MB 766 57
Previous 10 blocks ↓
Total Size: 654.87 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,415.11 GB sent, 92.24 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.