Memory Pool Memory Pool Refreshing

63,862 transactions
28.84 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,756 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,274 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,755 (589,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
255,362 255,362 0000000000000017761a8605221d2123ac857a6907ec32b9f73e683190008a29 0.10 MB 195 138
255,361 255,361 00000000000000197eff6b45b8f156019380e029b2e93fecc75c827a473e03cc 0.17 MB 434 410
255,360 255,360 000000000000003fbb555188e4c63308e49194122a6f003b4b1fc8a3c76649b6 0.05 MB 111 106
255,359 255,359 00000000000000042b47a42b5fe61ca69c93a30a13ce3aa84f28b76118669f06 0.00 MB 8 131
255,358 255,358 000000000000001d33147b87fef65497925c9ffc31d7743f00008d2b44670ee5 0.00 MB 8 63
255,357 255,357 0000000000000002c9516e9600deb1a17975f912a19fbbf7a4b76e87bbe1c41f 0.05 MB 141 102
255,356 255,356 0000000000000003cdf2a11c9f91bace637a32a0b51f56f54df90129e339f742 0.01 MB 22 116
255,355 255,355 0000000000000024cb1affb5672b254d479b9366a6ff0c1627d3b3aecfd1675b 0.01 MB 15 95
255,354 255,354 0000000000000028ef124bbc2e479086e893b52c1c03309200b1f5db4298dcee 0.02 MB 34 99
255,353 255,353 000000000000003b6c0ecdcb1cb1eaa67b9893e78d3d73b704e4cf3bc64c8ab2 0.03 MB 53 14
255,352 255,352 0000000000000003ceb5bd6000c1bf8f2410be6b2a4f6d89c1b58225ffa73bfc 0.16 MB 366 106
255,351 255,351 0000000000000020f5e51d5aa59276090257bcd0f12cb5cf8dd831805f76bf2b 0.06 MB 121 112
255,350 255,350 000000000000000b24ccb9eb01d3db96e717286dca88c2612664c4bddab2c9e7 0.02 MB 51 63
255,349 255,349 00000000000000077363c75f7c26c6237d67231cb065288c217754c20fb79281 0.01 MB 40 67
255,348 255,348 000000000000001ed5a410f6687da4100a54d5ef86a14b0cf83575b494134a45 0.21 MB 311 79
255,347 255,347 000000000000003aacea54a8130a98943765c885dcf3a1c32a9dfe82a2972c6b 0.02 MB 35 50
255,346 255,346 000000000000001e8240a50590203caf228e01dbaa474f55cd5f83aaf17789e1 0.16 MB 320 83
255,345 255,345 000000000000003be82811b669a97e29bb85856aaf9b5fd63182a9ef4b6ea742 0.00 MB 5 418
255,344 255,344 0000000000000002eb28a3d278a27e289b64da9b71a5809d5822128ed2e4a285 0.01 MB 28 60
255,343 255,343 00000000000000123f413a87bcb9772e570e38edb0ae85273bb2b0920aaf43c4 0.04 MB 90 175
255,342 255,342 000000000000003b86164f1e6a4442ade9fc96d69fe2f75c0ff1e418ee0c1219 0.11 MB 186 88
Previous 10 blocks ↓
Total Size: 651.93 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,185.90 GB sent, 71.64 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.