Memory Pool Memory Pool Refreshing

103,614 transactions
29.87 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,716 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,547 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,715 (499,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,402 345,402 0000000000000000001d7d40758a315577a60c335ef1ada2a514ca36c46e456d 0.14 MB 167 14
345,401 345,401 00000000000000000924d9eefcd031876d0a721b62f783e636767cba4cc2fca6 0.16 MB 207 17
345,400 345,400 0000000000000000066e33cbe32b2ee2b52500d66fcbe609f813b659c978c790 0.25 MB 484 24
345,399 345,399 00000000000000000dd9e1229fba800321d7577a620dc301928bd3eef6ac3b3f 0.19 MB 287 21
345,398 345,398 000000000000000013b16f33611d5f3c4bf85974ead0b81f1320df72a2cfe467 0.19 MB 245 17
345,397 345,397 00000000000000001430386a55fef9af94dce25f360d8a47ea0feac84abfbed4 0.07 MB 83 12
345,396 345,396 0000000000000000052e04f090caf2bbae061e35c050ff1b314c5a9a7aac99d0 0.41 MB 808 25
345,395 345,395 00000000000000000db7eafcb924912a1362dab2598caa42d290a23cf141e978 0.55 MB 931 21
345,394 345,394 000000000000000003e47c206e5c07980c48a26e32f64afdfa1917999696e6b6 0.10 MB 103 11
345,393 345,393 0000000000000000007034371685399b469cf50aa58b2518bac916710ec1b6fa 0.09 MB 149 18
345,392 345,392 000000000000000009b4c0ce02f6ac6d919d5edb7cd6772c06205a87ce9d4277 0.68 MB 1,321 25
345,391 345,391 000000000000000007618d3efef7c7e48f36ee35d1e77b1bfc363d4b1a9b246f 0.17 MB 512 37
345,390 345,390 000000000000000007eeea70a8f7fd94c7b9bf21e3f39a933d257e8d8cec6906 0.84 MB 1,764 28
345,389 345,389 00000000000000000665a31093809121a757522e74052319e880e2ef2ac13279 0.33 MB 609 22
345,388 345,388 00000000000000000e6ebb0dc662b3eb252e0330351f5a8307c330900af81876 0.36 MB 708 24
345,387 345,387 0000000000000000041157e16488599de0b5cfc56f33495df1c4d4c7b9902fcc 0.53 MB 982 24
345,386 345,386 000000000000000011edb0206ea5fa19422b53274be0c371a3fae1c697f0a3e2 0.10 MB 197 21
345,385 345,385 00000000000000000dbc9eb60d42324b81783088df9f1add5622e1c5d00e87f6 0.16 MB 288 26
345,384 345,384 00000000000000000ead514389f25498eb5ba8cd57a18add55b194a0ad0048b2 0.36 MB 613 22
345,383 345,383 0000000000000000131693368883ca7b3a93444af46ea7cc545b7ba6f35beb9e 0.19 MB 323 20
345,382 345,382 0000000000000000165afb0a15c70de9105656763d64ebe29d02d6c436830d14 0.06 MB 35 4
Previous 10 blocks ↓
Total Size: 651.86 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,182.50 GB sent, 71.27 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.