Loading Tool

Explorer IconExplorer

Memory Pool

83,173 transactions
31.39 vMB
0.16321670 BTC
Random Selection Loading Transactions
Max Size: 186.46/200 MB

Candidate Block

Mining Attempt 4c68e73a55761c34a17b317a042fbbf8421ab15cf0b1a00c76b7ababe6f3c653
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 012e52e002c42bc063b135718c87f4378c2e27634bec4dee687112b676d2ef49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,107
Size: 1.00 vMB
Total Fees: 0.06167284 BTC
Feerates: 269.69 > 6.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (237,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,479 677,479 00000000000000000002e29f5d2a2ccaca3076211432d220b9bb9ce3934b274e 2,536 1.00/1.00 vMB 93
677,478 677,478 00000000000000000001a52dc7419110f9e3c6e89c9a896295a756c2d66aed56 2,837 1.00/1.00 vMB 107
677,477 677,477 000000000000000000076d6d5c9a2ebb4f6bd967b41c55aa722d43258354e25d 2,439 1.00/1.00 vMB 90
677,476 677,476 0000000000000000000761505b672f2f7fc3822a5a95089fa469c3fb16ee574b 2,634 1.00/1.00 vMB 90
677,475 677,475 00000000000000000003428dcbd89ad29679d194818bf3400af9cbd4b74cf7c7 2,879 1.00/1.00 vMB 97
677,474 677,474 0000000000000000000b80f132fe27060c7cfdfbc2a2563befd17ec1adf1200f 2,330 1.00/1.00 vMB 99
677,473 677,473 00000000000000000002b4d0be199f19dfb37383ceac295885bed66d534d545b 2,698 1.00/1.00 vMB 65
677,472 677,472 000000000000000000089b54ae871ce4c7bbeeac55092314ba83e9a44c81e782 2,388 1.00/1.00 vMB 69
677,471 677,471 0000000000000000000b33967ba739378e0c484e2a41136daced4ec414388043 1,333 1.00/1.00 vMB 72
677,470 677,470 0000000000000000000aa38df31f5bcaf6f306e5ac2b5d34c17fe3894ed90ff3 1,629 1.00/1.00 vMB 73
677,469 677,469 0000000000000000000a068493eda9dc576063fd785179499c564ef740f5f058 2,991 1.00/1.00 vMB 68
677,468 677,468 00000000000000000008e9da43de1a8573ebbfda71a4c8cf01b01eec216816d6 1,771 1.00/1.00 vMB 78
677,467 677,467 00000000000000000001ec1cb39f34a0d6ea02bef7e926d5522e283c6eeaf998 2,447 1.00/1.00 vMB 89
677,466 677,466 0000000000000000000b690aafeba9dff9f13f0b8d13915418185dc6bd632291 891 1.00/1.00 vMB 79
677,465 677,465 00000000000000000002b7fbc670cb8e7183f37597f297722463a68f76f6fad9 2,281 1.00/1.00 vMB 86
677,464 677,464 00000000000000000001ff1d10d6a18608dbc1f443ec3a7e11b5c46f1207ab02 3,086 1.00/1.00 vMB 98
677,463 677,463 00000000000000000004e4aeb06e9424ee3dcb8b25adfd5e8b3f2be6f8297819 2,031 1.00/1.00 vMB 57
677,462 677,462 0000000000000000000b478cb4e72e4e7b8d15bf4f2d9b2b2964e84b6d68af79 2,180 1.00/1.00 vMB 15
677,461 677,461 000000000000000000065026e75c5a4a3d0ebca917114b50e6f5ee8c1274c560 2,450 1.00/1.00 vMB 29
677,460 677,460 00000000000000000006edc90f9f7e618103b34ec83454bc91eb72c469d02a24 2,400 1.00/1.00 vMB 36
677,459 677,459 0000000000000000000a13ef9fbae6d7918e0538543fd03b8578f95aa8bf1cf1 1,929 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.28 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.