Loading Tool

Explorer IconExplorer

Memory Pool

35,339 transactions
25.94 vMB
0.06916158 BTC
Random Selection Loading Transactions
Max Size: 131.87/200 MB

Candidate Block

Mining Attempt e42b7066c494ec92715d00fa23a2497cf678ecc9acf4ea0188858401cf2eb5d7
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root c4f5e52a5b1383fc77d3b7b1688754c7878a9d6e1d8cd0d01881c2d0d00246b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,603
Size: 1.00 vMB
Total Fees: 0.02154560 BTC
Feerates: 250.88 > 2.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (332,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,750 581,750 0000000000000000000cd9a31ca95ba15ce16144ca82b2a1cdf395de4b2aed19 2,473 1.00/1.00 vMB 70
581,749 581,749 0000000000000000000e40a55f56b7ff718759b1b17f897005cf902ac7474692 2,301 1.00/1.00 vMB 109
581,748 581,748 00000000000000000003b3045d166ab4a5394bb12292249213a5e5a6face89f8 2,631 1.00/1.00 vMB 95
581,747 581,747 000000000000000000027960460b97d966eaf1daa6728ab056fff96513f192c0 2,142 1.00/1.00 vMB 110
581,746 581,746 00000000000000000004e4cf6cdea80a3493f9a261af67c6e03471ce89770925 2,592 1.00/1.00 vMB 88
581,745 581,745 0000000000000000000543d65cf18b6432003201f37c9ebbf30814af369504b5 2,842 1.00/1.00 vMB 118
581,744 581,744 0000000000000000000c4ea4814864db7792cd42cf18e7e1d4050edab6e8a7e1 2,282 1.00/1.00 vMB 92
581,743 581,743 000000000000000000083abb0de13a96568ce1fac1556183f07d967a1b82a963 2,952 1.00/1.00 vMB 115
581,742 581,742 00000000000000000022e977b0210f29a52535ac9c7240cd4758d8b2ae82f69a 2,958 1.00/1.00 vMB 102
581,741 581,741 00000000000000000014bc886244d0adacb49589452923309ace88f14f40dea5 2,849 1.00/1.00 vMB 112
581,740 581,740 0000000000000000002586ad121034d7e0889357dc0f3c7920133465a2fd84c2 3,095 1.00/1.00 vMB 113
581,739 581,739 000000000000000000054f18a6a0706b6e743a3c63a4a0a77b369bce72afab53 2,635 1.00/1.00 vMB 104
581,738 581,738 00000000000000000013a0d4f0239b9908928eaf3e6243fa02d7a67b98ce045f 2,747 1.00/1.00 vMB 131
581,737 581,737 0000000000000000000c9e6c1da56d4392f708a96020fb07c0ebc6c9c1df9ed3 2,777 1.00/1.00 vMB 117
581,736 581,736 00000000000000000002811d1bbc33e704130e6f696df5a329d5ac5173d2186e 2,707 1.00/1.00 vMB 127
581,735 581,735 0000000000000000000544714e69e8ef8fdab2166e78feee773947e7138a0e04 2,426 1.00/1.00 vMB 113
581,734 581,734 0000000000000000000d6382c88b2d712490d25a93150e6b60de426aed58f363 2,633 1.00/1.00 vMB 107
581,733 581,733 0000000000000000000a67931708ce9677c9ed1e59d815d6257d1b796fd56267 2,720 1.00/1.00 vMB 145
581,732 581,732 0000000000000000000fac7afc64b6d65a034d00bf75ba9a55d35024622e32fe 2,638 1.00/1.00 vMB 56
581,731 581,731 00000000000000000003cc5338168553597370497c444e7f5f8e55f4b3eb0a33 2,848 1.00/1.00 vMB 88
581,730 581,730 0000000000000000001de79a321842931453a090d27ee25a47fac51bb0205896 1,899 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.44 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.