Memory Pool Memory Pool Refreshing

32,323 transactions
53.51 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,717 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 4,365 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,716 (586,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
256,343 256,343 0000000000000020bfabfa2aaadfcd3a75ad39995901ef62d366d603fcc40ded 0.01 MB 32 52
256,342 256,342 000000000000001362474e87cf66c05c59bfc0ca86bbbb5eea5187ba6dd7ae8c 0.23 MB 562 139
256,341 256,341 0000000000000028058a6e03c905628f62039de228737e3ff53dc69e09929640 0.16 MB 345 124
256,340 256,340 000000000000000e5a3f95a7c6e568283ab88095b6caaec52a818a4dad813b71 0.13 MB 339 150
256,339 256,339 000000000000002602d9db59a74d55c9960c3053dcd55ea21ca05f07c65d4276 0.18 MB 409 121
256,338 256,338 000000000000000e74622d32592ac028e19d42ccc0b8e8d18932bcc8ceebfb0f 0.07 MB 172 135
256,337 256,337 000000000000002c19cfe0ff6253e96f1bb332f5fd15704ba401ba27a03f10d6 0.09 MB 201 116
256,336 256,336 000000000000002a5f04e04ed15bee462f34bba5cc53500a63650ab92e9af9aa 0.11 MB 273 134
Previous 10 blocks ↓
Total Size: 648.09 GB

Node Information

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