Memory Pool Memory Pool Refreshing

52,883 transactions
34.12 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,108 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,702 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,107 (496,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,277 345,277 00000000000000000d142102d08ae56fcf4d71b47afd515a62c05c19220d12ca 0.43 MB 870 28
345,276 345,276 00000000000000000674eafa0fcfc50db89206023a0ef177e6d16362dbd283a0 0.07 MB 100 24
345,275 345,275 0000000000000000169103b85535e5716330b698d8cac316f218ff02e7f89be2 0.19 MB 337 22
345,274 345,274 000000000000000015a38d0d524817e7c17f726ff236496e7220719729a902e0 0.35 MB 699 17
345,273 345,273 000000000000000001902ebb2e5a1d0476009ce0d273596740db62bab8b7787d 0.48 MB 758 25
345,272 345,272 0000000000000000078c76c9345c9489c099d11cad1640eb868b3b89346ea3e3 1.00 MB 1,594 22
345,271 345,271 00000000000000000ec2856257696f8823d939541cee8521c61d6ee4262fbc2a 0.27 MB 1,024 51
345,270 345,270 00000000000000000f2556152167b69d1c6f776202eb96fd04f5f2873d399e68 0.30 MB 1,024 45
345,269 345,269 0000000000000000101258a30ef04509bf0dfe9de4975ec0df573c7cca14ff3c 0.40 MB 769 23
345,268 345,268 00000000000000000189044517c1f1be429dd31b0d047342455dddc363224ce9 0.36 MB 500 13
345,267 345,267 000000000000000003cf418dcfacae9d72eafcf92e849cfedef2eae0313b5830 0.75 MB 1,603 34
345,266 345,266 00000000000000000c80e584a2183f65e94c99a7b03c1f59ee00b882d44cb337 1.00 MB 1,815 24
345,265 345,265 00000000000000000bb830466b593b9d0d35fed1d3efb827dc1a92acd82bd047 0.75 MB 1,102 22
345,264 345,264 00000000000000000a5cce666513634781f093777072dcf3290c08e3c722082d 0.75 MB 2,037 35
345,263 345,263 0000000000000000050f7d6a53b37e9eec94a4cc9839e3061dcf52961682037a 0.19 MB 381 24
345,262 345,262 000000000000000002b85705068ce389d94bd526fa178ce21beac9b8396789db 0.26 MB 417 19
345,261 345,261 000000000000000011bc3c1d4d4d13425505151810dffe114623e6f554c8f366 0.08 MB 74 10
345,260 345,260 000000000000000000af1c31944c9319e0e4ca035767e51ec4d1b5750595eb73 0.45 MB 896 24
345,259 345,259 0000000000000000058be8122634687c3cdf71befa2df73b8bdf14909fbdba4a 0.56 MB 568 13
345,258 345,258 0000000000000000044ec1caad16ed440fc8d2af4beb31487d46311e7a6a4628 0.75 MB 1,327 25
345,257 345,257 00000000000000000a53b5553d6fffb2f4318c842ad089a1e84dff21ae6d1a7c 1.00 MB 1,962 29
Previous 10 blocks ↓
Total Size: 646.95 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,438.86 GB sent, 41.72 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.