Loading Tool

Explorer IconExplorer

Memory Pool

29,675 transactions
28.73 vMB
0.04818373 BTC
Random Selection Loading Transactions
Max Size: 148.42/200 MB

Candidate Block

Mining Attempt 9291d46a8c46fa5e0986d1a27014aba80fa7703cc6168b8875a7aba9f8990c03
Version 20000000
Previous Block 00000000000000000000186944cda4c4ede187a90f902f76802b83ea9c81592f
Merkle Root 67607e3b52aaea9d237a5ac44b6ad58f9069de15e4e76675ad8d0ba5b13d68d7
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,194
Size: 1.00 vMB
Total Fees: 0.01557613 BTC
Feerates: 100.52 > 1.56 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,429 (748,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
192,401 192,401 00000000000002cb6e11aadfb033fc926e03d05d10b82e7bd8da9e99579ffe7e 56 0.03/1.00 vMB 104
192,400 192,400 00000000000001ee54bf56b79671a9c152d1aa308a9191cd0722d3a0259a8ccd 263 0.12/1.00 vMB 126
192,399 192,399 00000000000005f00d8be7dff7e995fdd3890314a0c60ed24dedb3261c87c738 10 0.00/1.00 vMB 29
192,398 192,398 00000000000003b257c003cee0244af3bcf68086db6b594247c218a6bd4c81ad 12 0.00/1.00 vMB 320
192,397 192,397 00000000000006ebba1827162d8c590f6290b895fd3c2dca6cd1d0ec9a50e4f7 338 0.12/1.00 vMB 165
192,396 192,396 00000000000004644954787f4c128dc27678c5f9d3cadce0347b5844a34ca0fb 95 0.04/1.00 vMB 107
192,395 192,395 00000000000004b939d7f4c89ad314601a8fd57cf678767f7f06d23211667693 8 0.00/1.00 vMB 629
192,394 192,394 00000000000007434e1491235e2a9b95ed51c18d5367970d5aa0b6b6cd2e0fe8 168 0.06/1.00 vMB 121
192,393 192,393 00000000000005472ca87719627491657d243e32a5c8a7b09066f052bffce7a4 718 0.31/1.00 vMB 115
192,392 192,392 000000000000029b07f1093ad8bea755a4f30419d79118612d741f0ba2f860d7 294 0.20/1.00 vMB 2,607
192,391 192,391 00000000000007b1e51db4b82d1ba4c93adfcc56a78077fb17b15f7b5b5291cb 32 0.01/1.00 vMB 0
192,390 192,390 000000000000054a07a6205e7a20ab0564f23a6dc14d87ca568e3e51fd9c3e58 457 0.22/1.00 vMB 123
192,389 192,389 000000000000015bd2d2bde323191668d22b23e94495095e8c70091118aaa343 9 0.00/1.00 vMB 539
192,388 192,388 00000000000004bafec4c816f325db391241417a6292b82d759a547fd374cbf3 262 0.10/1.00 vMB 134
192,387 192,387 000000000000041b484bb0da40ef0ff270f4385c4fb26af08e19adacd9de3deb 635 0.25/1.00 vMB 148
192,386 192,386 00000000000005199ae47ca54b65e0bdd8aece04bb3dc8fc13faea4eedd65063 132 0.05/1.00 vMB 64
192,385 192,385 0000000000000787da58031802e7fbfe9f7b5c778f05e32c5792023f7cb9ece8 565 0.20/1.00 vMB 142
192,384 192,384 00000000000006ad20c020c8d3a67fa50261d92ab2530626fbc83873f519e4a4 135 0.05/1.00 vMB 127
192,383 192,383 00000000000004c1b859f548d512e5fe27b46b247581e2dd7d969cc7943b3339 1 0.00/1.00 vMB 0
192,382 192,382 00000000000003303cc906a2918d61a365dff557a167998da7e7219490a8e3ab 543 0.20/1.00 vMB 177
192,381 192,381 00000000000003034a2a2d60537008cf6e43d108cb0b6dc4f0fe7c27d800a32a 268 0.12/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 827.52 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: 4,457.63 GB
    • Received: 242.98 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.