Memory Pool Memory Pool Refreshing

77,767 transactions
32.48 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,404 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,899 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,403 (415,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
430,177 430,177 0000000000000000029dca2c21e3d22f591c910f55ade8421494495628daf28b 0.39 MB 846 59
430,176 430,176 0000000000000000024eec492ba656e39d77a267a565bc46613cec3e544dca5f 0.19 MB 422 60
430,175 430,175 0000000000000000049ce9c47a076dd9df2ad69cebb39159927062b6cbb4fac9 0.02 MB 39 58
430,174 430,174 0000000000000000031cbae599ef8f591dd5e941c5e6ec58a5f3b478ed3d6c01 0.14 MB 327 60
430,173 430,173 000000000000000002818ba6d0c2bc23920a352113beb99ddef6e011d617f654 1.00 MB 270 6
430,172 430,172 0000000000000000032a4a92dc2e5f059b7effcfbc5fa127f56d43987d6dd903 1.00 MB 492 15
430,171 430,171 000000000000000001aca8ce66ee97922f60dc506a2fe496c3bdae56db469160 1.00 MB 459 16
430,170 430,170 0000000000000000019474d1eac21b5b248a695571857183a73057731da9eaef 1.00 MB 614 19
430,169 430,169 000000000000000001643b46ee07a5e68d22da75f07a3b478c5d1e1983490757 1.00 MB 1,900 55
430,168 430,168 00000000000000000249936c98f04ec022b6b69effb2c4daf94aee2e59d38bec 1.00 MB 1,959 54
430,167 430,167 0000000000000000007c1f8e34051bc6273b1cdc83060ca4d6897aa63bbef3dd 1.00 MB 2,355 74
430,166 430,166 000000000000000004d092f3251d181b2ca691a04c145e64a954cade283455eb 0.66 MB 1,028 40
430,165 430,165 000000000000000003ef682433fe3c2b6d40e3adf80faf56bdd0104b2c7a81f8 0.99 MB 215 6
430,164 430,164 00000000000000000339c06cf03de17774515055f27ddb4f3e4b13070918a7f7 0.39 MB 786 57
430,163 430,163 000000000000000003f446fba02de4516c81240d656573e44707576c28f1ef11 0.75 MB 1,759 59
Previous 10 blocks ↓
Total Size: 653.16 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,300.94 GB sent, 79.69 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.