Memory Pool Memory Pool Refreshing

42,829 transactions
46.88 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,331 0000000000000000000331db0000000000000000000000000000000000000000 Now! 1.00 vMB 3,000 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,330 (371,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,101 471,101 00000000000000000179cafcb017d560e1ce8ace35e08607f27d6cee33b76700 1.00 MB 2,281 409
471,100 471,100 000000000000000000441902abce10203bcfbcc720d06dde18675358813355f5 1.00 MB 2,293 294
471,099 471,099 0000000000000000000bc484d3c18819f6091b4db89d8970c1e0e61b4888ae4d 1.00 MB 1,885 373
471,098 471,098 000000000000000001497f1a0264d04b29e57f925c73483335a9df0061530e94 1.00 MB 2,376 389
471,097 471,097 000000000000000001733854cd03f54cc3b4bb718b84f5f441046bcb8fd211da 1.00 MB 2,597 464
471,096 471,096 0000000000000000017552e08a277ea006f0a6ca2e79fa9fcca3f9f2b4cee7c0 1.00 MB 1,948 189
471,095 471,095 000000000000000000788a4a093bfb0e99d41e567f4cf7e64505ba69d65c448b 1.00 MB 1,532 298
471,094 471,094 0000000000000000010cc3842e48f8ad7b3543093c12e6e8d204e5a2e2df5705 1.00 MB 2,145 377
471,093 471,093 00000000000000000103f7e753f33ff63fa404d5dacd516ad4356b305c85d086 1.00 MB 2,190 266
471,092 471,092 000000000000000000e5bbaf2127cf9720358fdb5ee2393f5ed777b16d88c34e 0.99 MB 1,848 416
471,091 471,091 00000000000000000179f2433d6c4c76cd7f78ed2a4c9f759dc8a06e30681493 0.99 MB 2,251 378
471,090 471,090 000000000000000001424c88689f5d98222d1f6936fdfb57126c642879abc9bf 1.00 MB 1,831 219
471,089 471,089 00000000000000000135b5f66c72e2fb30386884aac0f0cea8d3a2de7ca9244e 1.00 MB 2,357 346
471,088 471,088 000000000000000000b6ef6ea7a1b882614f1bea23ecfc2b68fdaeed7505dffb 1.00 MB 1,550 374
471,087 471,087 000000000000000000dea70bf8e5e7226e09f23cf734bc05d3fc025f1c43885e 1.00 MB 2,188 473
471,086 471,086 000000000000000000959a34e1fc60a9c9a3f329fd023b193f4aa08d33cae1bb 0.99 MB 2,198 281
471,085 471,085 0000000000000000017747fd7f668b294e01637628712891f3c926efcdc5f994 1.00 MB 2,223 309
471,084 471,084 000000000000000000684c6e8ba11e14999b4920eefd310c033a2948d153deed 1.00 MB 1,607 392
471,083 471,083 00000000000000000105c184cf274a1978a7d185d296d5e5024f0b58a40f045d 1.00 MB 1,267 363
471,082 471,082 0000000000000000000b8b54b75c4b9ce82052102f19de28b544cfcf3bb8fdca 1.00 MB 2,516 415
471,081 471,081 00000000000000000075d2c4f1c51cf27ec9b3edd1c0f077d0e302eb3669db4e 1.00 MB 2,500 407
Previous 10 blocks ↓
Total Size: 647.34 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,478.66 GB sent, 45.00 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.