Loading Tool

Explorer IconExplorer

Memory Pool

77,404 transactions
29.49 vMB
0.07054313 BTC
Random Selection Loading Transactions
Max Size: 180.13/200 MB

Candidate Block

Mining Attempt 1e6d8cbce98500827248a7b20e877376c1f5c20b0131d1526966910ec96d2f7f
Version 20000000
Previous Block 00000000000000000000d3002cc735a2906070d791478a57e618190e90efce37
Merkle Root e79bfdab69bcedb00459f70f8d0cc575d4004f02e65aa66f9696f66b6571d717
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,020
Size: 1.00 vMB
Total Fees: 0.00534237 BTC
Feerates: 104.17 > 0.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,393 (102,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,788 812,788 000000000000000000012d647934cb1105238f8530c35127ab68bcd219154475 3,098 1.00/1.00 vMB 17
812,787 812,787 00000000000000000002121a7464047d4918021b86f6091b27b1e366b1d7a4a6 2,465 1.00/1.00 vMB 20
812,786 812,786 00000000000000000003e128e33d0e0d8e807894978b5f1802df29fcb59ae427 3,486 1.00/1.00 vMB 27
812,785 812,785 00000000000000000000573534a12be9f53dcd31a211d0d6acfa51e9b34de4da 3,315 1.00/1.00 vMB 29
812,784 812,784 000000000000000000032fbda1da1a0aa602e80897dc951cf2055b084e6088e9 2,205 1.00/1.00 vMB 25
812,783 812,783 00000000000000000000feb2fd5788c9b14f0c57adc3a21adc5f7bee45f96dc9 1,052 1.00/1.00 vMB 29
812,782 812,782 00000000000000000003edbd7c708f409655e232e50145c5bc6d7c126c34eeea 1,973 1.00/1.00 vMB 32
812,781 812,781 000000000000000000007d4834e37fa7048290901c056350a3e0b32df826ecde 1,078 1.00/1.00 vMB 29
812,780 812,780 000000000000000000035e50f6bd4da188d484f7fbe19063f94d9f51975b66c8 1,386 1.00/1.00 vMB 16
812,779 812,779 00000000000000000002ed0665ace6aa19840cb6f6ca0def6bc61b91faefd517 3,653 1.00/1.00 vMB 18
812,778 812,778 000000000000000000033a865eae0017f867e5c0c3fde64f5fa29d5b21ac8278 3,023 1.00/1.00 vMB 19
812,777 812,777 00000000000000000000df50a0d843be7b1bfbd1b94bc834f5cb36fd745cc69f 643 1.00/1.00 vMB 23
812,776 812,776 00000000000000000003353566cd9fe954138064a62b4610c106c25308719b81 1,508 1.00/1.00 vMB 27
812,775 812,775 00000000000000000003dc43bc43568bb60cf8af6a214165fae3c553f0c86c9d 1,466 1.00/1.00 vMB 28
812,774 812,774 00000000000000000000e94dbe0cb5d71075c131e88d2f711eebe96845a1c7f1 885 1.00/1.00 vMB 23
812,773 812,773 000000000000000000021bc5f142f18934afc5fbd7305867718d8d00ac9f6b68 1,479 1.00/1.00 vMB 28
812,772 812,772 000000000000000000035bb2b0e0cd0e79ae5d34ff5ac512f8aafc19df857509 2,184 1.00/1.00 vMB 22
812,771 812,771 00000000000000000000aa6e5a975579e2b3c6732e7f6b91f30904a2bd97cf60 1,853 1.00/1.00 vMB 17
812,770 812,770 0000000000000000000080a6a24845129dcc6213ea36c1faed41199ff7c9ff5f 1,734 1.00/1.00 vMB 13
812,769 812,769 00000000000000000002ca57a57725a8435dcf3aeee6a82dbb2c32d2618721a1 2,637 1.00/1.00 vMB 17
812,768 812,768 00000000000000000000219deb5a30e3eb1c7d21d0aef9f5cad00f4953ae6098 3,163 1.00/1.00 vMB 23
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.91 GB
    • Received: 18.30 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.