Loading Tool

Explorer IconExplorer

Memory Pool

81,335 transactions
31.97 vMB
0.08352707 BTC
Random Selection Loading Transactions
Max Size: 191.94/200 MB

Candidate Block

Mining Attempt 6bf38d88fb77cfbe252a83e19d4958728d1fc05cd473f9ab429117d52da2b643
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root f9f5d608db3c248896ef5421e5da0994c8f5adce1bf95b4562bb94c53f2ba46a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,247
Size: 1.00 vMB
Total Fees: 0.01324301 BTC
Feerates: 119.03 > 1.33 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (706,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
208,455 208,455 000000000000005362202eed418fe09fcd367fc140c8abe196621ed3ea974229 118 0.08/1.00 vMB 106
208,454 208,454 00000000000001c16e6654c18e2b7ff506a248a2d5248f81909cb2d9c20a5159 171 0.06/1.00 vMB 247
208,453 208,453 00000000000004f9fb0fa12d7954e16116095693ac5b69c5d5f2142cf3f1f363 582 0.32/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 782.70 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: 697.31 GB
    • Received: 16.55 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.