Loading Tool

Explorer IconExplorer

Memory Pool

73,477 transactions
27.18 vMB
0.06145947 BTC
Random Selection Loading Transactions
Max Size: 166.07/200 MB

Candidate Block

Mining Attempt e697ba6d052a5f35d2c9cc1a138ae476c388bb9b1fc9993a7b50d35a12a5b117
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root 640b582f70a9633bbf044d2753ff789ff2e34823cd184b3a669d4a1de4bc314f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,883
Size: 1.00 vMB
Total Fees: 0.00376293 BTC
Feerates: 20.10 > 0.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (706,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,476 208,476 00000000000003f00b7c089d16d7e4f83166e01afea8f2c072258f19d1ea1340 274 0.14/1.00 vMB 167
208,475 208,475 000000000000029d3cdb17d681d1264895a721bcf1fe467426e2d0e7bb1cc02f 148 0.06/1.00 vMB 197
208,474 208,474 00000000000003b7aa892d9d46c9320dfb58242b29ebe80e10b1893c62d0544c 127 0.05/1.00 vMB 193
208,473 208,473 00000000000001c0240fcedd4933ab91f778dbdfc928fe1b64e9f1df3b786619 111 0.06/1.00 vMB 159
208,472 208,472 00000000000000a221cdb9554439a94e50a2c0475e4733b4b40d8d0da055d7dd 332 0.16/1.00 vMB 176
208,471 208,471 0000000000000018b5aa009f240802f5d051077eb9be5e9bf173ce53669c04c1 87 0.03/1.00 vMB 135
208,470 208,470 000000000000016bd9982ccbc6df04bb061d79fd7d28bfe878de0e949aef651f 90 0.04/1.00 vMB 116
208,469 208,469 00000000000000aaa62d54e9bc4ce3bb3add75087ab912f76fe75554ba1c3805 128 0.06/1.00 vMB 203
208,468 208,468 00000000000004f208e2df3e44a4f1c99ae5f1fa20ac51fce4709e8fa7aa0cf4 179 0.08/1.00 vMB 326
208,467 208,467 000000000000033f99e517d64482dc953ed40e51fe627af6ec0707fbc4f8b6a1 10 0.00/1.00 vMB 171
208,466 208,466 00000000000003a7bd2f381a6dcac5ab559dc82d071edb3b326f31f0f5072deb 182 0.08/1.00 vMB 271
208,465 208,465 000000000000034d4f5751549f2ace9fddc674f03ea1f9a6bf039d26ab5f4d97 31 0.01/1.00 vMB 180
208,464 208,464 000000000000008572320edb5384cb6e39e8f215b58615e64afc2f8e6181b2cd 48 0.02/1.00 vMB 185
208,463 208,463 00000000000000550109c462cd2825ec78fcb7c1f47e31c01f27b44bf338f18d 14 0.01/1.00 vMB 111
208,462 208,462 000000000000006f088b02bf3e240257f9825ac6da3a68bb3949575261c96e23 35 0.03/1.00 vMB 81
208,461 208,461 00000000000002754b8d92f3b2a19651d2a378603d2570fc8772854a1da8d5c1 8 0.00/1.00 vMB 52
208,460 208,460 00000000000004f12de2ae86556a023407835dd1ceb1188e5a19bb16efc37674 7 0.00/1.00 vMB 711
208,459 208,459 00000000000003f0e0c4f8fd87a9e262e2ac568b58758f7019bedb21b5ddccac 116 0.04/1.00 vMB 267
208,458 208,458 000000000000009d43a752f5e777b2ca4af48e09391adce7fd59455a4b20061f 118 0.06/1.00 vMB 185
208,457 208,457 00000000000002e3b3845091df90a0c43976670032a2620f16c27e3818401c81 260 0.12/1.00 vMB 173
208,456 208,456 000000000000024e4a06354eaf1f36dc2727d26816b7bb1ec7c29f968cb4e7df 170 0.08/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.84 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: 712.05 GB
    • Received: 17.16 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.