Loading Tool

Explorer IconExplorer

Memory Pool

80,541 transactions
29.71 vMB
0.06940248 BTC
Random Selection Loading Transactions
Max Size: 179.35/200 MB

Candidate Block

Mining Attempt 39f448cef206a07e8ad04cacd4ce3421ffd6f5e0f5a8d5c8a2e2da4a89fbf5ce
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 9b75903a61347df07f5835e242cc11551645805c8932a1669267060d67d138a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,089
Size: 1.00 vMB
Total Fees: 0.00889810 BTC
Feerates: 100.36 > 0.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (246,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,291 668,291 000000000000000000092bb574498d6bff9de945fd92fb4585df122a8f8ae59b 2,173 1.00/1.00 vMB 89
668,290 668,290 0000000000000000000b232b367c44630e1644eca10c433a144ad1ee8f56b556 2,802 1.00/1.00 vMB 75
668,289 668,289 00000000000000000006fe77a5e6114680df8babf2a6da60793a679ffe4d1efe 2,284 1.00/1.00 vMB 139
668,288 668,288 0000000000000000000b4c8ed328910e2b8166fadce90d3432bf34f002040132 2,235 1.00/1.00 vMB 81
668,287 668,287 0000000000000000000185591fa35d4ffe4b45c15bc191574fd18f1fb6a8b00a 1,675 1.00/1.00 vMB 135
668,286 668,286 0000000000000000000b19e42a56b6e6b578f4009daad162821880a6f91ba737 1,855 1.00/1.00 vMB 127
668,285 668,285 000000000000000000000a6527edcf1105004731dc69277731a3111caa19d254 1,483 1.00/1.00 vMB 154
668,284 668,284 00000000000000000002f0dd457b978032f9b778c06f13483eff602a69631ba0 1,933 1.00/1.00 vMB 82
668,283 668,283 00000000000000000006fd29ff3cb09b91fb33a4a6f014c01ddaabe23722565b 2,553 1.00/1.00 vMB 110
668,282 668,282 00000000000000000002d136f80c152cd48716a357ab24db4510201a6d8f69c6 2,424 1.00/1.00 vMB 88
668,281 668,281 00000000000000000000beb4b89b0b49cab37576fb5fa965705e333852873af7 2,907 1.00/1.00 vMB 112
668,280 668,280 0000000000000000000c1e3e26422b8a314974556efe0e4fd53989df385caea9 2,052 1.00/1.00 vMB 126
668,279 668,279 000000000000000000090f537fa32eb8bf3dd16d702b7eb5728519dd812aaa5c 1,276 1.00/1.00 vMB 104
668,278 668,278 0000000000000000000120a128bd3090092af5c262d543e7aef64f4dfa6bdc9a 2,437 1.00/1.00 vMB 97
668,277 668,277 00000000000000000005eb7af567dc2d23263e9fd0ed11fcadda3e2547cb3619 1,292 1.00/1.00 vMB 113
668,276 668,276 000000000000000000044e3af5113be9728fab40bc89028f4201f4166b87467d 1,269 1.00/1.00 vMB 139
668,275 668,275 00000000000000000005c8682fac322d0939a92e4f5629488af061e82b7315c8 1,732 1.00/1.00 vMB 115
668,274 668,274 00000000000000000002972b5d0b0b7b9650b5fce791ab9ea06f78fada4b1397 1,878 1.00/1.00 vMB 90
668,273 668,273 00000000000000000000923540c1533b2db89fa15c014952f46aee1984810f8d 1,654 1.00/1.00 vMB 115
668,272 668,272 0000000000000000000412ccdb3f343353c87f4b5c5f4465fcf3dc0291d82bfa 2,326 1.00/1.00 vMB 100
668,271 668,271 00000000000000000003f858b1d9c7a22beccf1c92dd9b20aa62cde607d0d49e 3,023 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.