Loading Tool

Explorer IconExplorer

Memory Pool

37,279 transactions
25.92 vMB
0.07703990 BTC
Random Selection Loading Transactions
Max Size: 133.89/200 MB

Candidate Block

Mining Attempt 34d7775a070b8cb9919ec838a3b25b17444b74237c30443223c85abebd8adc00
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 4c9c86989ab7da0a2a382e22741e33715f5bd61c80cc58b5e975b42282301c70
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,269
Size: 1.00 vMB
Total Fees: 0.02971890 BTC
Feerates: 101.64 > 2.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (350,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,460 564,460 000000000000000000269fec21dee2101c718bf73157762be80cceadfdc84282 2,104 1.00/1.00 vMB 38
564,459 564,459 0000000000000000001d34536adfa6596b7c63aeb7fdd4955c09c3a017ac1736 2,015 1.00/1.00 vMB 39
564,458 564,458 00000000000000000006e810662203b23c3d96b3158f40a6f89360f6bda6571c 990 1.00/1.00 vMB 65
564,457 564,457 000000000000000000074542ac7fd475b3d02f6707d55e9c69c585d9d9cc2d16 1,014 1.00/1.00 vMB 95
564,456 564,456 0000000000000000001629cab5f43e504dd5ca2ee020c35ed3a3d1f5475ba339 1 0.00/1.00 vMB 0
564,455 564,455 0000000000000000000d27619a19ad99e06afacb3d74bafd25b3f473c74077c4 3,032 1.00/1.00 vMB 7
564,454 564,454 00000000000000000003d8f605d27ac626717f41ad34c7763119a3d3817c7dbf 3,027 1.00/1.00 vMB 9
564,453 564,453 0000000000000000000305c9e9a8e684a2d715b60e3e23c85fc63094bf6e4184 2,275 1.00/1.00 vMB 30
564,452 564,452 0000000000000000002468e89429b38e17b20f2a4474954d6543d8a4e06b927b 2,911 1.00/1.00 vMB 44
564,451 564,451 00000000000000000022052ee4681581f1488df901df821945c47c3bbc74abf5 2,645 1.00/1.00 vMB 20
564,450 564,450 0000000000000000000520c2e0d978a4f0baee0c22a2d79697af987065c7135f 2,195 1.00/1.00 vMB 14
564,449 564,449 0000000000000000001d24b4814f437eb13cf9f1d63998e063e32f4fe77c7246 1,015 0.31/1.00 vMB 13
564,448 564,448 0000000000000000000f499cc55b7179cd952a38706065f3ef8fabdb95517f64 982 0.33/1.00 vMB 12
564,447 564,447 000000000000000000293503a40a447b931466772a39e4f52a8654c56b6d7813 1,766 0.55/1.00 vMB 18
564,446 564,446 00000000000000000025f32ab060a3a8474f5305b36eeb490b49c01b6e883cc7 367 0.14/1.00 vMB 5
564,445 564,445 0000000000000000001df8a0c3f61c6900560b4f64e3ecbc55dea6b3a22c5b0c 3,242 1.00/1.00 vMB 3
564,444 564,444 000000000000000000170d2f175507b67272c41c064be9ca181038d96688ad52 2,874 1.00/1.00 vMB 24
564,443 564,443 00000000000000000016b271e32c67a6f9c0a36079a7020a53002cfbcda5699e 2,902 1.00/1.00 vMB 21
564,442 564,442 0000000000000000000daa2c526ddebf017960aba147b701408eb475feaa3e9a 3,088 1.00/1.00 vMB 14
564,441 564,441 0000000000000000001be2283cdd5fed279c2cf19c4198a12110acbc3375e189 3,113 1.00/1.00 vMB 12
564,440 564,440 0000000000000000000d18d4ae27f09dd357f2eaea0e012409035355af8b2938 2,952 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.22 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: 654.53 GB
    • Received: 14.14 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.