Memory Pool Memory Pool Refreshing

14,092 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,256 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (69,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,299 838,299 00000000000000000000cc1d24740a8efc41cfce04047c71c441d6c14469612a 1.70 MB 3,245 12
838,298 838,298 000000000000000000032df33efa28ba2be437f7fc24671bfc381552191e41c6 1.60 MB 3,007 20
838,297 838,297 00000000000000000001464aafd90b28bae66ff99dcae67f4809af19f95864d6 1.78 MB 2,811 12
838,296 838,296 0000000000000000000067fbbf5c316f2d1d15dbfddbbb4a0fc0bdfa2af8a938 1.81 MB 2,109 16
838,295 838,295 00000000000000000001f487185c6857ede459adad738c541c3f3b14f5aad3cb 1.48 MB 2,336 20
838,294 838,294 000000000000000000006aa8b6a218ac99ebebc649e14eb6a55a1fa834173783 1.68 MB 2,931 27
838,293 838,293 00000000000000000001d51cca86847fa8c5b0e82e050c9495ac0b79134b05a8 1.83 MB 2,711 12
838,292 838,292 00000000000000000000765cd59777e0468dc7bb0af384678d9bb5011f1dd05a 2.20 MB 2,741 12
838,291 838,291 0000000000000000000235c538d414c07084b005d8530a8e3e68b369b39ebb43 1.81 MB 3,121 14
838,290 838,290 000000000000000000024684d334edf7b94222a5212fd7d0c24bdff9db884187 2.03 MB 2,799 16
838,289 838,289 000000000000000000000142eb893b9b422b5cf60ab352c9a8a2166f0c33c3d2 1.61 MB 3,242 26
838,288 838,288 00000000000000000001052825fecaf9987861781cb11af3639603a381db34e4 1.95 MB 2,976 16
838,287 838,287 0000000000000000000090937d63bfb7b27a1cf1073d6bd309195c62753c87b3 2.14 MB 1,991 14
838,286 838,286 00000000000000000002892bd8ad04dcfdb84c5dfeed61ee6280829c373af033 2.14 MB 2,729 12
838,285 838,285 00000000000000000001dbabb64739e29916d74c11c9a640828491537d6d0ea3 1.82 MB 3,503 10
838,284 838,284 000000000000000000008dca43408eae053e196f1005df51480899a2adc85233 1.80 MB 3,636 11
838,283 838,283 0000000000000000000313d9e00dca06733371ab435872de8ce12cd713aebf6f 1.78 MB 3,345 17
838,282 838,282 00000000000000000002f3a330d44ad274ac55409a47ebebf31c3599ec04d8a7 1.73 MB 3,189 17
838,281 838,281 000000000000000000001257d642c47895385cc4bd16a99aa3c22a07c280789b 1.58 MB 3,327 18
838,280 838,280 00000000000000000001c3b56c14aafd0d59c05b3543be52e8ce30c4f3e97494 1.63 MB 3,493 18
838,279 838,279 00000000000000000002824d22f5a054db9ceb3291c4991be80328d82a96e6db 1.73 MB 4,416 8
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,622.95 GB sent, 92.96 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.