Loading Tool

Explorer IconExplorer

Memory Pool

17,882 transactions
8.36 vMB
0.07745446 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.43/200 MB

Candidate Block

Mining Attempt ab66dc3b1877ae4d08d036dcf46daddf2d706e951deb6dab0551901d411bdadf
Version 20000000
Previous Block 00000000000000000000730fac5823523238919326850aa99f3db3275329d87f
Merkle Root e3ec7c29803c8b937ae3cd89ec3f4051c2acfe40b14574638975928744664720
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,348
Size: 1.00 vMB
Total Fees: 0.05961872 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,387 (705,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,174 208,174 00000000000001fb94d3d5adb2d49a19b1374cad73591488e3a28be514b954da 19 0.01 vMB 108
208,173 208,173 00000000000004aa674e4a7171a084b3a123e48b8626b050ee22c1d4e3d51b07 199 0.09 vMB 175
208,172 208,172 00000000000001aa9b5db8f7fb45e95f26540c392d19282c82347d6e855d31a0 370 0.24 vMB 177
208,171 208,171 0000000000000349e2177a14437b5c5a71514674c582cb91e566002c0bc934a7 154 0.05 vMB 189
208,170 208,170 00000000000003ba749c5ea2a137b3a2d322e3407b8ba583624663483f7dd837 327 0.14 vMB 330
208,169 208,169 0000000000000017797043b261f318294ae17901e695108aeebed784e96d7e4a 43 0.01 vMB 215
208,168 208,168 00000000000002d6bbd43cd66f642757cb908bd31c922e939d635c034e6a55b7 335 0.14 vMB 227
208,167 208,167 000000000000014abd661e2354d10ae0403ccc494c9e2a4f37512d1e89030b40 494 0.20 vMB 181
208,166 208,166 000000000000021f6e4b266f295451fb8c23eb1e08fbf47e74bc3de271f666df 152 0.05 vMB 173
208,165 208,165 00000000000002f352233970a2177073fd33d7ddc78f8a95049e3d1193f8bbf6 13 0.00 vMB 30
208,164 208,164 00000000000000bba829748add21b935c7e3c1cca06f556b31226c028375a252 32 0.01 vMB 189
208,163 208,163 00000000000001273f9937e4be9ce09ccb3ba60313b59c298670536ce9127eee 307 0.16 vMB 246
208,162 208,162 00000000000000713a73036d10c484431bf076fb3d03b896bc304eab3ae7f63d 185 0.09 vMB 176
208,161 208,161 0000000000000068b8da1d08d75cd090a2d4331b1a9064ffa147fc2226655c8c 56 0.03 vMB 307
208,160 208,160 000000000000005973e1b11d9f547c07273dc8e717b4d9b4251afa9a1e8735f8 118 0.04 vMB 52
208,159 208,159 0000000000000343fc3f7f20ff8ed59d70983dbb09764d73f23c74c323c27213 488 0.20 vMB 306
208,158 208,158 00000000000001d73a9af97648281af5f66e5e11fc48d702a02500e18746dd25 32 0.02 vMB 216
208,157 208,157 00000000000002271836d39ac0e93a4516d446e20f3edda2231bf2c5a275fac9 40 0.01 vMB 394
208,156 208,156 00000000000001cceee8109e575c97575fff15c2b974797a577e9e656f2255bf 1 0.00 vMB 0
208,155 208,155 00000000000004e2da5c8a72b805329d1a773fde9e1a9ba6ea71a029fd315c4a 305 0.15 vMB 147
208,154 208,154 00000000000000773d8af3c78a989afe19d6cf5b16d372d98236d890b5162372 220 0.09 vMB 298
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 110
    • Outgoing: 10
  • Data Transfer:
    • Sent: 236.48 GB
    • Received: 0.90 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.