Loading Tool

Explorer IconExplorer

Memory Pool

44,494 transactions
26.63 vMB
0.06255498 BTC
Random Selection Loading Transactions
Max Size: 140.54/200 MB

Candidate Block

Mining Attempt 19205972e6d172174f4c4ef867ff7c79ddc28297c0762bf68b3f78cb917c7ce4
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root e27b077fde19277e544ead524993f1f5cfcf153fdf14781355fc8a1cf1a7318c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,294
Size: 1.00 vMB
Total Fees: 0.01363872 BTC
Feerates: 100.36 > 1.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (218,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,234 696,234 0000000000000000000429cc180aafaaeece44395da866718eada4fb1557ff52 1,163 1.00/1.00 vMB 3
696,233 696,233 0000000000000000000685747e13f1356e3210fd8f16db05bd030d3f6dba151f 1,811 1.00/1.00 vMB 11
696,232 696,232 00000000000000000004cfb7397e735bf2158bae2b6d265490f6aa895e76128a 865 1.00/1.00 vMB 6
696,231 696,231 000000000000000000055d72f70b8c8b7657fe8e8d3ebda881a7c53a6091813b 2,969 1.00/1.00 vMB 7
696,230 696,230 0000000000000000000825f23c35e925a59f779bbc3d626271ac65ca77579790 2,875 1.00/1.00 vMB 9
696,229 696,229 0000000000000000000e48ad9837dbdaa3a52a07f23d6f3ffd453558d7ffacad 2,240 1.00/1.00 vMB 7
696,228 696,228 0000000000000000000785fb5909a05f4755ff66b011de9b3544aac6e2771a44 2,526 1.00/1.00 vMB 20
696,227 696,227 0000000000000000000e930dc72fe7a7aadda1304a0d1ae88f430934cf014dcf 2,619 1.00/1.00 vMB 63
696,226 696,226 0000000000000000000d967e23859089f90d0ef7ddd705c6c146f9a1a844a1ff 2,248 1.00/1.00 vMB 10
696,225 696,225 00000000000000000010cbd26f0a3229a1436bb35a764863114ebe828b13eeb0 3,461 1.00/1.00 vMB 8
696,224 696,224 0000000000000000000e6a24c6d8ca6dea7e5e6fab2bc6ded805471207b849e1 2,966 1.00/1.00 vMB 16
696,223 696,223 000000000000000000087de6dfdbe1beaf46296f4c0a07c75c5f0fe79bfb8bad 2,684 1.00/1.00 vMB 15
696,222 696,222 0000000000000000000a1ebf1f07986540d00e678086b0c2f4cc82ce08e1ffa4 1,487 0.97/1.00 vMB 8
696,221 696,221 00000000000000000003f8384079a66cfbdaa311b18db2613e81e3dcb21eab31 2,984 1.00/1.00 vMB 2
696,220 696,220 000000000000000000011b71550e2d6d7c4058abb6093505886b837316486b32 3,202 1.00/1.00 vMB 24
696,219 696,219 0000000000000000000a0054d90210cfb7e8f88e78164474b7748c90a5300866 1,968 1.00/1.00 vMB 2
696,218 696,218 0000000000000000000089d14d5bfc6737d8b7c66fda15b00f4364d71afad7d8 2,861 1.00/1.00 vMB 17
696,217 696,217 0000000000000000000a1a1d310e9ad43cdf57698a1c0362dccb32efcc6d9a74 333 1.00/1.00 vMB 2
696,216 696,216 0000000000000000000afa3ac42fda75cc4eb66f5829ac60072063b962f71449 1,315 1.00/1.00 vMB 5
696,215 696,215 0000000000000000000b55b9a07d952eb6a3003df58f348cb91a591f0435ec73 2,238 1.00/1.00 vMB 14
696,214 696,214 0000000000000000000aa464d188eddd2e262a3d24ee2b2f6a0d74379e1a0ac6 893 0.47/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.91 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: 645.66 GB
    • Received: 12.75 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.