Loading Tool

Explorer IconExplorer

Memory Pool

11,164 transactions
5.20 vMB
0.01221329 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 30.08/200 MB

Candidate Block

Mining Attempt 4ea7c68c164b82300856c0be0339d78c1472558fde2f8b3fd7d81824ebfd2a5b
Version 20000000
Previous Block 000000000000000000005154d1d4ca737b24005588c846e9daad0497d8002fac
Merkle Root 6da7808251b287320eb00e0622cc42f342fbb1443fbdba9e5c57686ffa6cccfa
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 685
Size: 1.00 vMB
Total Fees: 0.00413865 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,447 (747,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,401 166,401 000000000000033033c26896c71618f12fdaaea3a3b62671973c55f7f143a8e9 53 0.02 vMB 184
166,400 166,400 00000000000000038ca3daa43d5616870d9ac7ae21a19bea55a1a696e0dc1a6b 68 0.03 vMB 235
166,399 166,399 0000000000000bdb8b9ba70344c46b7df1d20f69a14d4cc600d611c2fb5ec00b 104 0.03 vMB 60
166,398 166,398 0000000000000116fffcb6b2b3e2969775f76108b93f541022b091ba0cc84abd 79 0.04 vMB 247
166,397 166,397 000000000000014c301e27eb2591ed6b9abd40b334eb260d99b242d20638a60f 117 0.04 vMB 62
166,396 166,396 000000000000050b83565f2765a6436f2a250961a9036c19d7fd514fca503838 68 0.03 vMB 81
166,395 166,395 000000000000026358028e4a8fb023d6f6d9e5c1b2373ba16b890198a9c9df02 8 0.00 vMB 0
166,394 166,394 000000000000078042dca7155c324947186575674c9636874e505cb592f1c560 118 0.04 vMB 109
166,393 166,393 00000000000004d50db740738a694d6df0d6a26d388d98a31500106ccf475fde 58 0.02 vMB 91
166,392 166,392 000000000000077cb781e3c05897ce37b7e4c2b39470f7f56ae5c6fa6ba6dbb0 62 0.03 vMB 72
166,391 166,391 00000000000004fb5d30cd97d98f7d79de47b0a14e1ec33288a198a292d36c0b 17 0.00 vMB 134
166,390 166,390 0000000000000a453efb6e88fdebbb6c001fa64283e35b753982bd74361d73fe 55 0.03 vMB 79
166,389 166,389 0000000000000a2558d11ca77346382134bf9b8a1a6323825235cdb6a3c30a0f 68 0.04 vMB 47
166,388 166,388 00000000000002adc8118f8e3a49a1de1207e9a42e982cfc9425001eb908d07f 7 0.02 vMB 61
166,387 166,387 000000000000061126c71e17008b985f16a19d007c1734af6a64cd82bd3d031b 141 0.05 vMB 26
166,386 166,386 00000000000007f52ea028c0e209b2265def64177c49b32fa626228ac42be4e2 77 0.04 vMB 49
166,385 166,385 00000000000006059df56355cb11a0258b8a877b72d116247a77585d6b828c1e 39 0.02 vMB 113
166,384 166,384 0000000000000251a3500bcc2e5a8fe84b5b32379fea37a90a66a14cda1caefd 1 0.00 vMB 0
166,383 166,383 00000000000005ffba3fc76adda7ea4460985f3a7d74beba2d0c779141744ff3 35 0.01 vMB 125
166,382 166,382 00000000000007369c8f5bd48f2283b4921ee463b5b36e6a23a5e21f41b21cf0 110 0.05 vMB 88
166,381 166,381 00000000000008ff8eed6013f2c682970c84778c3b8120b4fc77ae8e182056c1 8 0.00 vMB 452
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 306.77 GB
    • Received: 1.43 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.