Loading Tool

Explorer IconExplorer

Memory Pool

45,045 transactions
27.36 vMB
0.10353624 BTC
Random Selection Loading Transactions
Max Size: 143.05/200 MB

Candidate Block

Mining Attempt d81377f0edb02d76e2f212c6436152ce7ba3aa7cbcdbfc4025b4727be2a0f551
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 4f62ee63367aef92d54ef379d34b9881bd7f2b272d5dd3eb73d7f834df813a75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,616
Size: 1.00 vMB
Total Fees: 0.04632039 BTC
Feerates: 151.01 > 4.64 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (289,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,884 624,884 0000000000000000000c1aa30e65743bbcdbf51afab939426067f71b35b18521 1,130 0.36/1.00 vMB 18
624,883 624,883 000000000000000000141c6956b234d2c3cba6430ffc8cb255ccdbdc99a7721f 42 0.01/1.00 vMB 15
624,882 624,882 0000000000000000000c7cabbe66dac49f2b91db97ea115bd5a9fc1d97bd1e76 2,134 0.74/1.00 vMB 19
624,881 624,881 0000000000000000000cec3911c0a4b0f2d6e1d4d4469f22ed5e7bd90f6d0bb8 1,946 1.00/1.00 vMB 7
624,880 624,880 0000000000000000000a9a04f88830708b8311bf173ead135c8caff9733b3fcc 2,435 1.00/1.00 vMB 3
624,879 624,879 0000000000000000000bc8884d5b463fdf288177695ab79a656e9dd852bd8caa 2,532 1.00/1.00 vMB 15
624,878 624,878 0000000000000000000da39be718adcafa3ee77212704e32762459c514b64694 1,940 1.00/1.00 vMB 25
624,877 624,877 0000000000000000000e4be74ef1be95efe39fc50a2878b981d58bd9594aef6f 2,328 1.00/1.00 vMB 32
624,876 624,876 00000000000000000001ce2679248429edfb21dcc9afbf8f24a4bb71eddc812d 2,810 1.00/1.00 vMB 22
624,875 624,875 000000000000000000132011b0fcae68728dc55479a2cfe876fd10e4c9431ce6 2,640 1.00/1.00 vMB 23
624,874 624,874 0000000000000000000a5033998cb95ae5e27709edcef29f1c50292e29c71fb0 384 0.11/1.00 vMB 23
624,873 624,873 0000000000000000001185d381cb8244e12b91c284631e7b7fc53f99a7b06a24 1,758 0.59/1.00 vMB 18
624,872 624,872 0000000000000000001219a6f38308590a3ac4545665ebcdd9ff30c0d2a922c1 1,611 0.53/1.00 vMB 13
624,871 624,871 0000000000000000000911fdfcddd9aa8986754e4304ac724c084d9175e4b8bd 951 1.00/1.00 vMB 6
624,870 624,870 0000000000000000000e94c5d20c43ed2f9834c83ec538b4c3ba7a6b8b483bf1 2,011 1.00/1.00 vMB 11
624,869 624,869 0000000000000000000178c69441f29fa0b14b1ebd10f000c81ba377cebf77fe 358 1.00/1.00 vMB 2
624,868 624,868 000000000000000000097a2e258ea67490c84bff56e848bc2ba5b3899e691891 1,623 1.00/1.00 vMB 6
624,867 624,867 0000000000000000000f60b0110ab9dcf8f0696be7df37d982903289d22763a9 2,567 1.00/1.00 vMB 19
624,866 624,866 000000000000000000027c49eebc87d9aa31ed8def3c4ba52f1c09609fefccab 2,234 1.00/1.00 vMB 5
624,865 624,865 00000000000000000005d973a91466a3387eab4b8c6249da59412a7f7db2bee9 2,760 1.00/1.00 vMB 8
624,864 624,864 000000000000000000002f6373e2216884b4ee518c1ef2f5863342b2c9d51b32 2,865 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.