Loading Tool

Explorer IconExplorer

Memory Pool

13,999 transactions
5.72 vMB
0.01926622 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.20/200 MB

Candidate Block

Mining Attempt 3e3b7128c67e0b8b300db0f3cc0e78d30fe6f164336a479222e81c67cacfe2f0
Version 20000000
Previous Block 000000000000000000008aabb7749a6ed62d33a69524678c2e46a9362255797c
Merkle Root 2bf9f66dca83772ef6776e4ed09ab9f7c8e48f88299659cb8276ce59872dcc3f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,028
Size: 1.00 vMB
Total Fees: 0.00966439 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,454 (707,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,172 206,172 00000000000000a37d3094b500a1477672e7edd0df4479a76e032aadc2fa500f 601 0.37 vMB 155
206,171 206,171 00000000000004cc99d7b3b2d5d6f4acb381601621904677b596c2fbd7e91b8b 142 0.05 vMB 211
206,170 206,170 00000000000003c2e5e15a808159efded7bb658a018deaa4c8dc2e1948d8027f 234 0.10 vMB 243
206,169 206,169 00000000000002ead83552e6c7fb202b5f5f88e345e38aed08e6c375a5e57efa 116 0.06 vMB 92
206,168 206,168 00000000000004cbc863787358eda9761f27c5324f76764407535c2df7787186 1 0.00 vMB 0
206,167 206,167 0000000000000421a87c701a7c8aa19480c21cb7b0c514ec80df6962643d87f6 695 0.36 vMB 192
206,166 206,166 00000000000000fd9d62f02e0ca4936c153ce7f8b044d5aa9acd72c9eca62214 177 0.07 vMB 225
206,165 206,165 00000000000002c128090643ab8787a68ab6baf095524a5785189f73a0658014 446 0.17 vMB 236
206,164 206,164 000000000000000f9fbc52e236bbcd40d52bf102b51d0a7fcbbed104334e562f 143 0.05 vMB 155
206,163 206,163 000000000000006281c86f58218b0e3fdae15f5ba7b900a71f30e454136d94bd 137 0.04 vMB 191
206,162 206,162 00000000000004fe0ed85a136facf81bc1708c7879323cc1610e1bbd13565164 340 0.21 vMB 188
206,161 206,161 00000000000004f7b23a62187b09412e8cb6f40a6918f1163fcad9bfc4869c42 145 0.05 vMB 163
206,160 206,160 000000000000022d16f2aebbbbcb41bf624b7a83f403567bf295469a0fc6daf0 370 0.24 vMB 126
206,159 206,159 00000000000003cf6f56c19225d0b9af73ddc378390075518bf020b3105ca947 971 0.42 vMB 223
206,158 206,158 000000000000026249d1ebc397653d9aa1a29b17674ae2e06d954680cc405b44 6 0.00 vMB 320
206,157 206,157 00000000000002757f656b8ab1e66108ade44c443a220ebc10653f91842f81b9 173 0.05 vMB 232
206,156 206,156 00000000000002921e90fdf233a9883c3f1f670c3c569402a58883e3570f13be 485 0.19 vMB 305
206,155 206,155 00000000000001ecec491904a33ee9560703542dd26cbde22e2afb39512204c8 8 0.00 vMB 307
206,154 206,154 000000000000024b270508c6d18f6724ff898b0bf544eaa1db9d3ca294dc9178 13 0.01 vMB 108
206,153 206,153 00000000000003692ca8f3b87d7f5d05c51edd80913e2b4f6cabd66ed3889222 294 0.14 vMB 222
206,152 206,152 00000000000002b0b75d2559e27dabecb52df823cb0096fdf99e913f960ca78d 431 0.18 vMB 328
Previous 10 blocks ↓
Total Size: 779.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 310.44 GB
    • Received: 1.47 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.