Memory Pool Memory Pool Refreshing

5,431 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,689 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (721,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,602 186,602 00000000000002d1f0b6a143fd36141bf553f65603add6b929892473c16fa998 0.19 MB 512 154
186,601 186,601 000000000000083d6b95f9f74af10687dc7243871726e7b3f26019de66380c53 0.05 MB 161 201
186,600 186,600 00000000000006446e6221a147f8adf4ef9161a8ccd3aab02e684b766a9c47ee 0.00 MB 8 297
186,599 186,599 0000000000000055d8bc3090b2ef013294bd1686b6cb96fba9e41df1d329fd4d 0.17 MB 427 126
186,598 186,598 0000000000000486a3d05a7bb1bca4a0a208e715b0de719e6e62c26552c1f560 0.00 MB 14 15
186,597 186,597 000000000000082095b0ac00459c1880511bd0f55bc68e9f2aecd0145d3fe3ff 0.25 MB 484 104
186,596 186,596 000000000000044327566e9c8233b4555545dad73b9c6c9926d781859ae612ef 0.05 MB 145 24
186,595 186,595 00000000000003aca6aee66ec4318c3f41d5a562d2a3322b7b95bc6adf28d215 0.25 MB 485 103
186,594 186,594 00000000000003d7563105fd38539f59dc2051df524f8531c38b26cf9513f517 0.01 MB 14 235
186,593 186,593 00000000000001ab281be7e4fb5a6f60f044a47a07c1d389b4b5792fa77916a1 0.39 MB 744 138
186,592 186,592 0000000000000963030b9d52ed4b99d62f51eb2d116ce59ace75bab18fbc9563 0.19 MB 512 105
186,591 186,591 000000000000009ab5a216d30b9ec91760a88ce6262b6dd8ff8d53e8f09537bb 0.25 MB 599 131
186,590 186,590 00000000000004ab9b4234771c8a86de961d16c6bf3f6f640e0c883e9e162655 0.20 MB 519 152
186,589 186,589 00000000000007f8d1a570a63b33c56856b83fec202189e0bbdc261702e8f42b 0.05 MB 157 142
186,588 186,588 00000000000006f90b2828cb3912900501a3a216dbf10b62b062f606e9a4152e 0.02 MB 56 330
186,587 186,587 000000000000065145825596b0adbaa07aa35fe896973527230d275adae09d91 0.02 MB 79 54
186,586 186,586 000000000000063591bf66f1aef20af76b24a0e80703b812f53163294251889d 0.08 MB 168 105
186,585 186,585 00000000000003dc43a21d2c88151db22d665beba79c575f5ec37a84bc56127e 0.02 MB 33 74
186,584 186,584 000000000000061bb055e3c51ff9110b945af2da8c0a4f2277821a824387b264 0.14 MB 319 115
186,583 186,583 0000000000000519cda6a12be34f080b38e06d48ef52be49b1aa159d75bed496 0.00 MB 11 14
186,582 186,582 00000000000004197288752d91e51bd4afa24128e900ff021e0dfdf29e5fa8fe 0.04 MB 64 33
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.