Memory Pool Memory Pool Refreshing

21,993 transactions
60.48 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,809 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 674 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,808 (77,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,262 766,262 00000000000000000005ccf484ea20bb6145e4de88b7f2c9591e0722ae5d081a 0.96 MB 1,441 7
766,261 766,261 000000000000000000059507787f2483b28015c944403b2cec4f6f6868d2009a 1.52 MB 2,758 23
766,260 766,260 0000000000000000000810898d7356a818093848fc1a7d28fd6d0fefb6f5a193 0.15 MB 321 20
766,259 766,259 00000000000000000001819cbd89d937885d0099a6877eb67119dc2b12ee12c4 1.08 MB 1,986 15
766,258 766,258 00000000000000000003902fab1cfe931d90e423ef3002a0224eeb2e263b890a 1.34 MB 2,109 16
766,257 766,257 00000000000000000007095bc194eafea8e97b31616fc033f24ae756ecaf75af 0.88 MB 486 7
766,256 766,256 000000000000000000033249bcb74b42d1ada9fa679484730fdb3aa6a4b9d8be 0.29 MB 534 12
766,255 766,255 00000000000000000002e89e964340ec14b1ca684160c401c950f33d22f7e9a7 0.68 MB 1,180 19
766,254 766,254 00000000000000000007ce9679acf3ba3681600b7a9e56fc95e7261d02d0eb0c 0.30 MB 500 14
766,253 766,253 00000000000000000004d78c2bcd3d70234b508ff0a21ec35760c206b61deafe 1.36 MB 2,384 18
766,252 766,252 0000000000000000000246ac983f0e67b5148bb6543636938edaa9167f75e0fa 0.15 MB 252 22
766,251 766,251 000000000000000000053b68ea6e383a7277273c121e24353c63d60de42f4ec3 1.06 MB 1,617 17
766,250 766,250 00000000000000000003173919c7a26756ecb669905766d11d55c239ded088c3 0.20 MB 276 19
766,249 766,249 00000000000000000000cbb6c4a04ae33218af9ef6838c61906b708e58977db8 0.14 MB 277 21
766,248 766,248 00000000000000000007465f8d675de9de8f075d4da9b9fb843efc7600d9a944 0.13 MB 111 18
766,247 766,247 0000000000000000000768a0587cbac20d0c8582134b23b89e345b7642df1ea8 1.04 MB 1,437 20
766,246 766,246 00000000000000000004382de494a98a0c879262f6ca94d27703e9640e09939e 1.29 MB 587 13
766,245 766,245 000000000000000000016173ef33a967d0d36df62523214b805d8582f4c6ea35 0.45 MB 691 17
766,244 766,244 00000000000000000002a13744468973e3b2fc68f551410fd6e1a10ff70c5ce7 0.23 MB 345 16
766,243 766,243 000000000000000000074feccfcf3bbc16f3efdd0264e6109fb7543e168f7322 0.72 MB 969 15
766,242 766,242 00000000000000000001d9f6059187f71747251baa47ce11ff9419dd803c5da1 0.00 MB 18 13
Previous 10 blocks ↓
Total Size: 650.17 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,939.55 GB sent, 61.55 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.