Loading Tool

Explorer IconExplorer

Memory Pool

80,434 transactions
30.87 vMB
0.08589531 BTC
Random Selection Loading Transactions
Max Size: 187.30/200 MB

Candidate Block

Mining Attempt 059c3a70831a6607aa0abe0e3846e32bda7a4587c791ea3a6a1721f335771d95
Version 20000000
Previous Block 0000000000000000000041d60a92a6ed88a5f4f780ef10a467a2b56d3042f027
Merkle Root 39a20fdbfbfdc45196287e2e12dcba345f4378f8fde7a720c403e4b01c2905b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,288
Size: 1.00 vMB
Total Fees: 0.01953892 BTC
Feerates: 261.10 > 1.96 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,192 (241,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,753 673,753 00000000000000000000a83b39fe6d665cdfd62a6d94165a7200fc8c656dc693 3,133 1.00/1.00 vMB 57
673,752 673,752 000000000000000000079d0046fac5beb2c20186e59d41b2bf5fdd381080b012 2,342 1.00/1.00 vMB 73
673,751 673,751 0000000000000000000ac5d73f0d2d542ad1264c728167357c9ab049d7e7b9b3 1,227 1.00/1.00 vMB 98
673,750 673,750 0000000000000000000208f4b04a1cd9b6b70b3bb17c3f5d61824480f13b5e69 859 1.00/1.00 vMB 99
673,749 673,749 00000000000000000005cc27daed3b1b2499d0db9f1bd45a909e88a851cc2923 3,024 1.00/1.00 vMB 98
673,748 673,748 00000000000000000001e9f05bd8a7e71730139898f2c9028431689303330a14 2,618 1.00/1.00 vMB 106
673,747 673,747 00000000000000000005f1bf1b98746f0d92effa9760d3277ac817639476168f 3,042 1.00/1.00 vMB 133
673,746 673,746 000000000000000000088d9bda8f8182b7d3f1b355a7b289b91f6bbbb61409bf 3,269 1.00/1.00 vMB 62
673,745 673,745 0000000000000000000470c90ada05c9c5ecf222c864d4b733a50bc88c62971a 2,928 1.00/1.00 vMB 69
673,744 673,744 000000000000000000058819b1269fa8b770c5f980ec131b06e7f98d01663bfa 2,386 1.00/1.00 vMB 75
673,743 673,743 0000000000000000000054350c048395affee567719ebd15e73e18b33475c2c0 2,709 1.00/1.00 vMB 86
673,742 673,742 000000000000000000076e1ec8d6b78a2c5c05ad1e6db1e2003f8d20165917aa 1 0.00/1.00 vMB 0
673,741 673,741 000000000000000000041ffd7acc88404a038802e9bf4f20576671648cac90a4 1,964 1.00/1.00 vMB 99
673,740 673,740 000000000000000000079016fee3b2178e721c9435b89ea9cb76c83c24bf6b8f 2,080 1.00/1.00 vMB 99
673,739 673,739 00000000000000000007babbe960ef5cd0af1965a069f043d621a71dc7565911 2,941 1.00/1.00 vMB 124
673,738 673,738 000000000000000000003cd955f5f160748d26b1d884c47c41d56d943b65760a 3,025 1.00/1.00 vMB 116
673,737 673,737 00000000000000000009623d5e9467102c26ea93c2b3a8a5d71dd9a9123a0aba 1,729 1.00/1.00 vMB 89
673,736 673,736 0000000000000000000b8eda8eb2955c63bd3ae5b9a9ace8797068f68d598724 1,824 1.00/1.00 vMB 109
673,735 673,735 0000000000000000000b71635011808a18c1a38d9689dbb1308db69d6365f610 3,034 1.00/1.00 vMB 120
673,734 673,734 00000000000000000003c82b8accb2b3f3364b030f1aad3ca6a737000e55ca73 535 1.00/1.00 vMB 17
673,733 673,733 00000000000000000004c0100af8cae73a3623a8a0306e3edc4bf5a8f191d031 1,874 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.72 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: 707.24 GB
    • Received: 16.67 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.