Memory Pool Memory Pool Refreshing

54,932 transactions
41.43 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,523 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 2,041 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,522 (731,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
117,371 117,371 0000000000005e1311e597e04417b3dfc89f27a420d3f949b9f3303d1a93315e 0.00 MB 9 261
117,370 117,370 00000000000093185de8a4cc46271b6a93d2c1980cd43f0f434c6115652520fe 0.00 MB 5 772
117,369 117,369 0000000000009df5b37083a0bdcd1e923f1a087fda336616e249810c0005683f 0.00 MB 2 0
117,368 117,368 0000000000009c7eecb8f7bfe36716e128831b298274ec71ea5a4b9d1d294703 0.00 MB 8 1,167
117,367 117,367 000000000000b4c79e8ac25e2e59290e9e902de27694f610be2bc96650e464d2 0.00 MB 8 0
117,366 117,366 000000000000c5cb11b2c2fb16fbea0a049faed620a4f95ff89d81033523a1d0 0.00 MB 13 615
117,365 117,365 00000000000068ee1d93a1fbaf26303eeef37d0941b530cdc795a3a6bb628017 0.01 MB 16 195
117,364 117,364 0000000000003de51c0de78f40b9d84d1fa77322b68a0bca46a94a320b954f03 0.01 MB 12 328
117,363 117,363 00000000000029d1104794b2f85588795b32930215832b880b01ff6cad3911e3 0.00 MB 11 0
117,362 117,362 00000000000037d20a1fb1be8107d88893d0f81710b7110faa27f1f174630d84 0.00 MB 2 1,615
117,361 117,361 0000000000006e174d7b46bbd8ff328257042353eaea62eaa07ee563c64c678e 0.01 MB 19 1,179
117,360 117,360 000000000000969cd267049166b1439b8906d4d90b8d00559f84ea5be26482b5 0.01 MB 30 2,555
117,359 117,359 000000000000bee8026260dd93232e538cc91975d33ee635f1d3978bd22073df 0.01 MB 9 133
117,358 117,358 000000000000aec124394bc884fd577c1421d932bb58f37543f94b6e6a365b86 0.00 MB 2 0
117,357 117,357 000000000000a223c72d9a4243857a41f5edfe88529122b80d2e59c935925e0d 0.00 MB 5 442
117,356 117,356 000000000000b4c6a4f96274533db2de162ba71e11ee9824eb6aa79a19132373 0.00 MB 4 882
117,355 117,355 0000000000007ae954b902ec4ede19ff49c418220d873e09c2c028b3603e487e 0.00 MB 9 788
117,354 117,354 00000000000081a0b5d2ea4c723d9f008e149cfbedc2030b6b118de6882c6300 0.00 MB 11 0
117,353 117,353 000000000000405dee9476de1283e3ce982d185bf90c1b7136370a28b0c8c224 0.00 MB 12 0
117,352 117,352 000000000000cb5a73826771ded726841cbbb28f7fb363210aa2e2c8e72171ec 0.00 MB 10 0
117,351 117,351 000000000000765fea3d593343fa31c03252bcd9154c71590eb89b8eda6c9412 0.01 MB 3 1,278
Previous 10 blocks ↓
Total Size: 658.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 99 incoming
  • Data Transfer: 1,769.10 GB sent, 3.17 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.