Loading Tool

Explorer IconExplorer

Memory Pool

81,402 transactions
29.83 vMB
0.14145618 BTC
Random Selection Loading Transactions
Max Size: 180.81/200 MB

Candidate Block

Mining Attempt 7e2b45d8d0cf94b95f6d0a635faeca6281b707efe9e3620451caa3805df26cb3
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 037770f0d24dfed3a11fc3226a0bd9c5d43c2f63c4e44edd2c33ceb2c8406add
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,818
Size: 1.00 vMB
Total Fees: 0.07410906 BTC
Feerates: 101.65 > 7.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (145,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
769,235 769,235 0000000000000000000561912d35da4ac8ea7e4292ec39833107968e2af9be0d 1,291 0.34/1.00 vMB 19
769,234 769,234 0000000000000000000743aa3500eb67782ed1b6942c0e77093ccb7ab2f7edc8 1,990 0.72/1.00 vMB 16
769,233 769,233 00000000000000000007b10b21a294e5d6631e89364b89b103332e253c4c52f5 3,301 1.00/1.00 vMB 20
769,232 769,232 0000000000000000000333b18a6f57d249d97780f80bac2cdd430a5420f6041f 2,292 0.72/1.00 vMB 17
769,231 769,231 00000000000000000002b9ea821e11b1c8d633bbf763f588b6f4e967bce68780 430 0.11/1.00 vMB 22
769,230 769,230 0000000000000000000064b5b182cd0dd1bdb76039058136c78988f23221c03c 2,059 0.59/1.00 vMB 19
769,229 769,229 00000000000000000005d72dbcfbfa79db8a28f84503314231b375caf17566ab 2,170 1.00/1.00 vMB 14
769,228 769,228 000000000000000000008f33afa6f6094ceef0165bda3e29dcc50ac96a680a29 1,312 1.00/1.00 vMB 19
769,227 769,227 00000000000000000001d048dcb172f575a3b80d247f21a62f8f8a5a0b8fd27e 3,076 1.00/1.00 vMB 13
769,226 769,226 00000000000000000005f9ca864a1cf86dc9f2048c93442914f7720e35dfbb35 3,485 1.00/1.00 vMB 29
769,225 769,225 00000000000000000007bbc485a48b673d024d32971dc1d6c271fa49bd9301c7 784 0.26/1.00 vMB 17
769,224 769,224 0000000000000000000293ce857194a591963b88a78d75e4b79957099031b917 708 0.20/1.00 vMB 19
769,223 769,223 0000000000000000000042eb4a86e21c95061b116a65b03990350d08f2b3a30e 175 0.05/1.00 vMB 18
769,222 769,222 00000000000000000001b73f0c06ca34614c8feae31746110c9c9e1b30f0a923 1,494 0.93/1.00 vMB 9
769,221 769,221 000000000000000000027cf4c1931c737b42157327c760a601abd3b1a2da104c 2,581 1.00/1.00 vMB 22
769,220 769,220 00000000000000000000c080b6ccfa201a16a550b4f91d97fe1fce6d74a22ccd 1,999 0.63/1.00 vMB 16
769,219 769,219 000000000000000000054a88b7079d2f75e132ad4522b96e83e8281f0b780508 1,493 0.55/1.00 vMB 15
769,218 769,218 00000000000000000002018c393914fd6a6cf812339bfb526fc935a01edb9f97 1,764 1.00/1.00 vMB 9
769,217 769,217 000000000000000000076ac3096703b100e9bb7ca9c79bda00bd9c94db915014 1,702 1.00/1.00 vMB 11
769,216 769,216 000000000000000000058c05e97952f12b0307fc4ec8ed2a584284270bb1fd58 2,277 1.00/1.00 vMB 20
769,215 769,215 00000000000000000005f11253bdaab14b69109cf5aee0cb7986495e0edcd1ca 2,968 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.