Loading Tool

Explorer IconExplorer

Memory Pool

80,982 transactions
31.08 vMB
0.09029110 BTC
Random Selection Loading Transactions
Max Size: 187.46/200 MB

Candidate Block

Mining Attempt 0aaf91d297bef0856ca9499ec3c59dd35c8fe5c7491c68ea3c2656fa3abf9365
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 817ce338d66f51213a8b44d73fda385ce603c7df06d6a86ae51cc2b6c7289b4f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,357
Size: 1.00 vMB
Total Fees: 0.01786845 BTC
Feerates: 45.88 > 1.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (101,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
813,631 813,631 000000000000000000026596e509fbecb9a2f1fcafd3d0c238a348547b83b44d 3,991 1.00/1.00 vMB 31
813,630 813,630 000000000000000000004306526a87f4b26b7b2c2957f1b3c570e44b4dddfc2b 3,582 1.00/1.00 vMB 46
813,629 813,629 0000000000000000000374863c732d8d3f99ef48eeac82fa30edffe4de9f9b5d 3,470 1.00/1.00 vMB 24
813,628 813,628 000000000000000000033fbd89e9fbefdd3a096e7e95eeee88292a26dae744f8 3,972 1.00/1.00 vMB 25
813,627 813,627 00000000000000000000edc30812d4eec124fd36fad7c453e10eba879ec6f895 4,809 1.00/1.00 vMB 26
813,626 813,626 000000000000000000001c4b4f20951dceb72adda02281d029fecc6e6718b904 3,910 1.00/1.00 vMB 20
813,625 813,625 0000000000000000000391a31e3b494ee3a3a43b5a6901cc735687f4a4417150 3,398 1.00/1.00 vMB 34
813,624 813,624 00000000000000000003306de67b0a54e98ef716b46b012d4d0937286e38d577 3,374 1.00/1.00 vMB 33
813,623 813,623 000000000000000000029031cf2dc18904adf9b865384ec5a24bcaefed036c50 3,846 1.00/1.00 vMB 17
813,622 813,622 000000000000000000021bb4a7f4eb3038ebde2ecff4985399497bf96b6d1a52 4,119 1.00/1.00 vMB 21
813,621 813,621 0000000000000000000492881a83e1a2cb2197d8a30c72a90651a0433cd5e390 4,019 1.00/1.00 vMB 18
813,620 813,620 00000000000000000003dcaa9a841382ba769a5bd2fa050ca77b6fd09aaf9dcf 2,908 1.00/1.00 vMB 18
813,619 813,619 000000000000000000044f64c6e4bae02d3752dd73590614e8dc650b2dd10c78 3,428 1.00/1.00 vMB 27
813,618 813,618 0000000000000000000397d9bc5402949964cbace97161b77f9520f0ce631a79 3,719 1.00/1.00 vMB 29
813,617 813,617 000000000000000000022d48d4b4c7424aa2caaab78b18b5af20f7876ea7a800 3,576 1.00/1.00 vMB 27
813,616 813,616 00000000000000000003ec59b2fc006bc736490c7d6740e26ae2db487a9e4a25 4,853 1.00/1.00 vMB 14
813,615 813,615 000000000000000000014ba2191482aa868da2e5dbfb78bd88acb652aa24ae2a 5,087 1.00/1.00 vMB 15
813,614 813,614 0000000000000000000462588abb150cc4b24b94603789d28e3717dcd0c5670f 3,390 1.00/1.00 vMB 18
813,613 813,613 00000000000000000002e446bf933a9dd89fba3c73128eced739097c230c5aab 5,027 1.00/1.00 vMB 16
813,612 813,612 000000000000000000045ce3db30131e59c4b17b65f3f83f675371a923266df8 2,659 1.00/1.00 vMB 20
813,611 813,611 0000000000000000000446ac23c298e80f1ae57c823ad5e3dd2b363f3f920483 3,664 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.