Memory Pool Memory Pool Refreshing

44,087 transactions
57.28 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,187 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 4,500 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,186 (105,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
737,334 737,334 00000000000000000000b04bf7d81026f2c3cafa2facbf5a419c3262dd88343e 0.49 MB 936 9
737,333 737,333 00000000000000000004d7ea63584903879ab45986b6119fed09c8a77c2ffe47 1.08 MB 1,736 10
737,332 737,332 00000000000000000004dcd47eedff2a337d274c444a5697f59c11ce134f5fbe 1.54 MB 2,143 2
737,331 737,331 000000000000000000037b884d2b027a7729dd95f8ee4696723f97c6fbe9f191 1.53 MB 3,174 17
737,330 737,330 0000000000000000000196510eff27b5be672c5a58227e0c37ef014d6c89efed 1.58 MB 2,013 9
737,329 737,329 00000000000000000000dd33919d9bbcf89789595e731d0bacb424a4053db426 1.13 MB 1,145 14
737,328 737,328 0000000000000000000594df41d956cd4576dde4ba35905c96eb9b277742e32f 1.29 MB 2,486 20
737,327 737,327 0000000000000000000112cfcf8b1866d1a85b99cb45b4a63ca510f35876a11f 0.63 MB 1,221 11
737,326 737,326 000000000000000000053dcc279e3b552fbc66ccd196069d52118993ed10bb55 0.26 MB 359 11
737,325 737,325 00000000000000000003ce41844a06d2dd8f1babb461ec7324e06deb1e741f97 1.25 MB 2,181 11
737,324 737,324 00000000000000000001bbad2d0cb0366ee381c3d13b3d17a4fafa76017fd82e 0.28 MB 626 11
737,323 737,323 00000000000000000008061df2da17eb91c148db00d7dced3583ab3c5240afdd 0.33 MB 735 13
737,322 737,322 00000000000000000001fcd4bff688e72bf8197c4850c77acfc2f0a47bb06039 1.59 MB 1,987 9
737,321 737,321 0000000000000000000514d4e3349433c9f4eeb47b3604a7cbc3224c79f6ee8b 1.74 MB 1,451 7
737,320 737,320 00000000000000000007c1260f76cb074fb574a8e117d87372d462c89acad3c6 1.58 MB 2,374 9
737,319 737,319 00000000000000000001f1e3a0c4d3a264eb09b4f480c357a7f16d0ca8baaeda 1.56 MB 3,039 14
737,318 737,318 0000000000000000000576dada7cc28945dee7eb0ded1f32d3c164f57bb4c0d1 1.57 MB 2,562 8
737,317 737,317 000000000000000000000a6bcd407a82f4d6238a4e1bce1ee6dd434b9bff9e06 1.40 MB 2,796 19
737,316 737,316 0000000000000000000255cc631edf2f1b7700aa51163581899884fc60cf038c 1.22 MB 1,873 18
737,315 737,315 000000000000000000044d8289614e5ded62e4e87334a11ab0a479105523c422 1.31 MB 2,200 11
737,314 737,314 0000000000000000000741871463f40e4181817b49234ed1b28f64fd308d94d0 0.29 MB 148 4
Previous 10 blocks ↓
Total Size: 649.00 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 8,731.30 GB sent, 55.67 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.