Loading Tool

Explorer IconExplorer

Memory Pool

44,669 transactions
26.46 vMB
0.05234416 BTC
Random Selection Loading Transactions
Max Size: 140.21/200 MB

Candidate Block

Mining Attempt a135ef31d2f93d4d2f7c7833de25361b325ce31167ba197992d4a39643315927
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root e4b01bc6ff33f3f2f9994bb991b6e806609dd709b6bd5fffc2ba07ce608842fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,543
Size: 1.00 vMB
Total Fees: 0.00382699 BTC
Feerates: 40.21 > 0.38 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (443,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,221 471,221 00000000000000000011f67dbe7ff26d0fc2608f9a62eadbddadc174e17293dc 2,356 1.00/1.00 vMB 374
471,220 471,220 00000000000000000067b1b67f2cb7b53c7a46598c685ae48789b8f5baf96381 1,791 1.00/1.00 vMB 312
471,219 471,219 0000000000000000019a26c568e5997bada6a823c95f17c73d9ca7b2734eaddf 183 1.00/1.00 vMB 216
471,218 471,218 000000000000000000085e6b738c08e42d33df3afe19a498097d767dc46d1230 810 1.00/1.00 vMB 253
471,217 471,217 000000000000000001669023997218b3587eefef90b80b1c3bd5e00bb2643269 1,377 1.00/1.00 vMB 249
471,216 471,216 0000000000000000003ceec8ca663f6b3958a3ce2c72b1eaae9aa4b64df585d2 2,391 1.00/1.00 vMB 360
471,215 471,215 000000000000000000e0007a159b38b8ee3724d996d9008a8322f3fdc3b87831 1,942 1.00/1.00 vMB 336
471,214 471,214 000000000000000000b03334c2c7d067c42ff1fe9908c2f76b809cee42f03a9f 2,516 1.00/1.00 vMB 446
471,213 471,213 00000000000000000094075588e1406dafc44163f4590b5580f06db60e34101d 1 0.00/1.00 vMB 0
471,212 471,212 0000000000000000001cfb65c0e3765334dda7c31f2c5872c23a563bf06ffbad 1,086 1.00/1.00 vMB 148
471,211 471,211 000000000000000000287b8191b86e85781f2bfaa859ab6d3c26a47c2600033e 1,684 1.00/1.00 vMB 219
471,210 471,210 00000000000000000076a7a7cdb195378e0680009567717e9bd8daa24a94e98f 2,257 1.00/1.00 vMB 227
471,209 471,209 000000000000000000ac3b6d71d52b23e8d3f1cd42f71a20045caf7007d846ef 2,098 1.00/1.00 vMB 308
471,208 471,208 00000000000000000133eab49b356115ea58cd59479b33d1a08023e3977bf929 2,043 0.99/1.00 vMB 331
471,207 471,207 000000000000000001100e9d7450a8d069622bd7ca824d6de13d1de34bb2ee45 1,891 1.00/1.00 vMB 292
471,206 471,206 0000000000000000004b6fc5d2e4ec417c75a60221e70f6568aefdf76f392459 2,170 1.00/1.00 vMB 356
471,205 471,205 0000000000000000002480b47db5984f38c7c1c522f5724dba8afabfd663987b 1,684 1.00/1.00 vMB 358
471,204 471,204 0000000000000000014f0965a111731adc0eef59f11c563c649cc455a3d0ac74 1,433 1.00/1.00 vMB 396
471,203 471,203 00000000000000000152acbf7cb503852ac5c552fdf79d3cbba63c55c9e72241 245 1.00/1.00 vMB 358
471,202 471,202 000000000000000000aa261ce50dfe41efbb27ce06120df9fe779f7807ef940f 1,920 1.00/1.00 vMB 389
471,201 471,201 0000000000000000014ad5f4b44739ab452de39facd30b35f7932e74462614a0 2,079 1.00/1.00 vMB 195
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.07 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.