Loading Tool

Explorer IconExplorer

Memory Pool

25,833 transactions
10.71 vMB
0.06745631 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.61/200 MB

Candidate Block

Mining Attempt 47323c5749077fdb6fa34d67a9cfc228d0770d5b2908047e75e4794e9de3bdd8
Version 20000000
Previous Block 0000000000000000000019a2bc7789d97e1fe54fb5028737bae97eb7a8b5ac3a
Merkle Root b6d01ad4abaf2b54434684204b7d9bbfe11b1bcfa72507e61ae01334c459186f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,992
Size: 1.00 vMB
Total Fees: 0.04971317 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,557 (716,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,135 197,135 00000000000002f096eab5160664ba93fb046cf489f96f25dd832a62510b1c44 16 0.00 vMB 12
197,134 197,134 00000000000004f0ea0db0b8319e88146fe4fc6710e4db683eab5ef283eb9b55 429 0.18 vMB 131
197,133 197,133 00000000000005060ec8b4054c34dc24ad3186ef473043ff5bcf414b30773172 97 0.03 vMB 203
197,132 197,132 00000000000005a441980babf72e20a84ea67d265bf00ad6617de7cf79eaf78d 323 0.14 vMB 133
197,131 197,131 000000000000012dfce2a5a790c707112d1a3d69cfc3a80d2c7ba6c05b26bd49 895 0.34 vMB 145
197,130 197,130 00000000000002fcb8eaa180d723913fe1c46805ea120f08c7ad15ed335d7792 321 0.09 vMB 44
197,129 197,129 00000000000003e7e689f5785a7405097a67853866f7892835d93e0a6ab6a61d 542 0.25 vMB 131
197,128 197,128 00000000000003dd41eb96e831e6d96ea0e5ff79a3d8b41ae79cd3fd13f609a2 120 0.05 vMB 99
197,127 197,127 000000000000028ac1f60ffee5bd6bf3983c224b28cb200780480f0192ecd8e1 25 0.01 vMB 75
197,126 197,126 00000000000005ec54cdcfb07db066e8b275f2051fc9e2ccf7696ef166401411 93 0.05 vMB 95
197,125 197,125 00000000000006a8e064f3dc8c7d65857d79871dc8b79ea9a7c31c0e42771c71 395 0.10 vMB 3
197,124 197,124 00000000000001c782328cc1d333792b3ce50437d9837430f69fe29f28bd930d 377 0.23 vMB 90
197,123 197,123 000000000000044575dad29273270023a2ec335d238fc3b27ba2408447b3cf48 106 0.05 vMB 71
197,122 197,122 0000000000000616699b05e779fa4fbbaa270fb9a74caa00bf6e5f8ce71ab32a 32 0.01 vMB 4
197,121 197,121 00000000000003faf88b891cecd735d7f4fae43df517c833bfda7b68c4131c3d 668 0.25 vMB 156
197,120 197,120 0000000000000209bb810cbd0c846c3596aeb3ab3b9f6299d3a2017327bfc8ab 156 0.05 vMB 115
197,119 197,119 00000000000002493dcf0c9443b5f99e59db918ba8b62d5733da8d5662ba95fc 512 0.25 vMB 110
197,118 197,118 000000000000062262a730cfcfe11ac1351f50571f42dfcf3522c78af26db71a 230 0.13 vMB 106
197,117 197,117 00000000000000aed1c23fa7cc79e6604181135f202cf834e3bebad93b52c620 991 0.42 vMB 128
197,116 197,116 00000000000000d3b00dd1f010fa2f47976f170154d1b9dfccd85b5110b5a6ac 512 0.18 vMB 166
197,115 197,115 0000000000000145524d26a4de2f2270ecf7d450cb411bf0fff135078bf88f12 227 0.26 vMB 90
Previous 10 blocks ↓
Total Size: 779.83 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: 423.06 GB
    • Received: 2.29 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.