Memory Pool Memory Pool Refreshing

4,223 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (724,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,337 183,337 000000000000077d1f6ce5ea6561f530c2246ae033ea3e844e240bef8b773904 0.00 MB 11 14
183,336 183,336 0000000000000a0c933b0788ca327c4c42bef6c9c151d5ab2890adbef85b4cf2 0.25 MB 511 112
183,335 183,335 0000000000000a03845850b95247f47c23cb63dd075adb4403f666afa9ea36a4 0.00 MB 7 602
183,334 183,334 00000000000002e9e2356be8fdb5dd01b50509a9d75f53b0ae95f05aa30fce63 0.05 MB 120 114
183,333 183,333 00000000000004cae791f58632d85c1308b8fc093295f819f6410c1b7ce72f3f 0.25 MB 586 133
183,332 183,332 000000000000095a371f25a840491975440c0b4943d2621d4d3392a3409b5fbf 0.05 MB 124 150
183,331 183,331 0000000000000a83ab3c79343ba86de547f4c3f261e3af2274b60ff0d365066d 0.05 MB 122 121
183,330 183,330 00000000000000b0dc50904042826867a40416c02ea01828f43a045adb0c8e9a 0.05 MB 121 58
183,329 183,329 0000000000000535b617b205388789b0eb55520eaa36241ac469a5bf970e061c 0.25 MB 523 215
183,328 183,328 000000000000065f15e2fe9fdaf50eb4c111e80f0a40aae5f9a69cdff955060a 0.00 MB 10 59
183,327 183,327 000000000000011fa7e3eba6a53e7bdd326b41fbb8c5b57b62ee511953f394c6 0.09 MB 157 108
183,326 183,326 00000000000007fd255853f3982db4c08626ad5826bc8da016fd553210142277 0.06 MB 68 156
183,325 183,325 0000000000000791d20158ae44dc5091397f15aeb4dcc2e880a2b7a8c5a82c31 0.05 MB 97 103
183,324 183,324 00000000000008aa7da1c35e9652dd892c9acfe897682021ac9c0000350ae604 0.35 MB 932 150
183,323 183,323 00000000000001d6f477ce1d5f1de210a5b69093b23f95a81f2956ed9a641afc 0.25 MB 590 164
183,322 183,322 000000000000029b1551d831ae7c138cdf8d920baed9327249b4e925ecbffe39 0.05 MB 125 80
183,321 183,321 000000000000085f96bf64638ed6c325e6c878c7fc1a42216b8bcc5cf120f9ad 0.05 MB 137 89
183,320 183,320 00000000000003f679bf2e7b0c1a4e7167c5a9768afa388c4507343efede6c84 0.17 MB 376 194
183,319 183,319 0000000000000518f2d43046608ffad54e4d2f042f5a80cbeafd51bd7e66c648 0.05 MB 128 157
183,318 183,318 00000000000004c60c4565fc523cf20d2c79b8600316a5c91daaa1ecc3494144 0.10 MB 250 148
183,317 183,317 00000000000007f437f608b552ba4ac7cff80c515b177af8c3b6e160f8222390 0.21 MB 430 165
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.