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 6f1ced8b224a61f1694b5b37a580a5ba7e705504f72c3d2ad069042c1c4fa69f
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 (252,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,693 662,693 0000000000000000000b3e12b5a3f987108530552865187ca9e54ff4db9d14c9 2,402 1.00/1.00 vMB 104
662,692 662,692 000000000000000000037cb93e33afa7b8602200b52da5a25301948113f08eb2 2,289 1.00/1.00 vMB 125
662,691 662,691 0000000000000000000eee8c803be0399a70e8f6b025efc452fd08c6c8fe4281 2,322 1.00/1.00 vMB 118
662,690 662,690 000000000000000000048a890969858feffb5799cd8b3d181abd1a4fc650828e 3,042 1.00/1.00 vMB 142
662,689 662,689 0000000000000000000c1ba8d27fcfaf18003c6c421be786102845280c44b8bc 1,884 1.00/1.00 vMB 78
662,688 662,688 0000000000000000000e258ec51aec8c861c0d9bb63d4ae7ae53aa4c73bb1020 2,933 1.00/1.00 vMB 88
662,687 662,687 00000000000000000008cacf141a826c81e9ac3b3bf622e2575ed41b63cf8c9f 1,537 1.00/1.00 vMB 101
662,686 662,686 0000000000000000000cdd35c00fc1ee95c0f3c606e28e249bdbbfc61df099e6 2,718 1.00/1.00 vMB 102
662,685 662,685 0000000000000000000e1e87be767774fdc7507d198a97f08deab368279fdc0e 3,149 1.00/1.00 vMB 109
662,684 662,684 0000000000000000000994781a464ed316839e08cbcb638f9550ea8b600b7c08 2,862 1.00/1.00 vMB 130
662,683 662,683 0000000000000000000b86091d480ccae977b509fefaceddca5ea0587c559b31 2,630 1.00/1.00 vMB 129
662,682 662,682 0000000000000000000d7eab0f84792d8c8118b3f566e915db3710bbb4fc7049 2,507 1.00/1.00 vMB 109
662,681 662,681 0000000000000000000dc80ee18f5c84abe65962548038e3017152878093af75 2,618 1.00/1.00 vMB 129
662,680 662,680 0000000000000000000bf1e100736e32647e7cb9163ced2b054827934a19eb9b 2,686 1.00/1.00 vMB 121
662,679 662,679 0000000000000000000c54278584c310512be892f8a25e7c6215117f41bfdfbe 3,212 1.00/1.00 vMB 140
662,678 662,678 0000000000000000000db38354eeb5a0f01502f2758897fe12171905f108658c 2,924 1.00/1.00 vMB 134
662,677 662,677 00000000000000000008b9476aeb764b4a9c39a7298c374475f1c61f762b2ade 3,023 1.00/1.00 vMB 147
662,676 662,676 00000000000000000003ac527390940f2a2d181f6f58701bf86830d43a2d0fb3 2,201 1.00/1.00 vMB 71
662,675 662,675 00000000000000000009c384aa2e18bb31458c791c736e2b47a47becfb612684 2,944 1.00/1.00 vMB 113
662,674 662,674 00000000000000000003c01cc826703b9d1b4af058e7ad1eb37d27b629e4dc44 2,486 1.00/1.00 vMB 83
662,673 662,673 000000000000000000075001e9197d795e5685a979742ad5110db42b946d493f 1,036 1.00/1.00 vMB 99
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.