Loading Tool

Explorer IconExplorer

Memory Pool

81,622 transactions
29.66 vMB
0.08687330 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt 36a49e3fac5ecc887890456e10c385a78bd54a0ac4f7ba23caa8ba64e41880f8
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root 59d9715edd93ef57a1a6b09c7bcca30d4dc2ac9d555247c2abb5f65a7207da84
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,202
Size: 1.00 vMB
Total Fees: 0.02436213 BTC
Feerates: 100.53 > 2.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (497,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,305 417,305 000000000000000004c92ea9964a2158ed586f4c0061186eaf408b6fd3a17cb9 899 1.00/1.00 vMB 27
417,304 417,304 0000000000000000012282a3f7a077ca13f22109f423481ad7c9405d2bc11f97 1,894 1.00/1.00 vMB 39
417,303 417,303 0000000000000000000abd121b1a3d058a7717a088b0df05caffb0d40dcb5fa0 2,098 1.00/1.00 vMB 100
417,302 417,302 0000000000000000013d3576cb8ff46c590508521d6061021da5897df80a44bc 778 1.00/1.00 vMB 22
417,301 417,301 000000000000000002eb771ceb22b79af16b812e9f3827fb645023282d49d4a3 1,472 1.00/1.00 vMB 39
417,300 417,300 000000000000000000d00911c00d26abb641d6366082522f5562f715cde92d53 1,673 1.00/1.00 vMB 42
417,299 417,299 0000000000000000040f6198f4b636ffc10939660e8890e1868c91abebd9355c 1,773 1.00/1.00 vMB 58
417,298 417,298 000000000000000004c70c78447985a27600d9f8e7a4ded0e58c71f1c2b76aa2 2,028 1.00/1.00 vMB 83
417,297 417,297 000000000000000004f67351c6c206a3352089191bc8d84451d2d5067f2f8a56 1,689 1.00/1.00 vMB 49
417,296 417,296 0000000000000000014bff53a4290da350a063c0711d43f3e772d7beb730f265 1,248 0.93/1.00 vMB 39
417,295 417,295 0000000000000000038187ff73d8eddf2ef6e5815f55ed1c631efec52bd284a9 2,114 1.00/1.00 vMB 86
417,294 417,294 000000000000000004dc130e27a419828283d5ae70d2da74ebdd95ba432fcc5d 1,543 1.00/1.00 vMB 44
417,293 417,293 000000000000000001fe60dcabcd43f5418c6f3e23d87e0e5b4a6d818fa9f71e 1,495 1.00/1.00 vMB 56
417,292 417,292 0000000000000000039387bb611acda468f9c96f520588136d5bb45d8e95995f 1,605 1.00/1.00 vMB 67
417,291 417,291 000000000000000001c1c0f8361dceea77263406ab207a7c2d17ef1c2dba036e 1,182 1.00/1.00 vMB 36
417,290 417,290 000000000000000000e05baf6f8bbfab79b4abfa0c21969941726214b3e44cbe 1,749 1.00/1.00 vMB 60
417,289 417,289 00000000000000000150f46ac9c80bc47b7a881e98f57817785cbb99cad06b5f 2,236 1.00/1.00 vMB 86
417,288 417,288 000000000000000004a6210e11892536d302b072da80a75e61c2bea9d4322852 1,475 1.00/1.00 vMB 51
417,287 417,287 00000000000000000016f6107be84c57477a0a37234d3db5871e832e662b8a83 2,235 1.00/1.00 vMB 91
417,286 417,286 000000000000000000336414c17b5ddd9c879abb87afc0be092277c3b8bae261 2,103 1.00/1.00 vMB 70
417,285 417,285 00000000000000000037e1c2eeab9d9d3647058f1a88db6dc265749ca2179412 1,777 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.54 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: 669.02 GB
    • Received: 15.71 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.