Loading Tool

Explorer IconExplorer

Memory Pool

17,557 transactions
8.05 vMB
0.02557168 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.30/200 MB

Candidate Block

Mining Attempt 121185eaeb8cca0d430c966802c9824dfec0d6a9ad5d59017798a55dc50726c0
Version 20000000
Previous Block 00000000000000000000a3bbaab364c8a67678d454613e29c10bae8cf58f784a
Merkle Root cc486bbce2da07a9436c05bc74e0d838ff0e76317c407d1d7a751205d49374f2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,782
Size: 1.00 vMB
Total Fees: 0.00866088 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,410 (716,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,479 196,479 00000000000001b6d2573b34afcbd3c2907aa602641d29a03a5eb97a7fc7b144 194 0.07 vMB 357
196,478 196,478 000000000000001cebf26dc35605615200463207fe99f9d94fe4cded052b32f8 501 0.15 vMB 170
196,477 196,477 00000000000001a07678a6f13f519c9fa4f4576fb6260a9e03dac0a7557eda55 152 0.05 vMB 102
196,476 196,476 00000000000004e913210f8da23974cefd49ce78a3e009c2c7d3b0d660fc18aa 267 0.11 vMB 155
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
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

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