Memory Pool Memory Pool Refreshing

43,491 transactions
43.94 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,068 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,294 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,067 (730,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
117,321 117,321 000000000000ae7e5ef288a5ba3bd352b166a01fd748c93c3eadc74b9098d3a1 0.00 MB 8 1,010
117,320 117,320 000000000000b335bbfd884c03bf41180d01d21ca02f386e258568444df29912 0.00 MB 5 0
117,319 117,319 00000000000045903d94da63af0da16cb32dab88dce898bd7860420de040c585 0.01 MB 18 472
117,318 117,318 00000000000005458146fbc6ee4e70c78184b1408aec72f2228ff02a6f915b0d 0.00 MB 9 0
117,317 117,317 0000000000001252e8b31d8705952525b86d7a50cc1e83893693c3c6c5066fee 0.00 MB 1 0
117,316 117,316 0000000000009bd43922f553c654391cd054578a1e6589dfd1cbec74483c6f50 0.00 MB 11 0
117,315 117,315 000000000000a2b19028bfe2fc75df84674a4694af8ff381503c786f46672124 0.00 MB 9 613
117,314 117,314 00000000000085b2935e2394465ca6b20c50822fd928cea2cd70b660a0a039c1 0.00 MB 12 339
117,313 117,313 0000000000001950a780355101e6185b9657237096be642555c28829ba5532f8 0.00 MB 12 0
117,312 117,312 000000000000378e7a8f1a46fc8abd2138bb63b38773f705c188e231363c00f6 0.00 MB 11 668
117,311 117,311 0000000000007d5b0e5272308144b7dc1c665cdf468f6c61cc56c2d868f7d7c0 0.00 MB 13 485
117,310 117,310 0000000000004c1782f7cb7a1255e8b69808541f8cb329aad4c0995739a26f8e 0.00 MB 11 309
117,309 117,309 000000000000826ff5b1b0f43fc943501313d7764b679f4cc6c353429b93f5e4 0.01 MB 14 630
117,308 117,308 0000000000000b703bf2e014138f4d5f59540a031729b02de0252a302e886651 0.01 MB 7 268
117,307 117,307 0000000000009512715b1cafbf4ae3f53bf586b78fb82adaa2e37c73b71cf804 0.00 MB 17 464
117,306 117,306 0000000000002f381b5a4dff594040f2da98141c2311d4aa831f4d9f6fc1cef3 0.00 MB 11 348
117,305 117,305 00000000000079413924c1f3d9ac3eed6f54a20c37d167580d65071a0998ca6f 0.00 MB 9 0
117,304 117,304 000000000000510a2921b701ee71feb166c87034e6bab9327409d7996dc75912 0.00 MB 8 338
117,303 117,303 000000000000269aaaa909b27a9d01cc3f3fb9779641c9405adaa7cfb47b28ed 0.00 MB 11 0
117,302 117,302 00000000000021e33729a054c1d463f1b138fd540aea3100d267d9fb60e0e7f1 0.00 MB 10 1,079
117,301 117,301 000000000000c0fa258c433f6c1a3af9d88cf8eda2040b4bc3fa0686598b8f60 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 657.88 GB

Node Information

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