Loading Tool

Explorer IconExplorer

Memory Pool

15,886 transactions
7.78 vMB
0.04483582 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.67/200 MB

Candidate Block

Mining Attempt 0a99a29d43a3147c20c6be655fe1ffbdbc50bdb73b2ea605b38b1a58d91e3c51
Version 20000000
Previous Block 00000000000000000001005dfa86df5a453e2a43d8c4c0524838bc7347298bbb
Merkle Root 8cce2c7ac870810ef794ae307dd85fc60e7933d06d7f9980dc4b0983d2aeea75
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,186
Size: 1.00 vMB
Total Fees: 0.02882201 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,385 (744,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,154 169,154 00000000000004c12480f7b1a81e2f7cb158bb1dc3eb16535077a5a36570eed1 6 0.00 vMB 94
169,153 169,153 000000000000007b603cb4ec1539eebcb089861f3c180def276a37d973151815 5 0.00 vMB 0
169,152 169,152 0000000000000b62ed2988492b18e8f97d257149a969b20f4d3ce277b2df3008 65 0.03 vMB 163
169,151 169,151 000000000000087813ea66271d1fb9621190a3c77714c61f82066ea9bb7c61de 143 0.05 vMB 71
169,150 169,150 00000000000003af006501828365c26b6d601c78740e08e2b0fd83745ecfea29 7 0.00 vMB 52
169,149 169,149 000000000000022ddfd23e90acf2c817053809f87c04873750c499899ac0d419 7 0.00 vMB 0
169,148 169,148 00000000000005864ef194eaffb00153ef33927fb84c6aa06946f71d45117b68 7 0.00 vMB 0
169,147 169,147 00000000000007b285fb50718705bb82f3b26da7e00348a491487973f7924d2d 60 0.02 vMB 148
169,146 169,146 0000000000000205456853a7eec1915f242a7fcb4047e7744cdc896e604e6001 7 0.01 vMB 52
169,145 169,145 0000000000000048cad94f9098fa1e6a776a019fb35291b51857156a450a161b 5 0.00 vMB 61
169,144 169,144 0000000000000062b275226e239330d0d3fef8ce39eb4ef876b5dd8d33111dcd 31 0.01 vMB 140
169,143 169,143 00000000000001c34150d7fc0c14e525d22f86df1a231b59ebee888e04783caa 11 0.00 vMB 12
169,142 169,142 000000000000011403af2aeaf4e515ad72efc48b4f29914bc4530188f277bb3c 50 0.02 vMB 151
169,141 169,141 0000000000000be79173454523c26378670878a523830bb5aa259aec64bdce7b 30 0.01 vMB 47
169,140 169,140 000000000000024da5d80a3310b2481d719f5646ea5885d506bec5e6a13155a6 102 0.03 vMB 71
169,139 169,139 0000000000000049e70150186d400f6b5d1993a25739956b34754617dba5fcbe 50 0.03 vMB 37
169,138 169,138 00000000000008d8d4753d29d319967f1e28ddf474a817127946e6fe1cfbd4b3 75 0.08 vMB 354
169,137 169,137 0000000000000bc1bbd6ec6b11a35eeb7fdcccec79dbfccc99db8a806f1a66e5 23 0.01 vMB 111
169,136 169,136 000000000000032ae2997f84ac84fbcbec61b2ea861cc2aaafa621dd7f327331 63 0.02 vMB 22
169,135 169,135 00000000000006c64d813479315cf3cebc0d6dba9681163ccfa6ab80b7324e99 9 0.00 vMB 0
169,134 169,134 000000000000053cd7e88dade65dcd2ca2bc0fcc4a935ae3dc444124c9954061 25 0.02 vMB 105
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 105
    • Outgoing: 10
  • Data Transfer:
    • Sent: 229.86 GB
    • Received: 0.87 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.