Loading Tool

Explorer IconExplorer

Memory Pool

50,255 transactions
30.21 vMB
0.12375444 BTC
Random Selection Loading Transactions
Max Size: 161.72/200 MB

Candidate Block

Mining Attempt 85ca07703bb60d8baab4e52cb885e89835f610e855ab2a1b6a0cf67e34729da1
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 5fc47e51d10df45d6d931f720e0c2fdc96d64efba7cc8de80eacd624ec649d91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,041
Size: 1.00 vMB
Total Fees: 0.05236313 BTC
Feerates: 150.75 > 5.25 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (241,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,202 673,202 0000000000000000000920a01bbe7423d49893c838c379223fab9069d4296050 1,483 1.00/1.00 vMB 35
673,201 673,201 0000000000000000000738351928419eb1ffa3107f0e7d94fdb41f19984ffe8f 1 0.00/1.00 vMB 0
673,200 673,200 000000000000000000089f51c51e54672cd27baebfd49e06ebdaae907061aeb6 1,891 1.00/1.00 vMB 58
673,199 673,199 0000000000000000000336e082cb0a1022db498d7ba446aa6e480c3987c17d9f 1,845 1.00/1.00 vMB 95
673,198 673,198 00000000000000000007aaccb02aeb251d1e2fa1a4226d357be2f43f4feee02a 2,405 1.00/1.00 vMB 112
673,197 673,197 00000000000000000008c2e637158c720c21e45bf0b2ae045048d9a85cb2cd70 1,435 1.00/1.00 vMB 114
673,196 673,196 000000000000000000012935805a067bf85f3530651fb92d1abac0aa74e87c2c 1,019 1.00/1.00 vMB 96
673,195 673,195 000000000000000000061c6b447aac6f46cc3d2cdd8cab21ab16752d8124970d 2,917 1.00/1.00 vMB 109
673,194 673,194 00000000000000000003f87eceaeec42ea34e801a770237fdd278ef86cef4839 1,422 1.00/1.00 vMB 62
673,193 673,193 000000000000000000054dcd01248931abed7a241543d342b4ddee6c5b0ce0a6 2,266 1.00/1.00 vMB 34
673,192 673,192 0000000000000000000bded638f396bab695089c7080157283ff31c6608435c7 2,387 1.00/1.00 vMB 51
673,191 673,191 0000000000000000000752ba7e7f08a184e7c5d1f1c044577d4871d15834458b 2,023 1.00/1.00 vMB 57
673,190 673,190 00000000000000000008838ae557198ddffc777ebfff6144b4b1d7a967ba67ed 1,874 1.00/1.00 vMB 69
673,189 673,189 0000000000000000000c597a26091c2658b3169443862061ea9636f001a3ad58 1,352 1.00/1.00 vMB 58
673,188 673,188 0000000000000000000078233ea21fed298c0ad6eb7bb76ed15c230e459d127e 2,600 1.00/1.00 vMB 42
673,187 673,187 000000000000000000015a572e8f213c17a5159d1d24d4a44666a68e3074c552 3,276 1.00/1.00 vMB 55
673,186 673,186 0000000000000000000070d73175bc20e1ef21df8f4e8255ed75f78fec6073c2 3,084 1.00/1.00 vMB 58
673,185 673,185 00000000000000000007da0b9860d1756222150e3c692a4a1e70569c4d3f8250 2,681 1.00/1.00 vMB 95
673,184 673,184 00000000000000000007dca0e10d4522b027489539b4b5f20a7b3c6631f58cd9 2,595 1.00/1.00 vMB 68
673,183 673,183 000000000000000000053586452f5c5901c5b27bfda9379edb18c2fe5a5eff0b 2,423 1.00/1.00 vMB 107
673,182 673,182 00000000000000000005b61cf0ee81c58b109b7dfd3a28eafa82451b2f81cad0 1,859 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.40 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.