Loading Tool

Explorer IconExplorer

Memory Pool

13,879 transactions
6.73 vMB
0.02230340 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.90/200 MB

Candidate Block

Mining Attempt a632889dc4e07dd534aca929fd6cdab47153ad9f65b4c6c65771c72e6c1f89d6
Version 20000000
Previous Block 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a
Merkle Root 00dbdf47c38e35138d623607aa380d549304d8353bed3a9b95714b9cd7d0d473
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,829
Size: 1.00 vMB
Total Fees: 0.00983832 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,440 (707,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,376 206,376 000000000000038402c1f753a31a7ffe243f3407a351e1647243fef17f95c96e 231 0.11 vMB 142
206,375 206,375 000000000000037e96a514d537c11071dc494c95f7abe4e9e22493bde311e635 155 0.06 vMB 170
206,374 206,374 000000000000032cebea8001e2cd591359c7a8074d8629ddb4329d9ce8e27819 26 0.01 vMB 184
206,373 206,373 00000000000004de87a460b601157e16c5cd7e558636421efa04d33944c54755 17 0.01 vMB 66
206,372 206,372 00000000000000d8f45c089fc8254488b3139a564cbd6f442e050fd9b8ab689d 56 0.02 vMB 174
206,371 206,371 000000000000026f0cb6808bc6206e8d5c59bb12064e586ccba3bf9e713212f9 70 0.03 vMB 152
206,370 206,370 000000000000028e6eaae3db30e3f01ef5dc7b379800432004bc5bfbcd3eb8da 102 0.04 vMB 173
206,369 206,369 0000000000000510002e0c5c17e459f2e29566680747d499ea83b81201126eaf 8 0.00 vMB 175
206,368 206,368 000000000000028f40b325c53ba44c12b3639b3433de3801403a8e802ad089b0 129 0.06 vMB 135
206,367 206,367 000000000000038cca303e4af394352732b1abba38778589d2d7f5a63bd74d34 271 0.11 vMB 176
206,366 206,366 000000000000026fa6c04c7effbee7a06b38c2477dccce07d9415bde9d455853 138 0.05 vMB 18
206,365 206,365 000000000000042b3228b8b36e75d66612cec78f0b486a513ad37b387a27afce 320 0.13 vMB 973
206,364 206,364 000000000000041285fb08076fee59f783497efb3b7e9d4eed1b412c5bd6099a 16 0.01 vMB 134
206,363 206,363 0000000000000368c030e8b0f6007b82f6ea7bdbe2ea72fc3f6a344548bfa872 50 0.02 vMB 183
206,362 206,362 000000000000022844224cb2be5aec8115606d6fcb2f47a219a93de26b3712a4 212 0.11 vMB 142
206,361 206,361 000000000000018ce945f1868527d5138db7a1aad2a6b136e323b6d1933dc27e 351 0.21 vMB 134
206,360 206,360 00000000000002be86a3c5ef7316d65761eda67528fa84929a3cac999754fcea 19 0.01 vMB 104
206,359 206,359 00000000000001151ca28cb05e89887b904db99708a07315fbec829c63949e0e 107 0.04 vMB 159
206,358 206,358 000000000000023135b71510ea57263ceca745d5e2f02220adf84a998c3a4944 56 0.02 vMB 159
206,357 206,357 00000000000004349cdf96c856e07c2160e45c9f5b0022762d4a22a706d52622 10 0.00 vMB 0
206,356 206,356 00000000000002fb707e1947de67e9c35f0a4e794c91b0d3ba0e8021f111becd 70 0.03 vMB 191
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.63 GB
    • Received: 1.38 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.