Loading Tool

Explorer IconExplorer

Memory Pool

73,838 transactions
28.62 vMB
0.07695594 BTC
Random Selection Loading Transactions
Max Size: 169.27/200 MB

Candidate Block

Mining Attempt 61bf0d37007df06491b21a9c3847c69c8708c88b6fd317dfc60e7ebcc0eb4edd
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 1021c2bdebb07cb162bdc68cfd7bdadb9acb99a64437ed339a79cc360a6beeb2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,863
Size: 1.00 vMB
Total Fees: 0.01950608 BTC
Feerates: 61.00 > 1.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (313,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,328 601,328 00000000000000000011b9501a2f5736d8c79c1cec1d4dd9bc945e26cd0d88c4 2,377 1.00/1.00 vMB 33
601,327 601,327 0000000000000000000685dca18da9bbc2e8ec6eaee39ed33b68d9560482dc1c 1,480 0.82/1.00 vMB 21
601,326 601,326 0000000000000000001235e6ef89fe1cb34f64f531837bb9d8e8972de08cc196 1,667 0.60/1.00 vMB 30
601,325 601,325 0000000000000000000ab294f6489df5ddd9b5cf9dba4d5772a14e82aa61f9bb 3,140 1.00/1.00 vMB 27
601,324 601,324 00000000000000000004561c80e7bbffdc2b42c7654cdbd3da2eb8ed15a436df 2,708 1.00/1.00 vMB 25
601,323 601,323 000000000000000000035cba54544e5f787f998c018ed6bba926a857358ca44f 2,628 1.00/1.00 vMB 20
601,322 601,322 0000000000000000000f4dea62093941a2153a30041a8b318b9bae5f9afd3f99 2,929 1.00/1.00 vMB 36
601,321 601,321 000000000000000000094e2205cc2dcd6578154ac9efabeeff4230d4bfc88de1 2,614 1.00/1.00 vMB 45
601,320 601,320 00000000000000000003ccb83a5f42fe4b47ae031dc0082f1fe72c398f7337ca 1,677 1.00/1.00 vMB 37
601,319 601,319 0000000000000000000fd7e902b5298b8327894bb87131af6f9a72f4a600bb6e 2,005 1.00/1.00 vMB 29
601,318 601,318 00000000000000000004ba95bc947f17bcfcbd06aa65010f59f03fbc858084fb 2,671 1.00/1.00 vMB 47
601,317 601,317 000000000000000000018c26d0331b6cd2f8296e6bedafad96605f20f3207f86 3,061 0.88/1.00 vMB 20
601,316 601,316 00000000000000000013e004c6508fdbf7628fd163d6ea7c94f3029174f4a7a5 2,320 1.00/1.00 vMB 35
601,315 601,315 00000000000000000002623ddc94f2efc9b9b9ea8d1dd35415447db3acc560a2 2,177 0.77/1.00 vMB 13
601,314 601,314 00000000000000000006aa6b948379514ba26caf0c1d29d12ec00dee25421958 3,020 1.00/1.00 vMB 27
601,313 601,313 00000000000000000013cf0cf813a265d726265bdca25d090c3aae8ca5160c13 3,437 1.00/1.00 vMB 26
601,312 601,312 0000000000000000000f600b28791d7c30b33e4dcdad0a8c67a1762b3719ae02 3,292 1.00/1.00 vMB 15
601,311 601,311 0000000000000000000ce7ea33747fd1d4381ad1c2a4238a4a8ddae385a988e4 2,774 1.00/1.00 vMB 24
601,310 601,310 0000000000000000000b7ce78de4127bb1293dd05bab3f6d95c3e5ad124d8015 3,169 1.00/1.00 vMB 41
601,309 601,309 000000000000000000125969b595f8bd844e5f17f621b6cdfc66913bc15334ff 2,795 1.00/1.00 vMB 27
601,308 601,308 0000000000000000000bf614c05596ac35507f2cd9dd3667a381cdeb8a43655c 3,308 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.