Loading Tool

Explorer IconExplorer

Memory Pool

19,771 transactions
9.74 vMB
0.02462037 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.66/200 MB

Candidate Block

Mining Attempt caa7662375f4d2ee560ca8c1145d844a09fc7f7e793f5b7285aa0205c4c5d6ce
Version 20000000
Previous Block 000000000000000000018eeec2e5b9ba9206fddda6378af044f6446ee9562c05
Merkle Root 671ed781daca44ee659339ee28815bdcf71e5c28e2fe8928ef0658112182f27d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,877
Size: 1.00 vMB
Total Fees: 0.00917864 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,555 (711,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,327 202,327 00000000000002a52501a8687d17c6ff2e6da36bb4dcf55f62fb6334e94376a0 27 0.02 vMB 435
202,326 202,326 0000000000000207503c7ebe8a19ac68933dd29f9599cbcd899623013dec96da 1 0.00 vMB 0
202,325 202,325 00000000000004e2283191a480df2f8ae0ba8fcc959ed1ba6b3f96c45314da5d 181 0.08 vMB 177
202,324 202,324 0000000000000361f87b723805e358e083d133ef84f51360433e7b800f844c75 18 0.01 vMB 228
202,323 202,323 0000000000000215fa3b53e29817ecd4017c900db4b2b8ab3e443db9bf9efbfa 311 0.16 vMB 164
202,322 202,322 00000000000000fa092b78bb7a70260028bd70c9327c687b89b5b7c4413b884d 186 0.10 vMB 170
202,321 202,321 0000000000000017343ec6fca48900aaa06f1f8aefbcaa7b81795d913f9f12df 21 0.01 vMB 358
202,320 202,320 000000000000050fe95b43874947bc3e2bfa6cd1ab0e6684a349a84f8dfdc740 65 0.03 vMB 200
202,319 202,319 00000000000004f67915624d3fcca1b19f2877c9e2e410c470a2ba1b799cfd00 187 0.07 vMB 146
202,318 202,318 00000000000002017d0000e68d25ad0716ce923cdd886b57a5fff09396f6ea19 213 0.09 vMB 141
202,317 202,317 00000000000004b0c59abf2b0d145eff78b170721b5d02f52efeddf50a4add8c 139 0.05 vMB 177
202,316 202,316 000000000000025148e7295c1dbf8eee4f5a794491d0b72668208806ebd4783f 87 0.05 vMB 145
202,315 202,315 000000000000012afff9113ab207d38da4a1fd80068db3ad8f57238a0cb85ca8 30 0.01 vMB 193
202,314 202,314 000000000000027f17ffd039ab13fc18ab178128e655e77010cff79405770661 327 0.13 vMB 182
202,313 202,313 00000000000003c11af9741819ba2802ded57267f6f12021a411b93c96fae23c 381 0.17 vMB 113
202,312 202,312 00000000000002633cc922d3b648a6eaec1887037225f10a12be934a10eb0b9c 12 0.00 vMB 14
202,311 202,311 000000000000016abc0354581fdb2aa0f57df4ed851d4bafba1f9d99e9d30c32 260 0.12 vMB 203
202,310 202,310 00000000000003d550667254279d5a4f62f619fab3abfe0056d77a304774739b 172 0.08 vMB 128
202,309 202,309 00000000000001dc91e76554cf567ea113c91c4ebe25b2135f937bf1624f0ff3 90 0.03 vMB 71
202,308 202,308 000000000000037ba196d129248befc540545c78348adfff1c027d3d496998df 203 0.08 vMB 149
202,307 202,307 0000000000000013a89ab8a9406f03f37d717086ba4aec99704711d1ae7e1788 195 0.08 vMB 129
Previous 10 blocks ↓
Total Size: 779.83 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: 419.84 GB
    • Received: 2.26 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.