Loading Tool

Explorer IconExplorer

Memory Pool

20,230 transactions
8.78 vMB
0.04634329 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.41/200 MB

Candidate Block

Mining Attempt 4058a0107af6aa839c35889d013edcf5fe6d0c5eef04fda69ee6864cf27b2df1
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root cb56da676a3a2241d344aa18adf337ef781ddc0fadf883e21686f0f1c482835a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,713
Size: 1.00 vMB
Total Fees: 0.02668240 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (806,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,957 106,957 000000000001b35e7c0a46d73c6a9f5f83cec3c3eef6f202e6f7f3dc29101a5a 4 0.00 vMB 0
106,956 106,956 00000000000218090fe86e2cd72174890726d136843b0ab1a52fe87d4cccbaff 1 0.00 vMB 0
106,955 106,955 0000000000010ce529322ca0a42b901e5fb599b89a096e2c74a4f14ce93ce470 2 0.00 vMB 0
106,954 106,954 0000000000015ecb9cad117c5a431bf2fd8c4c660cc329643a4299dffd8ca36a 4 0.00 vMB 0
106,953 106,953 00000000000248fac177bd3a69489de122b1e3edd4caad4e9da1df41406217d0 1 0.00 vMB 0
106,952 106,952 00000000000002bf8481359b3a75a5abd6a9dc65d7b1f128286049a274c9ae40 3 0.00 vMB 0
106,951 106,951 0000000000020088041b8039fbe0daced2e47cd0be60b7b6bffa6e86e5bba16d 4 0.00 vMB 0
106,950 106,950 000000000001422167e0e3c2be4a2f11825c7a51a63b0667decb478dc05467a0 3 0.00 vMB 0
106,949 106,949 00000000000142ce19e7d77d2e5d9f7e2d0f27bdca74dc3a240c7a0024c1ff72 1 0.00 vMB 0
106,948 106,948 000000000001be93bb99863cdae6e3fe25dec590752d85abc8d364455ad70646 9 0.00 vMB 0
106,947 106,947 0000000000000278714bbe284dd0168f7fa0d53a5a4c661b5d74117b479d4fa8 8 0.00 vMB 0
106,946 106,946 000000000001fcf461aa5a3ef8934ddb523aa43f0575c6ab2f0c3a00a722e713 13 0.00 vMB 0
106,945 106,945 0000000000004bc0763da1b29d9d68c8fbbd33cdc08fa4f4d5804905271331a5 2 0.00 vMB 0
106,944 106,944 00000000000152328574346229ad000fd433811e96360f7d3ecf0a497a7e835c 1 0.00 vMB 0
106,943 106,943 0000000000001b24af17807053b70def6b8fead0c1af13e158206dfce4197576 4 0.00 vMB 0
106,942 106,942 00000000000197c2fc6b5ab2669a575ecf606a4814e8c585916148c9619fd120 11 0.00 vMB 362
106,941 106,941 000000000000bf049658970ec6a9410eb4e9b5ae5da72ddefe7622ae2b7320fe 9 0.00 vMB 0
106,940 106,940 000000000001a420fd100d72310a4d9026dbfe04b813978327688697e057ea34 12 0.00 vMB 0
106,939 106,939 0000000000020c4ac888012d5d03eb62cce76f9cc25aaca2fe09d0e3902b5566 28 0.01 vMB 0
106,938 106,938 000000000002329ff0f2d8d6797360f60c2b11605698524fb98bc15a805033c2 13 0.00 vMB 0
106,937 106,937 000000000001e4e5fc909c57493cf27da281c7d8e82a17620f44989691fda0f5 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.54 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: 249.24 GB
    • Received: 0.94 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.