Loading Tool

Explorer IconExplorer

Memory Pool

82,771 transactions
30.83 vMB
0.08195797 BTC
Random Selection Loading Transactions
Max Size: 188.97/200 MB

Candidate Block

Mining Attempt 3e3d83f269771c1eb0d2592cf76a0d1f8d7eeb82e2ae2f5a5678fbb248d0b5da
Version 20000000
Previous Block 00000000000000000000da0edbb3d775bfacdf06a00f717a7f06ad044f066fee
Merkle Root 30685c17a2dba3c9d0efbe34ab87c77e6319e0206adb463b8ee977ec6f54e7fa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,908
Size: 1.00 vMB
Total Fees: 0.01285618 BTC
Feerates: 79.55 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,334 (473,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,745 441,745 0000000000000000009a4337fef7ebe20c902f33467364ed96e6836189fe272c 1,282 0.53/1.00 vMB 61
441,744 441,744 00000000000000000300aa23536db5a992c35047426afddea781cb5457b1fd2b 2,762 1.00/1.00 vMB 90
441,743 441,743 000000000000000001b0f1d335cc26c3f4a0360cf09a6c7edbd6c46b93ec97fd 27 0.01/1.00 vMB 82
441,742 441,742 000000000000000002fe0a8151dc571c426d2af5be6acd8342b8b484feb08dc0 303 1.00/1.00 vMB 12
441,741 441,741 0000000000000000037506b0a40437f6339146519bc4cd16cc0cb6ccb331b207 85 0.03/1.00 vMB 85
441,740 441,740 00000000000000000023907b686e0f71df41ccfac5ef70cfb96fe4df6ddc3c3b 1,026 1.00/1.00 vMB 33
441,739 441,739 0000000000000000028e70432807823cff06219bd1f4fd333cd69a119d1500a6 441 0.17/1.00 vMB 88
441,738 441,738 0000000000000000036e4a6d67b4cbf145177ccdb5388e5cc96ae403034a6d0f 902 0.98/1.00 vMB 38
441,737 441,737 0000000000000000006a66ee687063ba27a60faf48d2d1d798fabc8584b87139 1,496 0.99/1.00 vMB 48
441,736 441,736 000000000000000001e65b63a535ff528117bbce423380dd20d81e5864d10f3e 1,345 1.00/1.00 vMB 47
441,735 441,735 00000000000000000320f674c89c7700b0e92dccb074f5d1d3b87835f74c8f26 123 0.98/1.00 vMB 8
441,734 441,734 0000000000000000033002e5e0e8491149102093cbd4ea3a46fe40368d2929d9 126 0.04/1.00 vMB 99
441,733 441,733 00000000000000000247fe8d6cf74b39c6c8a1ebd33e7a06122b7398a58e128a 1,422 1.00/1.00 vMB 38
441,732 441,732 0000000000000000000a1b29de7ee1590ead6d42a9a6672668db609233ec6fc0 2,077 1.00/1.00 vMB 61
441,731 441,731 000000000000000000c18b2260dd09576234a73b84854b196b3d912e8ce27de7 2,303 1.00/1.00 vMB 82
441,730 441,730 0000000000000000008181e28c58ad22d2e3c2051d3b14e8c07fd048efc71da7 2,006 1.00/1.00 vMB 66
441,729 441,729 000000000000000003763f3c9802687a608eb9d492acdbda3feecd604786af9f 3,040 1.00/1.00 vMB 67
441,728 441,728 000000000000000000ed454ebd31bfffcb26656b3d62ec6c05a73c094cce92fc 2,348 1.00/1.00 vMB 98
441,727 441,727 000000000000000001735adfd1112bff58af49444c6fff1f267ded928fbeb7bd 2,811 1.00/1.00 vMB 71
441,726 441,726 000000000000000003299c97a318fd3b55d2086ce5af68b09c219ab700ba08bb 2,506 1.00/1.00 vMB 109
441,725 441,725 000000000000000001c29cb0ea68a3bcfe06805fbfa053d3dd848c0b8f2b6452 2,466 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.97 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: 715.96 GB
    • Received: 17.76 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.