Loading Tool

Explorer IconExplorer

Memory Pool

16,065 transactions
7.72 vMB
0.02859172 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.57/200 MB

Candidate Block

Mining Attempt 281af793d1ce30c1f5df83a001b2106c54120584729a22334cca7962b4bb7442
Version 20000000
Previous Block 00000000000000000000dad63c28118d3db43107185b2574fbfa71b259daeaa0
Merkle Root 90b3ac1a3c35089387eb24810393e353acf2272e169341889ed18579fd7b7fec
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,893
Size: 1.00 vMB
Total Fees: 0.01273311 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,401 (691,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,162 222,162 0000000000000486324ec7b13f25e393ffbeec0302bee51520f79a02186ae615 233 0.10 vMB 195
222,161 222,161 000000000000046e98ef7ba7f0fb986f76dd42de1b7b43ce3ff436a9a2aa9d03 290 0.12 vMB 166
222,160 222,160 00000000000000d3799f5e428096e95e8432f7975148de7bd46b0ba1d5a80ba1 88 0.04 vMB 183
222,159 222,159 00000000000000ef40c8a6822d0f9b617838cadfc8df73221887c2dfca28acd2 193 0.09 vMB 158
222,158 222,158 00000000000001a4cd3d63b5537bc4ce5ad9c462995b9b172f55dbc31bc7241c 456 0.23 vMB 173
222,157 222,157 000000000000043d022acb3d5c33c6fe5ad8c0e454420a208db398ee5b094dd1 56 0.03 vMB 134
222,156 222,156 00000000000003d222f3b9c76120d931a67230cd74c4579435d5798a396d676a 410 0.23 vMB 164
222,155 222,155 000000000000010610b4d0bb6fe27221c792dd1eba0923cd3f2705a5be3fa0ba 235 0.23 vMB 105
222,154 222,154 00000000000002e5365c1f0f133c7b0ec11cea59f6186005841c023637b00672 11 0.00 vMB 149
222,153 222,153 000000000000025f6aebdadaf2c0adb5e76fd0ba6a2a1e67c64d71ee0a08956b 343 0.15 vMB 174
222,152 222,152 00000000000000677cf187b2de01a0da9077dd9453b7e508fbb7b002c5dfb26f 64 0.03 vMB 166
222,151 222,151 00000000000000c3aad4f1996f94818f088d9fe6dc137781a8f4d0b95689c7c9 315 0.15 vMB 164
222,150 222,150 00000000000000237b233ef95fb6260e341978b1734ae721d32077a6632a1794 492 0.20 vMB 204
222,149 222,149 0000000000000171283da98294cec0b3b61a2d5f287db258fa378576cb4b9623 8 0.00 vMB 59
222,148 222,148 00000000000000e5273b883db3b5c1f5233f79c428aa4ad453033755d1794cb8 179 0.08 vMB 175
222,147 222,147 000000000000013850f9218f0757161dbd7bb22af61e76772a947664b9b7627e 130 0.05 vMB 128
222,146 222,146 00000000000002a188ac969644cdaa045547f0814877c64e88809dc2ea928c33 34 0.02 vMB 82
222,145 222,145 00000000000001c0953d36a86973c00f9b7d7b7cb16ffcd3094430f141fb2bf2 22 0.01 vMB 148
222,144 222,144 000000000000000389df234faf13635fe45a0ee589211c9c2ab42915cf2f658b 267 0.11 vMB 151
222,143 222,143 0000000000000296b0ab7536e76e0cbc6582bcf9d35516124075c8c68d9b1e59 357 0.15 vMB 222
222,142 222,142 00000000000001abb740e3faef00590d95a8900ca6a58cdcde82b4302ccda623 118 0.05 vMB 34
Previous 10 blocks ↓
Total Size: 779.56 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: 267.01 GB
    • Received: 1.03 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.