Memory Pool Memory Pool Refreshing

29,956 transactions
38.72 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,482 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 805 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,481 (723,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
119,407 119,407 0000000000004344d4d660319c19c8dce776303bae683f0358b6e52f292aa7f1 0.00 MB 7 511
119,406 119,406 0000000000007558c5ca4ffda53d30c1782d2cdcaa65d11bc5adecb720297faf 0.00 MB 4 1,050
119,405 119,405 00000000000033f084082300d7e8ff47d7a6b296f9b19d2b6b50f275d5b54ef3 0.00 MB 10 0
119,404 119,404 000000000000701af113910026b97e098d7eb8f83ece50655321ce88e7880561 0.00 MB 7 0
119,403 119,403 0000000000007af1eab7c476253181035ccdef681e1092f9e0376051f3298a3d 0.00 MB 13 607
119,402 119,402 00000000000013300b1faf5624ed97e7ebcbd8cca8c03489046ced606707d918 0.01 MB 38 311
119,401 119,401 00000000000063b946e655044d24baaf92c577058cfce6c8b5a9877e7bd5e6ef 0.00 MB 2 0
119,400 119,400 00000000000009b9a521263681a3645e28a4102a142e67944ea8a9ee2eda392c 0.00 MB 6 0
119,399 119,399 00000000000080a0b7cd4d17156821442dfbb5a95ae5e737c3dbb3aa3527f306 0.00 MB 3 0
119,398 119,398 00000000000084467df794bb9852e5a8e12d5c4007409744505d4b2a9439667a 0.00 MB 1 0
119,397 119,397 0000000000001c30d5703e4f315a21da18c9a967deaf4f956c252f7967a6b396 0.00 MB 7 0
119,396 119,396 0000000000009010dc9f726eca3d0da8c1dba57f9e939201c8c2abd786d5f0dc 0.00 MB 9 931
119,395 119,395 0000000000008bedf1d5da85838d953340444ec75e5663faa471ecaf6fa30218 0.00 MB 10 716
119,394 119,394 0000000000001294d03e239402b0f222fd074fdb682b3458edd39f45323d5464 0.00 MB 7 1,145
119,393 119,393 00000000000026f93c70396466850abd7f617855d54db5507358742b9b7fc754 0.01 MB 34 168
119,392 119,392 0000000000004e50be23f12bef313e4e7bdaab836806ee97b60eec0a42818ec0 0.00 MB 11 312
119,391 119,391 00000000000004e991de3b56c8219dcb588e23cc1903b8190d8dedf2c200a63c 0.00 MB 7 308
119,390 119,390 0000000000005417e8026d94c1d4b7a22777dbc5ad9ffe6d0edfad70fcee92a1 0.00 MB 9 1,031
119,389 119,389 0000000000007a217d9b459adc0f0812c111ecd60cfa47b71e9a02c49010131a 0.00 MB 12 0
119,388 119,388 0000000000006916f4a499fdb097cf7dfff3c532b74ba190db41f8614d6fb899 0.00 MB 2 3,875
119,387 119,387 000000000000b4e997d2a127380b1c83c4744471d186b62adee70114ce8133a1 0.00 MB 7 706
Previous 10 blocks ↓
Total Size: 647.63 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,523.35 GB sent, 46.92 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.