Memory Pool Memory Pool Refreshing

51,924 transactions
41.69 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,292 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,291 (642,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,528 201,528 00000000000001959c756595fc4c24b743a2375ffec0987c2928481a13aa26d5 0.00 MB 15 5
201,527 201,527 000000000000022b891400083c1a19952b6713aceb8c148bed245c81120f16d0 0.25 MB 488 171
201,526 201,526 00000000000002be7e1139aa46a7a7c682d383cb30315090868d76992a33615d 0.07 MB 176 226
201,525 201,525 000000000000057b14f2a95272d26c1ec3fef88560de6119ef80b92aee39139d 0.16 MB 230 132
201,524 201,524 00000000000004be9cbdc9b0d6a5ad0cdf6f75d95eb3c7bf05fc0afe9f330230 0.14 MB 260 188
201,523 201,523 000000000000019748bfc3e654b63f0b4ccdbec735e5fc01cdcf0d49e6c9f280 0.04 MB 114 14
201,522 201,522 000000000000001a6d9549b5522df30893c9533c494585f50f1ddeac68d84acb 0.12 MB 265 196
201,521 201,521 00000000000000c987ab54ab34e256fa06712f23f921b93a477c1d0ddf6a3bd7 0.01 MB 28 81
201,520 201,520 00000000000000d3664a1e0dc22e12cfea15b4d6a94f15f65da89a8aa8526af1 0.13 MB 327 36
201,519 201,519 00000000000002d3ee5f114a31876c1b4a9780463dbc02a355d6f7f31eede438 0.03 MB 55 17
201,518 201,518 000000000000001224840054005f123fd43c110c1d9647b12f768d18ffe986ba 0.23 MB 442 401
201,517 201,517 000000000000027dc5e23e2ccf28d45b78b87b31224dabb2811d391de501b2bf 0.03 MB 65 515
201,516 201,516 00000000000003f46ff7891eaf48ba4c425ae51b78ecc37bc5298b4dc5e62477 0.05 MB 132 201
201,515 201,515 00000000000003e0d0af496038a16838194e7594e6a4642d139acb4d1835e327 0.03 MB 82 110
201,514 201,514 000000000000025e8266ba121098ba0bb213af7d07f6bf2f84e4b8d682899d7f 0.01 MB 21 99
201,513 201,513 000000000000055671e8802e11fb8f518da785bda66bd16a41a98e6a34737561 0.01 MB 17 36
201,512 201,512 00000000000004d9964cb68b3bbc5e37a18ecc8b526d3f86adfa6b1faaaac221 0.06 MB 72 26
201,511 201,511 00000000000003642c1d946717b040d23cc96799e78f61cf6c354d894c82a135 0.09 MB 249 134
201,510 201,510 00000000000000c077d5097006027d6fde4a2aa7a8791eb15221e733f30f2878 0.08 MB 220 175
201,509 201,509 000000000000058f7f7dfc65f3c060dc1378e9619800bf6e758b405dd64e3524 0.06 MB 128 269
201,508 201,508 000000000000051b1f3daf5ece9f8e29184d7fb1f3cf71408b7cdc7f5f577a08 0.01 MB 30 123
Previous 10 blocks ↓
Total Size: 651.05 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: 9,079.48 GB sent, 66.45 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.