Memory Pool Memory Pool Refreshing

53,254 transactions
41.31 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,297 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,073 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,296 (587,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,364 256,364 0000000000000002a31eeabcd9c4537a506877df71448ec79684490e01ba97d7 0.22 MB 501 123
256,363 256,363 000000000000002004b218b2740bab21fa5917c95bdf5b30b0c7f5b99d7fc71e 0.11 MB 270 122
256,362 256,362 0000000000000025094f2b56fbd1e01d6aad01c83f1db19c270fb7f57746b459 0.07 MB 173 133
256,361 256,361 00000000000000069e539692a997e7b11d46da5a34ab45d6eaf5e365e31cd5f5 0.19 MB 454 129
256,360 256,360 000000000000000e47948f75a6fa6f0fabfc054de564f189a24d89ce273940dc 0.18 MB 430 122
256,359 256,359 00000000000000296891e86df276de3c9ccd852e30c8c09e53b73999d6b0220f 0.26 MB 560 118
256,358 256,358 00000000000000290137381932da6b3d18146a6c7618d40f7600a5582566f1fe 0.03 MB 72 120
256,357 256,357 000000000000002c7eb824d9770dda457726a052aa5addef298f329ee8fde424 0.21 MB 394 109
256,356 256,356 000000000000001bf4181576944a0d8b42e841ec1329c13c018b5d24a47eb244 0.24 MB 485 129
256,355 256,355 000000000000000f28492dbfe93dffdf1163f116a8daf678f3d7c5d4fb7b1857 0.05 MB 115 54
256,354 256,354 000000000000001676be99dcb4b786da3a722b79811eb90446fe67da9e9cdd7d 0.25 MB 629 135
256,353 256,353 00000000000000040d3bd18e95ccb4c089bafaa4667f70efec145ae517e73e77 0.15 MB 268 48
256,352 256,352 00000000000000207b4978a270f084e610013ca50f7a819c7391d67ee3f1baca 0.18 MB 374 133
256,351 256,351 00000000000000242fa956afc4bf752c5a154d79816e7276099a2b5b2ae9b092 0.30 MB 632 110
256,350 256,350 0000000000000024b003f1076801415ab36772daac71e88335becbe7ec8225c7 0.25 MB 508 101
256,349 256,349 0000000000000026002cc03fb8ce8f232dcedf95d1501456c00449765afebcb5 0.14 MB 256 143
256,348 256,348 0000000000000007c9c1a6d75c6985ef5f9a2fa8bfee09396efe949ccffa08fc 0.18 MB 393 101
256,347 256,347 000000000000001d92ab5804abe4a950257189fcae87a10dca202031fedc53ca 0.15 MB 368 127
256,346 256,346 000000000000001cf4b6fdaf84f7e21a2e2ab799fed60b7951ba7e6e83b49a32 0.20 MB 403 102
256,345 256,345 000000000000000fa09e7ee8943c9f7b4fdcb12fc962cef23f9219d03ffb4bd3 0.09 MB 195 153
256,344 256,344 0000000000000021be68acc850c1dd7a659272fbd5bec2a1f164afebcef15896 0.12 MB 289 142
Previous 10 blocks ↓
Total Size: 651.06 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,082.81 GB sent, 66.49 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.