Memory Pool Memory Pool Refreshing

35,353 transactions
44.85 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,978 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,447 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,977 (417,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
424,476 424,476 0000000000000000045354a7262f8bc053beb48cf3fd2a79ca6ac0fb08035128 0.93 MB 1,221 42
424,475 424,475 00000000000000000206e55078c120dd3f0ae919fa7d2d4d754eb96a9b90a916 0.99 MB 303 27
424,474 424,474 000000000000000001e4679e0fb8857ed640131d94541911f28a558fdaba125e 1.00 MB 1,286 65
424,473 424,473 0000000000000000003a58cdf5401248a1330480a1c9b99440a5f974fb61ce17 1.00 MB 616 26
424,472 424,472 0000000000000000011a06e4b1a3c497d247f785a4899e44ae800a9236438e16 0.51 MB 1,283 74
424,471 424,471 0000000000000000033c599452225973ef925db2aa1c3334b502ee401ad2740d 0.06 MB 77 46
424,470 424,470 0000000000000000013612ff65d872b5d0cda43d5faf63f96337cee9393636ba 1.00 MB 1,171 36
424,469 424,469 0000000000000000004f314ca0e24df60dfd087812f0aad994ca925d7e5bc605 1.00 MB 1,185 36
424,468 424,468 0000000000000000012b1749d1919619b6a3ca638222fc32ac9351b70520c736 1.00 MB 1,655 50
424,467 424,467 0000000000000000044f4e6b80df9967b52510c32c2687703ac70231f47dd4f1 1.00 MB 1,176 33
424,466 424,466 000000000000000004f08295550ca6d37a598ec5783a0f3846cd3e9bcabe647e 1.00 MB 2,184 80
424,465 424,465 000000000000000002bb2c26e062fa0b71ab86f8b28583c08dc9d171b1074f23 1.00 MB 1,815 69
424,464 424,464 00000000000000000241f90d320f573e57e9109b1932d6e92c5c76668fc1afe4 1.00 MB 1,697 44
424,463 424,463 00000000000000000263d8f9ad31699495e8bc61023f92692cd2cbe49feccf69 1.00 MB 2,567 85
424,462 424,462 00000000000000000269b2e9ddb640a131867b8b443fc0cb70c7f86f0c10a157 1.00 MB 2,296 75
424,461 424,461 00000000000000000090221fa6b309ca4c5e9645f4527bf9896941cd713e9e7d 1.00 MB 2,103 61
424,460 424,460 000000000000000003e21d68772a21e1fe5e094d33e08a4dcf07d5a745f8de23 1.00 MB 2,166 62
424,459 424,459 0000000000000000001b78ae1bddb361924e766b1b1b6e7f3f0888217a383d37 1.00 MB 2,177 70
424,458 424,458 0000000000000000001d5846e7a2de0ab1e291ed6f75f8853bd00dbc87970030 1.00 MB 2,849 97
424,457 424,457 00000000000000000385d804d925306aab799c9520a9d121c470749790def343 0.93 MB 2,573 100
424,456 424,456 000000000000000000e24ef88d70abdd2b9eb61eac3d5c74b608931b8aed927e 1.00 MB 3,055 109
Previous 10 blocks ↓
Total Size: 646.72 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,396.81 GB sent, 39.66 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.