Loading Tool

Explorer IconExplorer

Memory Pool

82,603 transactions
30.44 vMB
0.12178498 BTC
Random Selection Loading Transactions
Max Size: 184.17/200 MB

Candidate Block

Mining Attempt 51d467879c06ac115ddf165148b2b53a3f63e095a40edd8c1a82aae64d39d5c1
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 268b2353fc7f9c4b51f3d879ab7a3520add0e57bec00265c74417ea5ced290d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,096
Size: 1.00 vMB
Total Fees: 0.04294424 BTC
Feerates: 150.85 > 4.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (735,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
179,299 179,299 0000000000000069f3fba81ec388124528067d22f94cfd0e85af890c4a17212b 96 0.04/1.00 vMB 53
179,298 179,298 0000000000000057a9b9d56e2cd91428997c279d5db5dbfcf571984a2dacf032 194 0.11/1.00 vMB 109
179,297 179,297 00000000000008ada6bc160b661a47449eae01678af21d318c192aaa1c78da0a 94 0.03/1.00 vMB 22
179,296 179,296 000000000000080846661186645ca5c340573dfb09f742178afb89005713a371 248 0.10/1.00 vMB 137
179,295 179,295 0000000000000aef5b6b59c03c0dade9e40e114455258402c2af6605b46fe9bd 128 0.07/1.00 vMB 111
179,294 179,294 000000000000027bbe7821edfa19ed01fee3b7448629bdaabf9b7517e90a0743 326 0.13/1.00 vMB 141
179,293 179,293 0000000000000613c2dbc1369b0fb63105c24d35a62234dd60d22de356e15f3c 49 0.03/1.00 vMB 64
179,292 179,292 00000000000009896e873d832ae7bb3588e1ffd09acd64780683dd8f36559497 96 0.04/1.00 vMB 91
179,291 179,291 000000000000093df361f58c1fc76cff02857c17f7b256912452c2ca0a50eb01 82 0.04/1.00 vMB 96
179,290 179,290 000000000000039eb49cc51505e79df1fb1cc8ae3e767383fde95a2f64b89470 21 0.01/1.00 vMB 91
179,289 179,289 0000000000000ae7cdac30021207ca150b9c7fe3f983d6547ed4faad4c478472 75 0.04/1.00 vMB 83
179,288 179,288 0000000000000079940575ade38af17207cc796a55c5e2f8b5ec81931c14f99e 112 0.05/1.00 vMB 113
179,287 179,287 00000000000000797ce4e41ec9d08b25a7a4e0274ed593ed3bb9afb65f8b64e7 146 0.08/1.00 vMB 96
179,286 179,286 00000000000002dd4ff1bea0deb969e6bbee58761d291928c70c5a2d43fed86e 44 0.02/1.00 vMB 42
179,285 179,285 000000000000060a702cd41abd391b502d3e75a098bbf1a8afd8109eec64b163 348 0.15/1.00 vMB 112
179,284 179,284 00000000000009f2b70ef9a152a3b49ba5c0b1a3cdb4ccf77b199c63912958b7 35 0.02/1.00 vMB 82
179,283 179,283 00000000000000775b3e0679d0c25434d8e18ca83e36bd59d831db351e8699e8 52 0.02/1.00 vMB 70
179,282 179,282 000000000000082b2cea2a6151b38119ea133a2522a7e81f6efe485531c814f3 243 0.10/1.00 vMB 213
179,281 179,281 0000000000000551b8e5f87bf1a2840aac41cc61bc1c8a29e8d97db62137bfdc 220 0.12/1.00 vMB 94
179,280 179,280 00000000000001704c9d5c3867ffde5ba2d0b9daffc60eda7e325e43d23fda9d 20 0.01/1.00 vMB 18
179,279 179,279 000000000000053d7c60ab45603b0bf8de1c1bdeb9b904ec252d8ac42befbcf1 23 0.01/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 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.