Memory Pool Memory Pool Refreshing

40,013 transactions
45.97 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
842,440 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,295 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,439 (619,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
223,278 223,278 000000000000018b835ca316913f25fb9fc5553ca439e6da118de8cbf9414b19 0.25 MB 391 122
223,277 223,277 00000000000001eafb17a67583fde15b1dc2a1df0a5702619cbe11a87d8e120d 0.25 MB 816 302
223,276 223,276 0000000000000377def85553ac03a4fac3b838e6807afae60b861020fc7fdc8b 0.05 MB 148 182
223,275 223,275 00000000000001392defc49795f6ae1730039be633bdba713f21815598c6f24f 0.25 MB 532 166
223,274 223,274 0000000000000100fa45f65de023f2dc30986a030023ea412998b45536497fb7 0.28 MB 478 135
223,273 223,273 00000000000003f1730ec0aedb09991c297b1e8306dad4f52992f4e6d5532a9b 0.25 MB 832 285
223,272 223,272 000000000000005b7e74206780d3f4c9a90d6688852ade072446de813dbcc730 0.25 MB 539 184
223,271 223,271 00000000000003b8eec80922231a8601ed86b9e4beb4c356167aaec2f9047c99 0.25 MB 636 223
223,270 223,270 00000000000000d75c4b767c4df504d7f8e118a715af65368d6b8eec0d09a1a7 0.35 MB 207 65
223,269 223,269 00000000000003ec7daba0425e4b8d3a033578fb58ce31acdece5a3c9635c0ce 0.25 MB 408 164
223,268 223,268 000000000000043d68520234bc542ac84b8bbab60ce157d48485671c9ca3e53b 0.25 MB 522 227
223,267 223,267 0000000000000382068afe77fdb7d17e8963fff8fd2c9b6c9b24fa9774239a48 0.25 MB 803 242
223,266 223,266 0000000000000340706ae9e7353dd6b9ed752e54dc182eb8998d17c015ef5314 0.05 MB 151 531
223,265 223,265 000000000000048c9d120db8b4b709acd40fdadd14140181271c5e993f6a5813 0.00 MB 13 223
223,264 223,264 000000000000042f11150779a0a18bc2fdd1e5f00cd4e57dc8b8ef8326518eb3 0.10 MB 178 139
223,263 223,263 000000000000017e54d6a2a55c7494ef4271baa055fb7e3b925df5007c73b694 0.24 MB 577 205
223,262 223,262 0000000000000181a6acabd1478bcfa02d21dd457dff4beaeb85bf91a68af9c6 0.18 MB 409 175
223,261 223,261 00000000000004517db466e2405506679de33eff779385734a632297838b326a 0.10 MB 240 154
223,260 223,260 00000000000003c45fd3718f7c8d78f924cb765f5e08dc62a95eea97deaaf5ac 0.28 MB 718 265
223,259 223,259 000000000000000137895731fd309e529ad8103ec941667a0de447e24dfca579 0.09 MB 158 164
223,258 223,258 00000000000001cceeec0636dc1ef4d03fc54f6b25884537f63296c5aa23e0ad 0.21 MB 501 185
Previous 10 blocks ↓
Total Size: 647.55 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,504.71 GB sent, 46.41 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.