Memory Pool Memory Pool Refreshing

8,373 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (697,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,717 210,717 000000000000023bce203f38a27c4c1ecb49f0509f5e3eaa227bbd6b70e51725 0.07 MB 50 56
210,716 210,716 00000000000002b09e1adc8bbbe32e93d73a64303b1e85bc5c38fe1e8f0c350a 0.08 MB 211 216
210,715 210,715 000000000000030f67b5386d113c75b1992c1bc27de4a8a142e9b94320b31b91 0.03 MB 96 47
210,714 210,714 00000000000000feb587d3def468f0c21e1bb18e789a24158083c4b93b03cd4c 0.05 MB 91 94
210,713 210,713 00000000000002c242792e72e8307d57d50daf4ca6a6aad26e8ded72d88740b4 0.12 MB 271 610
210,712 210,712 00000000000003611a0c3f7272cfaf658339989b86b05b47f158d0b62f1b7b62 0.03 MB 93 57
210,711 210,711 0000000000000176a6ec538ef988195e4823821fd02551af78725abf6b92540d 0.09 MB 205 256
210,710 210,710 00000000000001e2a9bc208056510710866cfad4343e705ee3cd93665353066d 0.05 MB 134 146
210,709 210,709 000000000000045148d2c20cbd985a0f37ae8a58609033954ccd2458e51eaa63 0.06 MB 79 130
210,708 210,708 0000000000000353223824d067fce809f2077215dde70ed802fe6e3d869f7da6 0.08 MB 206 200
210,707 210,707 0000000000000378b5787f6c94969cd09897a19e254a0754dd89eb7d66898181 0.03 MB 73 157
210,706 210,706 00000000000002c17749991d0864bdb56925750c006ed70385637fb5f24c2132 0.16 MB 315 165
210,705 210,705 00000000000001e4ffb45ff9c96ceb10b3fa63ec737058d2bab63c3f48ca899d 0.01 MB 29 104
210,704 210,704 000000000000011cd0645980ec201415654cd9b7d09b4ac377a044a8490eb2dc 0.12 MB 267 172
210,703 210,703 000000000000011820bad1f572934fec22bcdae7ba7fe9b36a9459e061367a86 0.02 MB 52 130
210,702 210,702 0000000000000049f7df71ce8dc4c0c1e8afbb13ec4f64a83b29fae65fd5607c 0.11 MB 173 160
210,701 210,701 000000000000026cf667d1d68d0e362345b5a92097c208d57c86826fef0778a6 0.10 MB 261 167
210,700 210,700 00000000000004205e72e881863c3dd7dff0ba4f578c25555df12cc1d984c2d5 0.22 MB 410 174
210,699 210,699 00000000000000cf7bbfbeb3acd96a4a616e6fe4c2f1fdc884e52d52b0f1495b 0.06 MB 112 178
210,698 210,698 00000000000003b184fd36f41b7582cbea23ff922c8c166069b94f64b8942529 0.08 MB 116 119
210,697 210,697 0000000000000079b7141383bf5cb4902a7d60fc9759ede11820b04844cf93da 0.02 MB 49 27
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.