Memory Pool Memory Pool Refreshing

70,710 transactions
35.91 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,227 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,708 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,226 (570,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,128 275,128 0000000000000001c28f09b7b491e6ab28f541b8293394235e463385992af53a 0.30 MB 558 44
275,127 275,127 0000000000000003e985ac6ed9143a089b22fd75ea1852b6561b2790dc37f7e2 0.35 MB 668 51
275,126 275,126 00000000000000046303f2f30d50e5aa4922179906140ed7cf4ca15325a71a07 0.04 MB 104 20
275,125 275,125 0000000000000004773e4af38953eedd1579e5a49beba08ece3bf8243d39235c 0.30 MB 659 45
275,124 275,124 0000000000000003b00cd0a4c619c517e4c0d0727d7f7c3bba4f53763f40c695 0.48 MB 1,004 47
275,123 275,123 0000000000000002d76f98162b17fac3e0e08db67a635e610aa14f8121c3c6d4 0.25 MB 558 47
275,122 275,122 00000000000000031553223f3298f179497e1b8d4fc8d6db35777c712653e76e 0.22 MB 483 53
275,121 275,121 00000000000000011d38486d72945bc8a2ff080b8a06e55664862b78b354de44 0.11 MB 183 27
275,120 275,120 0000000000000004265193cee574dca77bd09ca27eebb677f9d98a421eb3af2a 0.25 MB 651 80
275,119 275,119 00000000000000022d9a18e8dd0fd2109496e655a8ad217c62e19b4b3000793d 0.12 MB 268 41
275,118 275,118 00000000000000011601ea266ab101f559154d124a06b5eeb9995677a2ef9103 0.13 MB 291 53
275,117 275,117 0000000000000000055e334fea94b51397ad7167f441981ce9db713dee666127 0.03 MB 80 33
275,116 275,116 0000000000000002ef19b640851b7636904030e115e37d5c7bf0459f820760de 0.60 MB 1,134 40
275,115 275,115 0000000000000003b0742e86285603c5a79fef50ba982d3627501ce53ef165fe 0.56 MB 1,039 37
275,114 275,114 00000000000000022bd3bbd6fa4e4f75f082ba35e208f46cd90419c22b77ed0c 0.16 MB 359 44
275,113 275,113 00000000000000012e9b5b7caf1eb594169af0dd52131ac7d6b396c5544c514f 0.04 MB 96 84
275,112 275,112 00000000000000049feb49d26af816c84ab38db9dfc41654890afc23a35b36ce 0.14 MB 255 50
275,111 275,111 00000000000000004ae66dcdfdcac692cb5b9ff9f7ab08b69b1a0be5da590a7c 0.14 MB 51 6
275,110 275,110 00000000000000025f0b293070e3cca9c30511daec1f687e8b664d539b44df1f 0.05 MB 122 54
275,109 275,109 00000000000000028294dc2a6fb7baeed15c32bbfc4482ef0fdfb7f66163bb31 0.11 MB 224 47
275,108 275,108 0000000000000003c923049eb54887cfe8095fbb701539a71ee4105aa178a1f4 0.24 MB 549 52
Previous 10 blocks ↓
Total Size: 652.82 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,287.58 GB sent, 77.39 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.