Loading Tool

Explorer IconExplorer

Memory Pool

79,790 transactions
29.52 vMB
0.06424742 BTC
Random Selection Loading Transactions
Max Size: 178.17/200 MB

Candidate Block

Mining Attempt 6cf0ee6992874c92c3908d78a7e6086e7a8ff32e95345029951ebb4e5be02dd5
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 1d02214b193ed6d1e87a0e1595dc13c2847fdc59539bc1e719884ef632baceee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,698
Size: 1.00 vMB
Total Fees: 0.00394502 BTC
Feerates: 60.16 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (559,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
355,341 355,341 0000000000000000063376aa291b4eb5d08ab7f95a7d555ac9a62192c4a5115b 699 0.51/1.00 vMB 19
355,340 355,340 00000000000000000c76e453681d6af3dbb367ef7c8f46178227845921b84e71 1,829 0.90/1.00 vMB 31
355,339 355,339 000000000000000011b60593d7fea8a9e70f8cbc75400e14416e7c64b94b744e 480 0.25/1.00 vMB 25
355,338 355,338 0000000000000000057489eb250a303a5d1ea6f9df1ceca6020c777c3cffab92 423 0.24/1.00 vMB 29
355,337 355,337 00000000000000000da07e1e943c6a717db23c7dc4cdf2b98dd67d69eab3bc85 82 0.10/1.00 vMB 11
355,336 355,336 000000000000000010bb06fa363880fde34bf084bd8da1a07d26f2c1a0fbc432 33 0.02/1.00 vMB 14
355,335 355,335 00000000000000000cd16c1a9656b883e82df4cb1159e8a8b7deb26eb8a266a2 1,546 0.74/1.00 vMB 29
355,334 355,334 000000000000000015a1646c6e1bfce0d7b483cbb2b8f676c442fb7382468cd2 1,253 0.63/1.00 vMB 29
355,333 355,333 00000000000000000488bad4dfc7eefed5bfbf40627af09ce7fe9ae9104596d4 257 0.13/1.00 vMB 23
355,332 355,332 00000000000000000335344882688031eb07bd3f6673fd9831a88a7bbe073de9 1,092 0.64/1.00 vMB 23
355,331 355,331 000000000000000007ba4a30efb7271f1249e89024a2ab54f7737a8e2a8c23cf 128 0.09/1.00 vMB 21
355,330 355,330 000000000000000001b2cfe9af1c88103899843e31a97c2e2463f46854db573d 1,721 0.75/1.00 vMB 33
355,329 355,329 0000000000000000007773f2a092e32117f9d2deea38f8fb3413c8b9baf22ee1 503 0.28/1.00 vMB 26
355,328 355,328 000000000000000013ad1a2312d76b788e495fb2310ccbc19803d53bfc7d6d68 692 0.39/1.00 vMB 26
355,327 355,327 00000000000000000347a4b0b7215a70c720a295c3736d0741d926703f6935a3 225 0.09/1.00 vMB 30
355,326 355,326 0000000000000000094439d8fb7958cd60664262c1ed24a9227e2f4c4998b702 374 0.17/1.00 vMB 18
355,325 355,325 000000000000000005cca947dea052ee42e377b684f070e7b76e37c76ab835e7 926 0.48/1.00 vMB 29
355,324 355,324 00000000000000000c5b2d02b78598e6523962846efb85f0017b7e868b198b5e 1,016 0.53/1.00 vMB 33
355,323 355,323 000000000000000002899ebadb54ab4fc45dfd043d171879c527f9070d1895f0 263 0.14/1.00 vMB 30
355,322 355,322 00000000000000000c2e4d81833ee8241125e62b8ec850f3bdf4c2e0fd0ae29f 499 0.27/1.00 vMB 26
355,321 355,321 0000000000000000166d1fa0ccda4b19dbf7300923152eefe3e76ca08986f6a8 1,068 0.54/1.00 vMB 29
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.21 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.