Loading Tool

Explorer IconExplorer

Memory Pool

16,738 transactions
7.46 vMB
0.03325767 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.99/200 MB

Candidate Block

Mining Attempt d2a5264ae2ef94b3d12b413f6ac272b0ab9d7f7c0df0e9471495a778f079b5ff
Version 20000000
Previous Block 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a
Merkle Root 1ceed9c334942bba4c8a9e977ace101cfeec461de91aeea860dac14cf9930bb6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,581
Size: 1.00 vMB
Total Fees: 0.01862616 BTC
Median Feerate: 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,440 (717,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,297 196,297 00000000000006bfa8a166a2f234f1972c0eb52f53647f4f12725708eed2f26b 90 0.03 vMB 125
196,296 196,296 00000000000005dda9bf7b6c71281b63a0cb79b719892bce3592afc066f045d1 140 0.05 vMB 155
196,295 196,295 00000000000005c83ea6725a91a176c2a95ff457502dfd82595345121510b270 432 0.16 vMB 258
196,294 196,294 00000000000002173c899ea7550d61d23eaf1db3edc33f6474b1dc2473b59d16 366 0.18 vMB 113
196,293 196,293 00000000000004a598cba2824077fcd7dc65419b1f438a24df200df0084f5164 190 0.07 vMB 98
196,292 196,292 00000000000005eb4cac274ccf3e1aab0f40d3143a03e7c640ab99b53e9f0b55 162 0.08 vMB 230
196,291 196,291 0000000000000280026b80057fa7b8dff5b42ef359def667025a76b3b6c37100 445 0.20 vMB 238
196,290 196,290 00000000000001e41f75d202530cef5f78c68db60ffe7fa62396f8f9e095e339 77 0.05 vMB 143
196,289 196,289 00000000000001f653c40d061a598b245df79b5183ad27db8c7315c9ecbaddef 67 0.04 vMB 107
196,288 196,288 00000000000003bf86c6ec2c9701225d694d45152cf172edf70408fe75beceeb 91 0.05 vMB 67
196,287 196,287 00000000000004063c03ffd226993c1ec0437781d4c7a8ae16c5872848281800 75 0.04 vMB 129
196,286 196,286 00000000000002954124f8026e275b62c0e98dcc35b9a99b5667b3ea7394e067 542 0.23 vMB 136
196,285 196,285 000000000000068d31d33ae6b3332db953d37823dffc9502c2640c8f8b7a7582 134 0.05 vMB 193
196,284 196,284 00000000000004f1f598bfa88af97f41a5e41b4b624b9fcf5915a53cb630acce 107 0.05 vMB 228
196,283 196,283 0000000000000518cf254dff96ba5a65676929732657cdbdf63bbdc043e8bf74 149 0.06 vMB 90
196,282 196,282 00000000000005c6279108cef7b1a6bf73d3137d9b7d0924e4719bfe76143d56 682 0.25 vMB 404
196,281 196,281 000000000000040ef1a7df64a4c26d2269da2eef0a620988e22040ed72858e73 1 0.00 vMB 0
196,280 196,280 00000000000003904f955ce19a60a70d21d5c63612119e1555628e387909c21c 1 0.00 vMB 0
196,279 196,279 00000000000005f0f13f95d64ea5d0734e9e531185bfac1c6da843dfa3dc496c 10 0.00 vMB 29
196,278 196,278 00000000000006870e14086c70ecbe251449399ba2fd4bea942166e524abf08d 32 0.01 vMB 6
196,277 196,277 0000000000000181b80884f24fd122ba7c42e4d08a5bf767f68f7c563d33be9b 135 0.06 vMB 311
Previous 10 blocks ↓
Total Size: 779.63 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: 303.94 GB
    • Received: 1.39 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.