Memory Pool Memory Pool Refreshing

66,455 transactions
39.17 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,168 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,807 202
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,167 (609,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
232,413 232,413 00000000000001caa0b2f93c8dc49bd906e8925cddf2d98062dace0b5552ad47 0.03 MB 64 201
232,412 232,412 00000000000000f9163be9861b6db42c064054f99cdfc24425389b5a5f4bd07a 0.10 MB 165 124
232,411 232,411 000000000000003102e9f508a963f30c2fed25869b929dd16fd8a9e13ab3201f 0.13 MB 201 174
232,410 232,410 00000000000001702a71de5ecdcae2264b0db5fccf3cb6d0452db619826df915 0.24 MB 197 74
232,409 232,409 0000000000000113ea208c4c2b478b44c6dbb6c647c89f504624fbadaaf79e2a 0.06 MB 141 187
232,408 232,408 00000000000000715c18b8ad59145055276322f6f7fb1b654ff6c7a2492e5a4d 0.09 MB 187 151
232,407 232,407 00000000000000b6bda5e362604e2be670955cb3875c0b20e46cfdc2914eaf16 0.08 MB 178 146
232,406 232,406 00000000000000bb2407620a23f978d7dd16a2297679e05c075153b99c4c87d4 0.17 MB 229 83
232,405 232,405 000000000000009c754ad56d6a84a7626b0dd5a8bd97c04a2caeea41501891ae 0.09 MB 209 188
232,404 232,404 000000000000008d6d234e14002be9169f2920034956c3f7de886ebaed0aad23 0.12 MB 224 136
232,403 232,403 00000000000001a91b4ee0b7495e36867de10cbb9920fc1bfb13beab682c5a5a 0.04 MB 128 150
232,402 232,402 000000000000004dec9d931341b884eabdeddcb9127d6afb15ac6b56c3aab44f 0.17 MB 380 155
232,401 232,401 0000000000000142de32c60d56198b0b0c5458d2935acc99bf124eea36cc4af7 0.04 MB 57 115
232,400 232,400 000000000000011f43e34af3f2f9d0bf296e1bb9c7dfc2282a28ebc000dd538f 0.10 MB 113 103
232,399 232,399 00000000000000f0ad7c011af65ae375df56e7e0d4147d36b5aa8667aaabb6a0 0.14 MB 303 183
232,398 232,398 000000000000003fc787c9dd93dde1edf300d2ebbd71330e5a636223235e61b1 0.03 MB 84 205
232,397 232,397 00000000000001c355b2f49fa49914c1b2634020375f69263f4a7b6e8a2ceb2f 0.02 MB 39 170
232,396 232,396 0000000000000031fb837536a851b49d6bdec6b419d0b316829a1143661f73e2 0.06 MB 141 207
232,395 232,395 00000000000000a73a8e8539322cef6a417ed0cfb3309b9449524a79f78f7b52 0.09 MB 196 178
232,394 232,394 0000000000000127ac3e10f49e4c04837c563193e3ba964610593d9b647302dc 0.19 MB 461 164
232,393 232,393 0000000000000037bd4d24fa76b166d73bb908b4701e55aa55e2be52b25f7004 0.03 MB 68 135
Previous 10 blocks ↓
Total Size: 647.05 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,449.48 GB sent, 42.69 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.