Loading Tool

Explorer IconExplorer

Memory Pool

19,387 transactions
8.62 vMB
0.03278638 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.80/200 MB

Candidate Block

Mining Attempt 25b168b078707580b847f9108c76c0ab64170f33643fbd11c598c880aea5b53e
Version 20000000
Previous Block 000000000000000000020b3bb8f61917f7848c1ad34d4f62bdc7addfd2b7533f
Merkle Root 6b11ad758eb37e4cf73fcb099b79654cbb525a780e309cf973413879a2e54396
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,542
Size: 1.00 vMB
Total Fees: 0.01381494 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,424 (717,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,198 196,198 00000000000003d560434592ef2f8e085bf8efd7970b67f7f88807b4702c5e5a 69 0.03 vMB 134
196,197 196,197 000000000000026a75f994cd1e6070c506e21234c6c17442eecadbb1015bdaa6 512 0.22 vMB 132
196,196 196,196 000000000000011a4403588474464da2cf9f62495cbc3e54451c8af3dc3170b6 10 0.00 vMB 66
196,195 196,195 0000000000000516a7c083464468283571e249a1d42e4ff0f436f8e747a2048a 37 0.01 vMB 83
196,194 196,194 00000000000002bb53789e4edcf1e5fd37572d694511e01bcc55f744f4634d62 16 0.00 vMB 40
196,193 196,193 00000000000003d30913575ca467796387efd1d3b571ee73779309fefca28ba6 57 0.03 vMB 126
196,192 196,192 0000000000000112cee0259583dc0edb20cdbadd6abdbc83b992c721a7059001 26 0.01 vMB 111
196,191 196,191 000000000000017732eeafb317329aeee1029844cec260309ec52e1bfa6a174e 258 0.11 vMB 105
196,190 196,190 000000000000042e70d2a3bb812f55961abedb055571ce91c275cecf9e3931b9 12 0.00 vMB 314
196,189 196,189 0000000000000259b7af200fc0fb1e6a8d9e7539fdf145398f41aa1b2f5fdeb0 355 0.14 vMB 189
196,188 196,188 000000000000068af960d4f6929497236eefc465486c0a2e3857c2eafe0d8320 395 0.16 vMB 299
196,187 196,187 0000000000000379b3a11ddb9fa01b7f833b78118fd7891e4ca30f622d25bff4 142 0.04 vMB 47
196,186 196,186 0000000000000150be6c78071467ddd6f1a50c5cb42b08827b909bec7944fc79 77 0.03 vMB 119
196,185 196,185 00000000000005d0927eeb23d5ea126f2ea4c6fb6f7e82a3847d1e6826f85f24 512 0.15 vMB 29
196,184 196,184 00000000000004c23c16c51df78b05cc8c73eef10eb139f0ed58226a25437246 38 0.01 vMB 95
196,183 196,183 000000000000051b9e90bd3be91a069d27739af741b348cf066c54bc1231d92f 58 0.02 vMB 668
196,182 196,182 0000000000000163a9efc3a4c15a145aec034456456a247475a1a50f64d4ecc4 193 0.08 vMB 235
196,181 196,181 00000000000001b08840111678fdbc1ac022e8e49683c6fdb406fe74dfc6f4a5 134 0.05 vMB 203
196,180 196,180 0000000000000497075d8847b3755889b57895031b006c71b87c6785c7f8001f 128 0.04 vMB 22
196,179 196,179 00000000000006de971b6d49bfb968774987ba5db89c267770249b78bfbc9d51 126 0.06 vMB 82
196,178 196,178 0000000000000666518d22b953feee5a90762d9cf5026c59c11dc48bb05cff69 351 0.15 vMB 192
Previous 10 blocks ↓
Total Size: 779.61 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: 298.04 GB
    • Received: 1.27 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.