Loading Tool

Explorer IconExplorer

Memory Pool

21,882 transactions
9.46 vMB
0.05047041 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.22/200 MB

Candidate Block

Mining Attempt a4c409c1c1703249799198169819b2fac862621688e886cbda681ff065236cff
Version 20000000
Previous Block 00000000000000000000f2a58278eb31c7c7508d5fd7be04e21efd82a1a50145
Merkle Root b46ff27d7ff6ccd657673241bc444e38bbd723c23e9cbffcf6a43c5b735648a2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,166
Size: 1.00 vMB
Total Fees: 0.02787939 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,406 (716,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,475 196,475 000000000000060f1d6d522c07017a35d0c0bc8e69c024535bdfcc46c2a22f74 30 0.01 vMB 72
196,474 196,474 0000000000000020d4f2e768b00c5e27419d08d8e2755888d68b36260dacec4c 171 0.06 vMB 122
196,473 196,473 00000000000005ebc9a6639863636a46a982f15039f2db50ef6ee7d026e1926d 512 0.17 vMB 51
196,472 196,472 000000000000026948017a50f51445bb9bc377009c1b2111a63e01a0e89217dc 164 0.07 vMB 163
196,471 196,471 0000000000000222753e47b14ba5e00bf456fc973507337c665b9f448de7b4e5 23 0.01 vMB 93
196,470 196,470 000000000000041c7cdc6bd720c797c2e756642878b8aa3a26eae5a138a6b0d6 405 0.18 vMB 123
196,469 196,469 00000000000005960784a5d54760b5974538608459536c0128efe5138a264c6c 124 0.05 vMB 39
196,468 196,468 000000000000032534c6f58f4f4ad6b32ea99cca3f7bde58bd97be931898e925 10 0.00 vMB 0
196,467 196,467 00000000000002b4d28c75eee141011a097c876b3eeb6af87f17ffa36bf97fef 427 0.19 vMB 108
196,466 196,466 000000000000023e1ced28251c446f1aec0f503bf63a3d099084504eca2e6ff8 804 0.25 vMB 189
196,465 196,465 00000000000006b8dbb49cfcb93823d8906111ba5db33113c25a95006a799629 13 0.00 vMB 17
196,464 196,464 000000000000001c525d74912572ee6215d9f07108f262406066a5335d5782b1 172 0.07 vMB 103
196,463 196,463 000000000000030b2d0e3073e386d841b102dfbec87e5cd374d777f5fca1ef44 588 0.24 vMB 183
196,462 196,462 00000000000006604e2ef09e918fcf379fdd0f12d4ea00547e02ad65fbe874b3 8 0.02 vMB 110
196,461 196,461 00000000000002e39335117e44917b35963d5c39aa9ed802020bd56156926254 383 0.23 vMB 103
196,460 196,460 00000000000005bc236888a2c9bb6b816ff8634e24ce7480132a021d2b953dd1 131 0.05 vMB 124
196,459 196,459 000000000000042c4de0a331dbc303d8227828f470f4d1089457351c83f8e03c 727 0.20 vMB 265
196,458 196,458 00000000000000fbd6e858919f81817deefebffb0067194baff6094f1ea2d997 148 0.05 vMB 243
196,457 196,457 00000000000005dab422c8df795c389bb4901647f63e7b613587203c7bb7f5fb 9 0.00 vMB 45
196,456 196,456 000000000000057c1134e054dc94fbff521b54921b4ab9fcab6daa2033508d40 27 0.01 vMB 110
196,455 196,455 0000000000000434f7b2c7c838771df0d6efdd1fe04b13d1a39d3e93f827628b 188 0.08 vMB 161
Previous 10 blocks ↓
Total Size: 779.57 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: 280.59 GB
    • Received: 1.10 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.