Loading Tool

Explorer IconExplorer

Memory Pool

78,920 transactions
30.08 vMB
0.09146124 BTC
Random Selection Loading Transactions
Max Size: 179.74/200 MB

Candidate Block

Mining Attempt 67f21bccc98453385e723f553241abfe5ab6b61b2b0bfe7d646a4fd4e317610a
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 0ff6d3b14b9f895c59edf11824bef5023ea7af9a0acd5c37bd9202349a1190d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,123
Size: 1.00 vMB
Total Fees: 0.02150455 BTC
Feerates: 150.61 > 2.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (728,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,305 186,305 00000000000006f47dc3f92cee880e352a159bd8e0599c1affa7dddbab59af2c 346 0.22/1.00 vMB 72
186,304 186,304 000000000000098f14a4b75b1ecc6785122c2bf2f01bda27ce4d491a51c7c07c 303 0.10/1.00 vMB 199
186,303 186,303 000000000000022600f4a9983841add20bfa96d7bf9cc8b495ae21106ad4d98e 9 0.00/1.00 vMB 30
186,302 186,302 0000000000000866ebd67c4b2efc7fa108bfceeaf3f3183c7c4de6e88db019ab 111 0.03/1.00 vMB 11
186,301 186,301 000000000000040e4d1da66ec1b11860d9efb116732aefa94b440f4ead2d6c5f 1,094 0.42/1.00 vMB 169
186,300 186,300 0000000000000566300f60e60a76570ab3aed7d9d9bbc342a444c353a4c19af1 202 0.06/1.00 vMB 37
186,299 186,299 000000000000038544b5950a0df80531596466c1ed160ef1a554a59471234017 518 0.25/1.00 vMB 144
186,298 186,298 00000000000008f2af593f9c131db74037c616c4b0ee1a9108f4a389f3d45836 16 0.00/1.00 vMB 170
186,297 186,297 0000000000000660bff3f9f132b2f2a02c11e9bcd75139855f55bb90a53b3448 1 0.00/1.00 vMB 0
186,296 186,296 000000000000022a13ab8514bf1196f550929fbcb73039da7095d3d5a750d9a8 168 0.06/1.00 vMB 35
186,295 186,295 0000000000000791f74b0ff511673799f5bf4f2d4305677000e8b855d8e99104 317 0.09/1.00 vMB 146
186,294 186,294 00000000000004dd222409499bbea5c717414974c6412a8a3485eb19af914721 344 0.25/1.00 vMB 168
186,293 186,293 000000000000014c971abeecee5e335cb41cfb6d328a92b68584eb48891e9fee 103 0.04/1.00 vMB 220
186,292 186,292 000000000000081b841572fe2312c53cae113d7614efb2cfa0ae10acd25b9bdc 90 0.05/1.00 vMB 100
186,291 186,291 00000000000008d8a509c50a42a7acea01da89f241555e37eacecdc5d96afbf4 52 0.02/1.00 vMB 92
186,290 186,290 000000000000021708716283bfa1b4c9f88f0b0b2dde7575364c19ea21826826 32 0.02/1.00 vMB 51
186,289 186,289 00000000000004a56c67ffccd2f45f76e734f10b293225c506a0fbe1c7bab3bc 125 0.05/1.00 vMB 120
186,288 186,288 0000000000000484c1e5d3f75a2cf626e0f9e86fd717fd0876fe13e9b99207a6 45 0.02/1.00 vMB 84
186,287 186,287 000000000000059be24d895144b0a1858925dc24103c0b455276ca6e746f3e39 415 0.33/1.00 vMB 100
186,286 186,286 000000000000012fb82108aa5f8474a1620afc5dd739fcfcd6f8f4ac6c509983 80 0.02/1.00 vMB 120
186,285 186,285 00000000000001dded2900ea67da0b734831efb47f1467ae3bff715a691c579c 38 0.02/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.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: 672.97 GB
    • Received: 16.35 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.