Loading Tool

Explorer IconExplorer

Memory Pool

39,273 transactions
28.58 vMB
0.07374655 BTC
Random Selection Loading Transactions
Max Size: 145.13/200 MB

Candidate Block

Mining Attempt 01a6d746116b2e266cc63e498f78d1c00d198a653669b0d1f12c5c5c2cc84b3c
Version 20000000
Previous Block 000000000000000000008c63f333c2759a97068a8205bd4bdb576a11858f7db9
Merkle Root 43cf195d89a8632c5f43e65fbcdd40273b502c221ba56cd71ab7fcb0c5dbf7f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,807
Size: 1.00 vMB
Total Fees: 0.01854446 BTC
Feerates: 100.52 > 1.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,608 (195,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
719,604 719,604 00000000000000000002cb3225c5b7cf0c50258a448254c284e57913f627051b 184 0.05/1.00 vMB 10
719,603 719,603 000000000000000000007b0b53cfe5b038c6d15465ce4d902fdbb38358d476dc 1,388 0.65/1.00 vMB 6
719,602 719,602 0000000000000000000aab4fe1a590344f77a44f679b3a27a9212ac78366ffc9 1,399 0.48/1.00 vMB 7
719,601 719,601 000000000000000000076a55d1ce394248bc8c398c7d467f473867e3bb843b89 18 0.00/1.00 vMB 5
719,600 719,600 000000000000000000082de7f2b3a0391e5fa7aebfef35d4835f5713a3c0b8e0 63 0.01/1.00 vMB 7
719,599 719,599 00000000000000000006654a03162f7e4e098818b70c83be1fa3c555c31c4b86 943 0.34/1.00 vMB 7
719,598 719,598 000000000000000000030e3e088d8ce03dee96cd2dfc76f424e62075db0135b2 128 0.04/1.00 vMB 11
719,597 719,597 0000000000000000000004aacdba7916e419345f4f307bd0ba1a2d87d366c59e 2,339 0.95/1.00 vMB 4
719,596 719,596 00000000000000000006c78eed03d9191be921fb5f6532509655f2609177e96b 1,248 1.00/1.00 vMB 2
719,595 719,595 0000000000000000000af1ef76d5b1daa17a46b4527e1c5e20193d74de38fcaf 2,730 1.00/1.00 vMB 11
719,594 719,594 00000000000000000002a3143e23ee4f408caf7757fad4b0e3f88783c53e7d26 2,443 1.00/1.00 vMB 8
719,593 719,593 000000000000000000099b61dad6dfb7d870ef3742904438e9ef8c55e40856b9 2,504 1.00/1.00 vMB 6
719,592 719,592 00000000000000000006541bd2ea6600f4887d944a44f01a691ae2501d8c5ae1 3,103 1.00/1.00 vMB 10
719,591 719,591 0000000000000000000aef49e7cec5b9a6efe3eb9f0b9b4df7bdad7189811f98 1,670 0.52/1.00 vMB 8
719,590 719,590 000000000000000000065c6cd22974ed75278fa1af585ebbb76ab99a86fd9266 646 0.21/1.00 vMB 9
719,589 719,589 0000000000000000000a1da16c1c5e1fac87d7e8819d472962ba6ed45b102922 910 0.33/1.00 vMB 7
719,588 719,588 000000000000000000027ef13b5e4c0d7515a22434a6fde127b49d6005c8a25f 1,025 0.55/1.00 vMB 6
719,587 719,587 000000000000000000084e1e4d0d430bc99922c8e2ee99229dd180e43da1e575 3,077 1.00/1.00 vMB 9
719,586 719,586 0000000000000000000958114b8eb3793c82be10ff6fe8a887ad1787c952f790 86 0.02/1.00 vMB 11
719,585 719,585 00000000000000000007f55175a613e441c21a83c2fc5dbddd546f0562e72536 1,238 0.44/1.00 vMB 7
719,584 719,584 0000000000000000000265468e7829807cd4114019e5495243fded09230557e2 177 0.64/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.93 GB
    • Received: 11.85 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.