Memory Pool Memory Pool Refreshing

91,010 transactions
30.57 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,167 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,477 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,166 (661,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,917 184,917 0000000000000a89fc28017188f8ed045bd0238041f1f97b712b18b23946e8d1 0.22 MB 378 93
184,916 184,916 000000000000086556fb15ea2565cb69b1cfd18e69ebe6a83201a230f1796187 0.00 MB 11 69
184,915 184,915 000000000000044d779449a1bdea0dbac4f1f03c5063373695eb38ccb80b0587 0.05 MB 121 94
184,914 184,914 00000000000005ca18ac7985cf9bb61dd64b6ddfe2f3c1e920f445452b668f4b 0.25 MB 642 133
184,913 184,913 00000000000002556ac66c55013448b63a446776cf8c9507fd2dd80aa3fb899f 0.19 MB 512 176
184,912 184,912 00000000000006f8bb8ddb9b453b14bfa887c2384be4cbc712a9c4e3d7a7611e 0.00 MB 10 29
184,911 184,911 0000000000000861e096f6fac7108ff52cc63e8d8eecfb9d323de129ff4bb541 0.25 MB 551 112
184,910 184,910 00000000000000bf0ec27ab193f49653d300be8ecd01c087b2a4a98b2fa4372c 0.12 MB 256 136
184,909 184,909 000000000000075008f8c4c2529ff3f6ba904d1b2ea25383dcd619c9eca04480 0.02 MB 32 415
184,908 184,908 00000000000008b62ed5dbf36d49539d51b4258875d28074d330cc7fba1ef415 0.20 MB 516 131
184,907 184,907 00000000000005944960aea2aff51cf7d8a50c341f6b89aead010c6b5aa2250c 0.00 MB 13 44
184,906 184,906 000000000000068d3f2a1e21bd41fe9af97f712db8dc710beb68dfe3175ed3fb 0.07 MB 137 156
184,905 184,905 00000000000002f4601dd59c8ab77cd4c7227351596d61d6a5d1430b30307c42 0.13 MB 340 160
184,904 184,904 0000000000000400ca16a35772d672b4c2c4fcea6b64829f17829fa8afdc90ee 0.03 MB 136 113
184,903 184,903 0000000000000a669b8a77ff0bafedb214c70be3b159a09d91a181bc484d013e 0.05 MB 128 161
184,902 184,902 00000000000001249c74099e6652644a89ca32e7106eda35e008f0f9c3c480c8 0.15 MB 315 174
184,901 184,901 000000000000009e4b8effc12eff8d43c75e08f3a1ee3aaf72f6e87008c731f4 0.00 MB 14 15
184,900 184,900 00000000000001509c47730450bcab99dee0858096f0c99deb48dc0c6d73cd55 0.09 MB 151 84
184,899 184,899 000000000000008df4300ac91eb9a6b79e234fb944e8d24375e25b3b9d5144cd 0.03 MB 84 134
184,898 184,898 0000000000000719cd7ea68f76a931af816b4f437abf62e070285be680463be2 0.25 MB 725 157
184,897 184,897 000000000000030ee766d4b21732d0b1778a8ab80a4a173f7699d660f42146b4 0.25 MB 500 132
Previous 10 blocks ↓
Total Size: 654.52 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,378.74 GB sent, 89.60 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.