Memory Pool Memory Pool Refreshing

28,696 transactions
40.36 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,917 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,718 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,916 (566,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,728 275,728 0000000000000002be063bf22a2ac1971da2507bf43df24d2ed39e6072c8ecca 0.07 MB 126 37
275,727 275,727 0000000000000003dc35e4b8a2d6914775cbdab89628e64d3ec6dd0df98deb36 0.04 MB 112 53
275,726 275,726 000000000000000307405b99d42bfd93c4f93682ebaa40d73831fe4440972c9d 0.12 MB 203 37
275,725 275,725 000000000000000158181ffbc4837589114fd8fc587df1ca68e1ccbca7e58bcb 0.07 MB 154 48
275,724 275,724 0000000000000001f39190f0ef919b57345c1fee31d2104712bac65899ff9a1e 0.19 MB 386 41
275,723 275,723 0000000000000002854bae186803d7873debbadf5929ca144b55f896266070ab 0.25 MB 437 36
275,722 275,722 0000000000000001e710fcec633ada5f2bb25f9c440f0d7511a4522442eb1152 0.03 MB 68 105
275,721 275,721 0000000000000000b6cc4a8e8b96cffa325b54692c5ca490b1e38b3b648fb0d1 0.13 MB 300 80
275,720 275,720 0000000000000000c34bd7600833f76acf3f298a3d700850555f3162b2c72680 0.13 MB 272 40
275,719 275,719 0000000000000004394183f2c453ab0eb5d698b39e6b405f872e10e19f602dd8 0.23 MB 399 24
275,718 275,718 00000000000000016dbb6a460570a7865e27c3a9a10076b2bf830b5a5f6c73c4 0.25 MB 654 87
275,717 275,717 00000000000000032b4fca4ff90a68845060ad59539363d5c69f6c72eb5095d3 0.25 MB 159 18
275,716 275,716 00000000000000004dfc9c2a6fe66a11bc21f1933b72018dc353a11bf5c7a1a2 0.25 MB 407 30
275,715 275,715 00000000000000021e25c1c988c2b0890f6977e745bb75d301b88a8f90a8e327 0.25 MB 723 92
275,714 275,714 000000000000000402c62128c0f3a85a60790351117dc51d23265863c1c36a25 0.01 MB 29 51
275,713 275,713 0000000000000003756f5bb2444f7e6446f65777b273dd03e2c928186b629031 0.15 MB 270 50
275,712 275,712 00000000000000036578d6803fd5bedabb4e23c9817a105a43185af66eca38aa 0.13 MB 164 29
275,711 275,711 0000000000000001f7729f7b01af78e3f79c48ba20394f602d0ba5941e480ccc 0.10 MB 126 25
275,710 275,710 0000000000000000cba9ad1f110d823fda40f1341a308ac2f9ddb3c4cc26ed98 0.25 MB 605 80
275,709 275,709 00000000000000046cb27935251e32414859c536d2bc2f095aa557990f71ddaf 0.01 MB 37 65
275,708 275,708 0000000000000000f92a52fa689594cff2947d2e1fcc8571f627c0c5f1cfba2c 0.13 MB 252 48
Previous 10 blocks ↓
Total Size: 646.61 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,376.54 GB sent, 38.80 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.