Loading Tool

Explorer IconExplorer

Memory Pool

87,212 transactions
32.09 vMB
0.11685118 BTC
Random Selection Loading Transactions
Max Size: 196.16/200 MB

Candidate Block

Mining Attempt eaa0a7764e1c5c5ea90a2293163d5c3c2bea0cff0989b3e57f342dd7f81342bb
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root f78fb4e2a1838802fe0d98877e3b56e1e14fe0072aef79a1e2db5a5d5f56f7e4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,453
Size: 1.00 vMB
Total Fees: 0.03250427 BTC
Feerates: 1,236.26 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (431,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,063 484,063 00000000000000000066c587d937920a8d1ecb5cfc33f5cacd9323ea0d5d2dde 1,256 1.00/1.00 vMB 166
484,062 484,062 0000000000000000008f7b948c8832ce74107dc7c2c1f6200d8668a402d262dc 783 1.00/1.00 vMB 143
484,061 484,061 000000000000000000f9691473b5b53af53162c1784f3a16291f770f22d30ec1 1,126 1.00/1.00 vMB 181
484,060 484,060 000000000000000000b2fe639366ffa910badf9bf61de35f03f15244f54e0f35 1,652 1.00/1.00 vMB 175
484,059 484,059 00000000000000000125164d64c2188002b3a5a674bfcfffd5528d8df7ab14b2 2,107 1.00/1.00 vMB 260
484,058 484,058 00000000000000000078932646c31a181672b2d1100f5c6a4afe88747d7acae6 2,230 1.00/1.00 vMB 251
484,057 484,057 000000000000000000466d43de7ebb21c188483d5ff7821f4aa9a0d21368eda4 2,268 1.00/1.00 vMB 218
484,056 484,056 0000000000000000006e3f97b26685a5205eac2c315536b078c6c887399034bf 2,112 1.00/1.00 vMB 225
484,055 484,055 000000000000000000f6154ac72b56e7a55f60b4d4d7350c7d33b77677d4bd75 2,193 1.00/1.00 vMB 169
484,054 484,054 000000000000000000e44b7aae7b9e61fdf761813219d3f143c0eded95605e84 2,062 0.99/1.00 vMB 281
484,053 484,053 00000000000000000064fc64b4f7e13e53ba76f5d25ff714bfa2f332a41aed5f 289 0.11/1.00 vMB 180
484,052 484,052 000000000000000000b16001e6a7997f42b23348726e23a8854ea1978da961fc 50 0.05/1.00 vMB 58
484,051 484,051 000000000000000000b3e0cfc656edbe8390986fa017afc3363f07b97bcf1ed4 1,347 0.67/1.00 vMB 137
484,050 484,050 0000000000000000002a4960c98791f50a1f5dbb9681857347e790be101bc9eb 974 1.00/1.00 vMB 16
484,049 484,049 0000000000000000005552a0cfa8ac077773d665ebb3c84a98e70c8b0f38e779 1,882 1.00/1.00 vMB 17
484,048 484,048 000000000000000000f760ae40df32c5b561d4f2f4f9060f2fb19ca63bcd910c 1,720 1.00/1.00 vMB 131
484,047 484,047 0000000000000000008dab2454e661d920a9f1dedcc395d49fb60cfababaa421 2,279 0.99/1.00 vMB 285
484,046 484,046 000000000000000000c901d0812f03d639409ab206c1dcc23a4ecb7aa4aa41b6 562 1.00/1.00 vMB 45
484,045 484,045 000000000000000000afa951563061c4b896ee5934749210ab5469bf7721a225 357 1.00/1.00 vMB 31
484,044 484,044 00000000000000000071c479f44c48b6704cd97d0cab9acd121fd1d5f934508b 1,021 1.00/1.00 vMB 40
484,043 484,043 0000000000000000008b09e083187e23983ebe850865d6f1aea2f13cb4fb2bcf 2,096 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.