Loading Tool

Explorer IconExplorer

Memory Pool

80,425 transactions
30.09 vMB
0.13915829 BTC
Random Selection Loading Transactions
Max Size: 181.75/200 MB

Candidate Block

Mining Attempt a81923bb0d9443f7ca66a7cccb1040acca29f0e6741638c6e80e9c3fec66e23f
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 7bd91e074270c0902c341c9cfac0184e1498b39e239e6f859a5246a48269bdea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,890
Size: 1.00 vMB
Total Fees: 0.06829732 BTC
Feerates: 101.64 > 6.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (361,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,293 553,293 000000000000000000154eed548e82da351bf573567aa1cd249a32431c48f213 1,583 1.00/1.00 vMB 15
553,292 553,292 00000000000000000004fdd981a7e827a072716d5da481ba37e8ccd9295dde5c 2,748 1.00/1.00 vMB 28
553,291 553,291 0000000000000000001c5f5091d6231712fe0ee35fd02d8d4f8573b84f568051 2,500 1.00/1.00 vMB 21
553,290 553,290 0000000000000000002c3ee06479422cca3dd2af685c8333bdc55c30c400b23b 3,002 1.00/1.00 vMB 29
553,289 553,289 0000000000000000001747dcd05d814c16076686599ab0380ba4d9ff77a450c0 2,780 1.00/1.00 vMB 25
553,288 553,288 0000000000000000002c6fc5ad5440800577fc206a975c7aa2c8e8be91312900 2,871 1.00/1.00 vMB 17
553,287 553,287 0000000000000000002b8d5f6cb42d149a1b497cb1d903a47edf7fe7f15cd751 2,462 1.00/1.00 vMB 13
553,286 553,286 000000000000000000046721ec623edaffe98fdadf2a2f7c79207ffea1ad6f8a 2,302 1.00/1.00 vMB 31
553,285 553,285 0000000000000000001e0684cfd868b9fbef5e2108426f80d67dcbcf305e5bdb 2,500 1.00/1.00 vMB 21
553,284 553,284 0000000000000000000628b8d34b176e6fa3bdf83081e64d6c92a1852a49627b 2,416 1.00/1.00 vMB 34
553,283 553,283 0000000000000000001631828c8835feec935b27c2474bd84d71c8c64ae168c4 1,724 1.00/1.00 vMB 15
553,282 553,282 0000000000000000002b708640cadb0e1f5239174f8e542a146f7ae101baff37 2,068 1.00/1.00 vMB 16
553,281 553,281 00000000000000000029e71190168b1a13b6e24842429b1094fda5288f049c20 2,721 1.00/1.00 vMB 25
553,280 553,280 000000000000000000115862d4eacd51a27ca7641004a6e529207f70a16bea3a 2,934 1.00/1.00 vMB 61
553,279 553,279 0000000000000000001d9cd63c4639549c28f51ffa1b868e3a2727299af600cc 2,344 1.00/1.00 vMB 20
553,278 553,278 0000000000000000000728a0218c2939a8b5242dee5408c42595d9eabff8d585 394 1.00/1.00 vMB 13
553,277 553,277 0000000000000000000dbe0abd7449641a34f9cf86100f1848b0c908536edced 939 1.00/1.00 vMB 15
553,276 553,276 0000000000000000000ddffbe5fa9da58e7e8435e042fad4b4ba6d3eff207443 620 1.00/1.00 vMB 11
553,275 553,275 0000000000000000000fd1c323b76d33321caa8c51f9dc3dbe9d1dbe71b4bc16 1,415 1.00/1.00 vMB 16
553,274 553,274 000000000000000000173fdfcc054abf17bd89765c6be05ed8d3239272d8eed6 2,483 1.00/1.00 vMB 22
553,273 553,273 00000000000000000001ea7cefa63224bce2bfabef9d78c072950cbba93a7ea4 2,495 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.64 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: 672.38 GB
    • Received: 16.21 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.