Loading Tool

Explorer IconExplorer

Memory Pool

26,573 transactions
27.61 vMB
0.06775239 BTC
Random Selection Loading Transactions
Max Size: 131.94/200 MB

Candidate Block

Mining Attempt a755a05dff5d5e4da1d1c8a81848bca148d269b549572770191c13b102aee0eb
Version 20000000
Previous Block 000000000000000000016dccce64f0eb5e35f9f14d8ccd10327747692dec931a
Merkle Root dfe4e4f9359624902f14d69d320968b14494713a3e625704db55dfef9236fb8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,664
Size: 1.00 vMB
Total Fees: 0.01519919 BTC
Feerates: 150.73 > 1.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,475 (469,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,384 445,384 000000000000000001d65a57047814f2f407d29bfbe0d8ebd5c78e65de634338 2,129 1.00/1.00 vMB 66
445,383 445,383 000000000000000000f0856ad27f64fdfdf5e215a739fe5d4b845f41d453e0eb 2,291 1.00/1.00 vMB 87
445,382 445,382 0000000000000000018e0443c322675c1772b7e25d57c0b6445b0df6809475ff 1,927 0.99/1.00 vMB 64
445,381 445,381 000000000000000002230326de906adc8b58410ec2666db69a803fe8928fc751 2,374 0.99/1.00 vMB 60
445,380 445,380 000000000000000001a8027ebb824882046f6aa1edc68bb095e753fb8f042e16 2,129 1.00/1.00 vMB 114
445,379 445,379 00000000000000000207c00947b567e89f2c02fa9e33e5e953c4572af1c2cf5f 2,203 1.00/1.00 vMB 71
445,378 445,378 0000000000000000036ca8228f7b77d7aa1c792485102c0dda3460220535d6da 1,396 0.75/1.00 vMB 59
445,377 445,377 0000000000000000003bd3e26b04d11130e01897a8a1460099b67004dac505df 797 0.51/1.00 vMB 39
445,376 445,376 000000000000000001beeae848020b21fde811e3bb6e505da324f721e95718d1 2,486 1.00/1.00 vMB 66
445,375 445,375 0000000000000000026e5e63357df3a4bfd820c0981ffcef028d98c848a228e4 2,181 1.00/1.00 vMB 92
445,374 445,374 000000000000000003670d025c99b6b1069431ba0e6922464b2758d46b9b2cba 2,677 1.00/1.00 vMB 86
445,373 445,373 0000000000000000002cb26feedfb07b9f7ba6902bf1084c3b2b91b2dd85534f 2,823 1.00/1.00 vMB 98
445,372 445,372 0000000000000000024e8b7dcfa7116f70c08ab9ba9ba5a03abf26b0a5ed3c8b 2,149 1.00/1.00 vMB 67
445,371 445,371 000000000000000000cd151859e404f3667cb80748c2c4ea3019cc34feb6dc0d 1,441 1.00/1.00 vMB 40
445,370 445,370 0000000000000000032ff8c6e8e0b0e84166af15428623664ccca6e9e1125d68 2,742 1.00/1.00 vMB 86
445,369 445,369 000000000000000002b3b3e4e2770d0228fcb8bca4f956d638d35c989845a8f3 1,599 1.00/1.00 vMB 51
445,368 445,368 0000000000000000016d1a1948a3e6f210b2698690765dcd32ab96845380ce5a 1,060 0.40/1.00 vMB 82
445,367 445,367 00000000000000000125845fade6567e3a6bc1c720026284502d7e0511cfd7b8 1,677 1.00/1.00 vMB 65
445,366 445,366 00000000000000000122cbf02ae947030e7f56034aab61ef85c85e1ab54c14f9 2,747 1.00/1.00 vMB 84
445,365 445,365 00000000000000000234cf42fb4be18cef6eec2de85e0f93c78b6c1639b4ba81 1,108 1.00/1.00 vMB 36
445,364 445,364 000000000000000001bb8ec6c349d06e44df50baa944d2b3f4cf53b6b7b81419 2,162 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 781.45 GB

Node Details:

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