Memory Pool Memory Pool Refreshing

17,305 transactions
5.58 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (719,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,122 188,122 00000000000000a59ed9a22a31e5c655f526c2456a178abe12bc8e6cf40d1dde 0.03 MB 72 147
188,121 188,121 00000000000004b36c7d1f746cd2d9b2d29996ddc4fe0bed14d28135b7a8f00c 0.04 MB 49 110
188,120 188,120 00000000000001e2a600fddbce84fbdd73f604cefe049cd3483ddf5aac26cdc6 0.05 MB 143 67
188,119 188,119 00000000000004bec73c87dfb921dc09339f6ca19c985779f12c247ac861dc15 0.00 MB 14 29
188,118 188,118 0000000000000943981600978cc5fceb745bc3abd62307c2e2203f75b9673dc4 0.04 MB 49 62
188,117 188,117 00000000000006412345301b365a5e6568a7b276a982df1bd14ff2f91ec88a3b 0.00 MB 18 53
188,116 188,116 000000000000051e92449c775a252d684711eb3f890ffad1a74894518791f659 0.03 MB 76 112
188,115 188,115 0000000000000946abbf6c306b02551db102ec58dc9fbc6d09089bb038dd5aea 0.04 MB 110 109
188,114 188,114 00000000000006c7b50885c735352de9b502f043da111791300dc68766698eba 0.07 MB 143 206
188,113 188,113 000000000000056626f34c7ae2a2f692e3c3baacf17e6e91ea2ec42f9021bd6a 0.00 MB 11 29
188,112 188,112 00000000000005f9126ff9cb4880b554d03ad9c1b8cd5635b476999f54959aa8 0.01 MB 32 0
188,111 188,111 000000000000076fa606a7b67c131afc87d24d34114be2863cf24ca3d48139e7 0.08 MB 174 180
188,110 188,110 00000000000005adbcc9846f9f3542f9349b19a3c8a8f8149a830e8d748b0c92 0.06 MB 151 288
188,109 188,109 00000000000007e1ae9febdad8cb6943fecb6337ecccaf1a18f5e5ba92e48b5d 0.04 MB 110 46
188,108 188,108 00000000000006f506c04f940b1f35871939dd8a072ba36c85b0e446cad5d53f 0.05 MB 120 107
188,107 188,107 000000000000081d956a4880c2a003dc136b716fcc0d8950e2e3fc8a4a861543 0.05 MB 125 102
188,106 188,106 00000000000002b8305e1f06bc6846ecd8916732ab2d358151fdd0f025951096 0.02 MB 51 82
188,105 188,105 00000000000004f9ca20306daf70e072327be6b532a51b249f242dde2d4e2761 0.01 MB 34 13
188,104 188,104 0000000000000728ec0e16badc458a58a5be0a85eefd069dca0d8e6d662dfcea 0.07 MB 170 112
188,103 188,103 0000000000000817b390270f8d2830079ede709c5b1063b37850d28dbb3873f5 0.00 MB 11 313
188,102 188,102 00000000000002da41e7fcc95dd8638d52958e1315a465fa7052b42b27e47d93 0.06 MB 168 119
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,624.18 GB sent, 92.99 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.