Memory Pool Memory Pool Refreshing

9,901 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,329 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (613,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,182 294,182 00000000000000000dfccbbe20b0f0ba3b8860a447764c7820d6c8f7e4b0ccd4 0.35 MB 867 53
294,181 294,181 0000000000000000735afa4c53104a6e3acfa28833492dd8bbdf09a82a9c1e92 0.01 MB 32 58
294,180 294,180 000000000000000092999a12401393bcbcf90699d822049548813a51223bee12 0.10 MB 160 28
294,179 294,179 000000000000000055659ad8c2c186b5d5010763379078ca7dd368f4cdfab40b 0.10 MB 140 26
294,178 294,178 0000000000000000a6c54024f3adb427d35f5445e21ffb4bb7d16ed82eb96dc3 0.04 MB 61 23
294,177 294,177 00000000000000001709a7e8a5a3ad5a9d3cbf3a6b888d624459ef877ccd0499 0.09 MB 155 23
294,176 294,176 00000000000000008fe00353b06388f10336075af74077cfc4ec848f4e4ac58a 0.09 MB 153 26
294,175 294,175 00000000000000003fbdfee29d8fd814f78ffdd65e6f17777de70e6c29458f8f 0.00 MB 15 30
294,174 294,174 00000000000000005a08320853c57af5535844bfdb7196884b2aea3c362e1fbe 0.10 MB 101 19
294,173 294,173 0000000000000000509399d60abbfaccae319213c84970b597f3e43dcec2dd2c 0.25 MB 457 35
294,172 294,172 00000000000000009b1cfa4138579c2885d0142407f792f0ec2429c218c4e9bb 0.10 MB 231 38
294,171 294,171 0000000000000000bbd30eb751313636615de3d39884740534eda0163cd35322 0.08 MB 195 65
294,170 294,170 00000000000000006b44e0066a55d06f70fc09b16a7c5a00c06be0c7dda5fc34 0.61 MB 614 19
294,169 294,169 0000000000000000868f7080fc9873a17048d2d8d8d870130f396be8f99b4130 0.35 MB 896 51
294,168 294,168 00000000000000009e43163e060e6b67736548f5c6127a4d425c04832467ac94 0.23 MB 401 38
294,167 294,167 00000000000000003fb741da48248fb5bfe04be86bddcff03d8aaa119ac819a0 0.21 MB 284 29
294,166 294,166 0000000000000000cd1ca7407d0f193c524188c5a7c914b58f7e865e5440a7f0 0.16 MB 326 33
294,165 294,165 00000000000000004cc65214547703fd9a73cf4989a0a4dac301ad4095b3e999 0.01 MB 27 43
294,164 294,164 00000000000000002581ca13aa4f101d4c82fd9e1122e76ea914cca5d319d5df 0.20 MB 240 23
294,163 294,163 00000000000000004b436b8d3f36aa5a64b79024558deed8bc5c1a960fe45777 0.54 MB 681 26
294,162 294,162 000000000000000006f2329c084c692185cdd13a77ccb6164d886861943a9b98 0.01 MB 24 34
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.