Loading Tool

Explorer IconExplorer

Memory Pool

51,395 transactions
21.79 vMB
0.09085238 BTC
Random Selection Loading Transactions
Max Size: 125.10/200 MB

Candidate Block

Mining Attempt 69092246b3b7b46837c0f6c7cbc80d44601688ed54c421d63c2b221c3fc7d4f6
Version 20000000
Previous Block 00000000000000000001cedff4a6a7534d251e21eb41c36879f09bee61803fc3
Merkle Root 2eb83704af6f3d895a8d2d5d328b6ff0ff200ed693b9eda36b474fbb757f8006
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,413
Size: 1.00 vMB
Total Fees: 0.04200492 BTC
Feerates: 702.44 > 4.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,942 (811,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,732 102,732 000000000000d322227c9e89b979e0e78702499175945ef1f713364787253329 4 0.00/1.00 vMB 0
102,731 102,731 00000000000077da86851a05a9b8f58481b7ff5d16c0f38c4e1580759553c898 10 0.00/1.00 vMB 0
102,730 102,730 0000000000032a5a56a92e5eec32daa9d7494f514c08a79f1b45e80169879db6 13 0.00/1.00 vMB 0
102,729 102,729 0000000000029cb9f2c0638f0e052e2c2ea15dc178b340a3d2f87ed423d2829e 9 0.00/1.00 vMB 0
102,728 102,728 0000000000032963a72a02a034e987c1376654f4d92a2eed342c1e2b63e07a53 7 0.00/1.00 vMB 0
102,727 102,727 000000000001386c18db5f4b0e55b83cbbc0e738ba29d7e3b7709d29fc6662c1 10 0.00/1.00 vMB 0
102,726 102,726 0000000000001846151ef240b2f70beaa774303c30424edb846e3ba63cf0732b 16 0.00/1.00 vMB 0
102,725 102,725 000000000003368489574f2ce4fd41a77852400f55f63ebb6be0bf251e62bf85 7 0.00/1.00 vMB 0
102,724 102,724 000000000000ef189cd3ca666c78f8fc05d8d42f5a7fe839bce98dc5638655e0 1 0.00/1.00 vMB 0
102,723 102,723 00000000000211ea23c7f96bf6f5b36c09740ab175dc8c9bef8ae41955caefdd 1 0.00/1.00 vMB 0
102,722 102,722 00000000000105688f92eb91908d7cc17099f0248077232ebbe7c6398de67ae2 1 0.00/1.00 vMB 0
102,721 102,721 000000000000ea5c2f9aa82e5a03cdac12a97353cd983bb852d14308bfff1569 1 0.00/1.00 vMB 0
102,720 102,720 000000000000c034d96092f108f922d940bc45520f5e690fe35cb614c87ba235 12 0.00/1.00 vMB 0
102,719 102,719 000000000003a28378ee74f0166b1615d13a9f6d35e9a4b0f7f63fcb10fe5088 14 0.00/1.00 vMB 0
102,718 102,718 0000000000002b6f5624d9993dcbd6e4238e7f1f4cbe0057cf232cca514740d5 14 0.00/1.00 vMB 0
102,717 102,717 000000000000f413c1e3017dc2b9a6f9bc58e4fde2cb91bbb8dc163579859383 14 0.00/1.00 vMB 0
102,716 102,716 000000000001accf4d23f6f62ce71bd4143d98eacd536d1266561e61db664338 14 0.00/1.00 vMB 0
102,715 102,715 000000000003ffdd19b5a1ffad297553d3043e462a9b9ce63209257d3950c782 10 0.00/1.00 vMB 0
102,714 102,714 000000000001c28d4ca5396408838e652b5a0c41fb4e72ac06140c5123b9301d 14 0.00/1.00 vMB 0
102,713 102,713 00000000000132beb0960f460ea98136e5cf35d081a52c8041d082cf7e0d23f1 14 0.00/1.00 vMB 0
102,712 102,712 000000000001633ecefd98c13b055e24d70035e19b2b5b4a1eb9426ccc4cc2f3 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.51 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: 529.76 GB
    • Received: 5.81 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.