Memory Pool Memory Pool Refreshing

29,362 transactions
44.48 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,924 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,139 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,923 (618,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
223,173 223,173 00000000000002a3639be0dc3b3b16b24cd19a5b8318273445f11c76707b8694 0.00 MB 10 152
223,172 223,172 00000000000003e25b193be69baab8f72a9a888beee4aa1dbfdd8f47e408cfdd 0.42 MB 706 149
223,171 223,171 00000000000000037aed09a10492d46f49b4f56696a665524f467320cd153659 0.25 MB 804 243
223,170 223,170 000000000000032d104f1fa188e72b67a1b770a11491206722ea31122295c2d8 0.43 MB 512 81
223,169 223,169 0000000000000488679af94ca7971dfa276c76f0a1e66b265148594cc883960a 0.25 MB 406 124
223,168 223,168 00000000000001ed96fb2597cda69320f35cd0efec449e5001b49db9b77ef4e8 0.25 MB 606 192
223,167 223,167 00000000000003210fa5b154e3c358d4fea8a346d6a121a12573bb7c7c1c41b9 0.25 MB 578 172
223,166 223,166 000000000000047bdc442ac73decbbfef636df4528763e47d727fb5af658ecf5 0.25 MB 568 195
223,165 223,165 00000000000002031877d76c76abb9db6924cf59fc25bcbcd5e3db4b770d2dae 0.29 MB 532 153
223,164 223,164 000000000000013a44625100b6c66149c3490608459b0c12b57c3da3a2816b16 0.25 MB 477 159
223,163 223,163 0000000000000332dd55907d1fb22b231ef602d3ad1652de9c59683edc65fff5 0.25 MB 395 113
223,162 223,162 000000000000006cf7f065b5ef5f928b4fae4b3281200afcbbefbd85fec623d9 0.25 MB 648 234
223,161 223,161 00000000000001f50b1403501124bf92933389760c1deec7bb204632ea31afa8 0.00 MB 12 150
223,160 223,160 0000000000000347cd9701cc4e5733d5eae9575dfaaa2c646bcaf67a8b956d02 0.25 MB 648 213
223,159 223,159 000000000000024516e0de14b842542f738af6024939e7eb60c6ecc45fa0c455 0.25 MB 727 237
223,158 223,158 000000000000014e38d629e7bc95f89fc7f806a9c544628bc876e5f2fd6a9266 0.25 MB 758 234
223,157 223,157 00000000000002d72bb3971cb610585243036bbf4648332c53441afdd6943999 0.27 MB 582 155
223,156 223,156 00000000000002815c2ff251ffced1638ad374ce86b18e0a0b6c10446c589d5d 0.00 MB 12 0
223,155 223,155 0000000000000077a7b56984c36c32d0a22051aa15e3acd884b0caa01d092003 0.25 MB 586 231
223,154 223,154 0000000000000366a644f438a3e8441650ce386520fb0ce5cab8e5178e34b056 0.43 MB 855 181
223,153 223,153 000000000000034a3315e86c880614f0b8a0f33998b357e4398871dbcff86d24 0.25 MB 568 234
Previous 10 blocks ↓
Total Size: 646.62 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: 8,377.34 GB sent, 38.89 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.