Loading Tool

Explorer IconExplorer

Memory Pool

79,981 transactions
30.28 vMB
0.08355330 BTC
Random Selection Loading Transactions
Max Size: 184.79/200 MB

Candidate Block

Mining Attempt d9f1f8f7c6b92bc2d7abd32934e232a2adf15f5369659223b4a42df82628dea1
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root ad07f36f0462f190a77fc50e859b3e6c394ce4dc3a80bbb4ececeb6399350422
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,660
Size: 1.00 vMB
Total Fees: 0.01588888 BTC
Feerates: 100.65 > 1.59 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (435,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,333 480,333 0000000000000000001668ded8fe4289ada0b9969bf6da900d2f5a69ccabbe95 2,358 1.00/1.00 vMB 152
480,332 480,332 000000000000000000602b197f57490ad9e20a21b02997142ac4aef633275820 1,855 1.00/1.00 vMB 142
480,331 480,331 000000000000000000653c08bc8d4508b87c9e2cdc21748b444ba81418a0a0b3 1,843 1.00/1.00 vMB 79
480,330 480,330 00000000000000000117e82bac3ed64349dbe3327e853b7b8fc086946034ed19 2,068 1.00/1.00 vMB 207
480,329 480,329 000000000000000000d3ccc22961905702d106e296adb9ed02f18ca0e26a9f76 1,843 1.00/1.00 vMB 153
480,328 480,328 0000000000000000001c8fda11d6eb84be5181e2acd68e7b98b63715ce57a172 1,721 1.00/1.00 vMB 152
480,327 480,327 000000000000000000abf603ad12faf1263d8af11d0a05add4286dac6a8f526c 1,933 1.00/1.00 vMB 236
480,326 480,326 00000000000000000100ea553556856c56ab8761e787f7aa408911304efd9d8d 1,979 1.00/1.00 vMB 39
480,325 480,325 0000000000000000007f44e4e533e41ddca1c93c7ee3a3de7bfbdb7656822ec6 1,760 1.00/1.00 vMB 128
480,324 480,324 0000000000000000002262909add53dbf4a5af95de96f61f8322e9054cc54f9f 2,114 1.00/1.00 vMB 181
480,323 480,323 00000000000000000107beafb1401260b20c20ad3c1ed51f8cc7e08cf37e0a3c 1,839 1.00/1.00 vMB 77
480,322 480,322 0000000000000000004e29323f6daa4b5b7ce0aea4859a614d4a9ad2fe7c8fbf 1,682 1.00/1.00 vMB 214
480,321 480,321 00000000000000000058233d4e9da61f787fb00f577d51fc58f6dec29fca8f4b 1,769 1.00/1.00 vMB 126
480,320 480,320 0000000000000000011ebecf77d57032a5b200092a96885e78f5497f266d80d2 1,346 0.75/1.00 vMB 119
480,319 480,319 000000000000000000ca347870fa05ad795da2f53b3336d49ac72fb07f7232b1 1,698 1.00/1.00 vMB 187
480,318 480,318 000000000000000000dbc2b0d85c47f6d321d2d46c33f9c508a3b7c97555d0b0 1,877 1.00/1.00 vMB 146
480,317 480,317 000000000000000000b084d4046e79cfca6b5606c5789269137f7dfdf9ab7ccb 2,190 1.00/1.00 vMB 224
480,316 480,316 0000000000000000007d600771ed898f14c020d8b8c73cb37fd5ac174bcd0e51 1,319 1.00/1.00 vMB 103
480,315 480,315 000000000000000000b1ca3cacda721a60d396b0303d53d61c77d36afc97d424 2,088 1.00/1.00 vMB 179
480,314 480,314 000000000000000000ab34f476507431911bb00485522ae440d7760916e6a8eb 1,808 1.00/1.00 vMB 204
480,313 480,313 000000000000000000cd7fed6d642460d726a733049fb3ea7b4568a9850d386b 2,558 1.00/1.00 vMB 240
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.