Loading Tool

Explorer IconExplorer

Memory Pool

42,379 transactions
16.91 vMB
0.14304757 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 97.90/200 MB

Candidate Block

Mining Attempt 82d11217b4329b74dd1ac61ebfec6e92015a450cfa76c9c6896c769113c2c690
Version 20000000
Previous Block 00000000000000000001ae72154b22862419307a132384746352ae1d74cab25b
Merkle Root c207a72919ee4549c3605009b4580c28ed9eb0bb99813a042ff7f5733bf0f09a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,659
Size: 1.00 vMB
Total Fees: 0.04538218 BTC
Median Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,315 (700,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,782 212,782 00000000000001cc405eeb4d90f991dabe54fd1388b631b51adbbbeddcd5868e 71 0.04 vMB 136
212,781 212,781 00000000000001ceaa00eab8ab2d4489b317038a8dafd4eac276f552e226f5bf 523 0.21 vMB 199
212,780 212,780 000000000000012741900f87f05628e932ff70a60f06979a7b576fd1a9ff4beb 137 0.05 vMB 194
212,779 212,779 000000000000005ca3c69e69d9e8a0a5baa0f1e27f88ac6c073739de29233904 103 0.05 vMB 163
212,778 212,778 00000000000001bafd7051b1e6f927bf641d23f5842aaec10359463e46f1034a 378 0.24 vMB 95
212,777 212,777 000000000000000aef2ec0af71b29077c614a70b7f091da66d731fe75e132fb9 445 0.18 vMB 182
212,776 212,776 0000000000000010db867a9b2c6f4fe641b4ffad80cdb453d889c7d99d43ae8d 516 0.21 vMB 196
212,775 212,775 00000000000003b66d1c40bff01e485c3de0184dd11fad99af502304d7505c7c 624 0.24 vMB 208
212,774 212,774 00000000000000f03fda17bedd0162a0a24722f5b696c80bc43286638de15094 307 0.12 vMB 190
212,773 212,773 000000000000022007d622102a4f5679fc38a13cfd6401623fbdb033e229db7e 452 0.20 vMB 172
212,772 212,772 00000000000004c355f43d74100ef5092c19acd5092baa3c328c5313e47d98d7 768 0.25 vMB 246
212,771 212,771 0000000000000431f51ea7dd5584a9ea9e5e94a0b06dde3e2f8cb1d9d1e52435 144 0.05 vMB 303
212,770 212,770 000000000000022da79f2be8e500b85d2a5b4f7268edf301ec9e21bcf4c5d776 40 0.01 vMB 202
212,769 212,769 0000000000000396f35ab33e42d00544184401647c9aed455b61a341d260f8f1 151 0.07 vMB 170
212,768 212,768 00000000000000d33d9e55a5ef5beff11df314147052a1aaacdd70cd3ce47465 370 0.16 vMB 175
212,767 212,767 0000000000000454ce0d9379eee8acd8193748161cd63dab76860ead1c489a9b 491 0.25 vMB 138
212,766 212,766 0000000000000390b0c8a637970bae0a35e2262c0a056287fe20fcd9cf9d9c3b 780 0.25 vMB 236
212,765 212,765 000000000000028474e9d3d0ccddf4edb2ec038eb564320de7f01f03f845ffe7 346 0.14 vMB 173
212,764 212,764 00000000000003096a214fd7251994d7bb7c55603fe3ad51ed1388e7f011d1bf 474 0.25 vMB 171
212,763 212,763 0000000000000203d0904121da04c99f2d7f5b1579aa13f10a62c545a13819ee 263 0.11 vMB 188
212,762 212,762 00000000000004614b32332918a8d198e147b439aa697b6b7ed142a98a57a98d 620 0.25 vMB 199
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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