Memory Pool Memory Pool Refreshing

28,384 transactions
31.95 vMB
Show Random Selection Loading Transactions
Max Size: 138/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,879 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,383 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,878 (640,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,683 201,683 0000000000000098585bbaa810a00f0079bb170ab9879ded3efbcd654b8e2e52 0.16 MB 307 73
201,682 201,682 00000000000000b5aa7c9c5314bba0d87349af1a179d987f7e29d5bcd9466de4 0.03 MB 78 30
201,681 201,681 000000000000045db3eb5c12a568f6194b6df369b51b16f0e1af47c7a93d1fa8 0.03 MB 89 70
201,680 201,680 00000000000002b65d218d76432f05bc3aa8fad582007ab3deced432643f1dec 0.05 MB 78 54
201,679 201,679 00000000000001b3f86fa46d9c3ca21b73b47bc50a64b12c37b0e98066065d6e 0.06 MB 96 96
201,678 201,678 0000000000000404d253e68980f558f619c8696f1c660714be8e0881955c9940 0.24 MB 213 163
201,677 201,677 0000000000000300477b3a9ece5925ee1eebb514b51af166476c354d5ea9bee1 0.19 MB 198 91
201,676 201,676 00000000000000e2c81743833dcb11455224b023ef23ceaf5b1f2a3c4d0a16a9 0.12 MB 134 114
201,675 201,675 0000000000000485b8b2d0d80224130fd64a0a8bd80238b7375fca725cd5554e 0.09 MB 167 167
201,674 201,674 000000000000013b61129e71f9f798118d8a69c579bdede85e28db2e8ebce875 0.11 MB 101 91
201,673 201,673 000000000000004cfdb38b2ea4670df3d3f2768d4fcf2cd5a36d8deda114e1eb 0.13 MB 218 330
201,672 201,672 00000000000002a4fca0411238bcaebaaf7036c82601274e4d6d34a4eafd2ccd 0.05 MB 118 58
201,671 201,671 00000000000002a17467edbdbacc08f45e23dcbb550708c9ff745862e369427e 0.21 MB 303 124
201,670 201,670 00000000000000996dfabeb01d16e94c0a62d46ecfd395ae1b70a87deca67120 0.03 MB 78 118
201,669 201,669 000000000000013ee26608bda790d8be4d96551675469eb44cad635905aa1705 0.05 MB 103 126
201,668 201,668 00000000000001dad19376f56a7a571d570330ba19295ad553949cddf07d0f50 0.16 MB 344 197
201,667 201,667 000000000000006e860bf468fdca87b44591fa06140529a62a4d3365d85a03f2 0.00 MB 9 3
201,666 201,666 00000000000004ab708a24d21c0f5204dd993b27428d46a6248be08fd7ee1ea4 0.33 MB 625 168
201,665 201,665 000000000000048d7de112a04fd76fc325366163e4634d9a1815e955f6939f2e 0.05 MB 27 56
201,664 201,664 00000000000002b1b09166fe8c249573548471b6684acde252ac503b10a5e8cf 0.10 MB 252 19
201,663 201,663 00000000000001d3e6f5d9f462d8c9029a32c6b5f5e7eb3cabd80a054e5bcc9f 0.09 MB 212 223
Previous 10 blocks ↓
Total Size: 646.53 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,368.85 GB sent, 38.30 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.