Loading Tool

Explorer IconExplorer

Memory Pool

82,717 transactions
30.22 vMB
0.08991674 BTC
Random Selection Loading Transactions
Max Size: 182.57/200 MB

Candidate Block

Mining Attempt 8f3cc161b6e4dd9c500d03317c7e0578254013c5c36ebc47166e18bba8de1880
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root de21c3e001332988a24ec3685cd53bc6fdd82c406f70427e89a47288f0ed348c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,997
Size: 1.00 vMB
Total Fees: 0.02801405 BTC
Feerates: 151.12 > 2.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (878,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,793 36,793 0000000038190ef540b343587d8b00f0210391dc703ed595055d3ae0340206a4 1 0.00/1.00 vMB 0
36,792 36,792 000000003589de494b114e990486457ee60e3f13565442e0e97ca20d16a5dc93 1 0.00/1.00 vMB 0
36,791 36,791 000000003fcd913d50bc87e0d2e1421f222b2fd4d069f55d16a81e0889960b4a 1 0.00/1.00 vMB 0
36,790 36,790 0000000021ec1c3ae6a7b0c9e4a9c42e187b5b9d777169f0d93704da42cf17ee 1 0.00/1.00 vMB 0
36,789 36,789 00000000785123531bbfbbb14ab17fb939b5d79c1cce75f72713e869f570f725 1 0.00/1.00 vMB 0
36,788 36,788 000000002cc2c01b08a1a888fe75283dd519411f570ba14e51f231728f0c5f5c 1 0.00/1.00 vMB 0
36,787 36,787 0000000085d83a26bd27869f090692b951d6f84be7a465509b811fccdcf68c8f 1 0.00/1.00 vMB 0
36,786 36,786 00000000ac97384cd96159208555f370e78c6f2a61597b6962e86ed2f600147d 1 0.00/1.00 vMB 0
36,785 36,785 00000000179ea35fb9235f525b5ab4b3cf802ee9fbc35802e1cbb0448f0497e1 1 0.00/1.00 vMB 0
36,784 36,784 0000000072de0d0ab8a2462dca550592e530b864199524a61e5a254380b8bb94 1 0.00/1.00 vMB 0
36,783 36,783 0000000019f242e7f40e24823136cb1b033253c79d290f136e0228bc0d90d7cd 1 0.00/1.00 vMB 0
36,782 36,782 00000000a605b6bd08d0805e69085d81df2ba0b382065942d75a67c13ad85642 1 0.00/1.00 vMB 0
36,781 36,781 0000000088d2a184d9501c97a95b4980ac0f772ac8017f6deeba6d443ffd258c 1 0.00/1.00 vMB 0
36,780 36,780 000000006a3e360d124398aaeab1c0837f39a8ddd9d46e2ea21ae42b339a00d2 1 0.00/1.00 vMB 0
36,779 36,779 0000000077149218a5c424d6f81c01d5332a899a0ec64b7e8c7f5f8d2fd26806 1 0.00/1.00 vMB 0
36,778 36,778 0000000037837802e260aa3244773099631868bb61574c7cb7cbe08d03701efa 1 0.00/1.00 vMB 0
36,777 36,777 0000000002879124b134470bc2fd00f9ae771d44841c4f435e1cafef6b663252 1 0.00/1.00 vMB 0
36,776 36,776 000000009455100f97d2c0047ed1c4f24a7c00154b3f2e8054a5db0a454ccd3f 1 0.00/1.00 vMB 0
36,775 36,775 0000000056adfee688d5b2a47b52515f6da314464b9f1f59f02720f9a9b1b86f 1 0.00/1.00 vMB 0
36,774 36,774 00000000716730b8b997193d19be29039200367a5abac878b7256d766ced339b 1 0.00/1.00 vMB 0
36,773 36,773 000000000164fe9b8fd655432298f9e0c722e369fd12b81de63bbf746dd5f0be 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.39 GB
    • Received: 14.71 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.