Memory Pool Memory Pool Refreshing

77,649 transactions
38.07 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,386 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,895 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,385 (326,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,259 518,259 0000000000000000003d9ed27dc6dd6f833a60c71997f617eb34ffcb536e2bd0 1.01 MB 544 9
518,258 518,258 0000000000000000000f2589880d42505b96b6a7b78bb7b11730f9a6007c8038 1.03 MB 476 8
518,257 518,257 00000000000000000005c7a25b3d70b0ac1376dcdeb232ab1ed1b5178617d927 1.05 MB 1,166 14
518,256 518,256 0000000000000000003e4380732d71704005146a6f425a203166e29b72fe2214 1.00 MB 55 2
518,255 518,255 00000000000000000037136147284127acbce0ce0614b75083ff47d808c6f94e 1.00 MB 237 3
518,254 518,254 0000000000000000003cf2ef88b24bfe35322d59d0f31ca834e7b257a6dd2586 1.02 MB 587 12
518,253 518,253 0000000000000000003543574bc38dbd91eb4585bb6f22635720088b1b03a036 1.00 MB 297 4
518,252 518,252 000000000000000000066b188c02adf9e500470d87a5a20fd63fac52dbf080fc 1.06 MB 1,072 13
518,251 518,251 000000000000000000196cde5a5d191cecdb9c219ec96de33d5c136625ef74c7 1.00 MB 63 2
518,250 518,250 0000000000000000000815be686a429a21b57263dbe5bd9239d66ca0aaf6a179 1.06 MB 1,066 14
518,249 518,249 0000000000000000002d7047cf066318b4031a63c415ca2274495f5d16ece618 1.16 MB 1,517 20
518,248 518,248 0000000000000000000f15d953076063641fbae5a8409b60856edda1d60d7665 1.16 MB 1,750 24
518,247 518,247 00000000000000000004a423388f841b675621b076621501871e2d8f7d0ed015 1.13 MB 1,619 27
518,246 518,246 00000000000000000032b889b2b42d61c7b6b33287a6ef00f38c7c45b230c6cd 1.11 MB 337 4
518,245 518,245 000000000000000000048f2c4b9dccd23a220d9fccc0c11e621307977899d71f 1.10 MB 422 6
518,244 518,244 00000000000000000041b30843c0549761112126e739521752e82befc5ab545e 1.09 MB 180 4
518,243 518,243 0000000000000000002b4a4b0b9c6a9cd5231f7ff050928e045d79cf91b6570c 1.12 MB 2,007 25
518,242 518,242 000000000000000000102eac29817de1494fef088effdbaf1ce6be380c4555d9 1.08 MB 501 7
518,241 518,241 0000000000000000000bd77b446823b8a45d29e6ad32e7592469dbfadd1afaaf 1.09 MB 105 2
518,240 518,240 00000000000000000008febff14880415cf43b1491419cb9ee54084da0c1b1da 1.09 MB 1,119 15
518,239 518,239 00000000000000000044240ed74317769cc0e7b58e10205e16e126775af740ee 1.10 MB 1,328 17
Previous 10 blocks ↓
Total Size: 651.24 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,111.11 GB sent, 67.50 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.