Loading Tool

Explorer IconExplorer

Memory Pool

52,020 transactions
31.20 vMB
0.10565961 BTC
Random Selection Loading Transactions
Max Size: 167.15/200 MB

Candidate Block

Mining Attempt dada5eada7896251be89b56aa7328ff4ebf2583cedb9a8810f5b4f5b1a259935
Version 20000000
Previous Block 000000000000000000009fc5abf3eeb33248107da03149ae5461329189c8d7c0
Merkle Root 17835025c497cc6e3a6997c56c388778d2f1a7a51c8ff71023b2c7e5fab6a503
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,185
Size: 1.00 vMB
Total Fees: 0.02451423 BTC
Feerates: 165.88 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,823 (145,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
769,344 769,344 00000000000000000006d2cc569f94435d5ee62dcb2fc9771b788df7cc3dcef2 1,002 0.33/1.00 vMB 17
769,343 769,343 000000000000000000002abe42f540f802dac258103b2f12325f08ba4705b39e 759 0.24/1.00 vMB 19
769,342 769,342 0000000000000000000740d74f685bea14a94ff2a3bfdb401babc6923c238a84 1,650 0.78/1.00 vMB 12
769,341 769,341 0000000000000000000404311200214d7e51ba5c5fd308dbf2c419cdc5063ebe 1,667 0.95/1.00 vMB 12
769,340 769,340 0000000000000000000368454b1d7df2b84d8054dc5d8cfb43d32502efb5f044 117 0.03/1.00 vMB 24
769,339 769,339 00000000000000000003a3940d3aa6087a74c30a08be2f5db62a642fbd5ef63e 1,423 0.78/1.00 vMB 7
769,338 769,338 00000000000000000007d37f0a5139b7d5ac1d8f94c155b6371ae62a2de5a6a1 2,805 1.00/1.00 vMB 26
769,337 769,337 0000000000000000000244696cdd50b285cdba57fcd406972093925c57f7f040 1,626 1.00/1.00 vMB 16
769,336 769,336 00000000000000000001a53cd065cf1e9eee653d6bcf4c0f8d1cd8c87075617a 1,076 1.00/1.00 vMB 7
769,335 769,335 00000000000000000004ba22dd52d235612285e77508ba5917258d74b1c70702 2,440 1.00/1.00 vMB 17
769,334 769,334 000000000000000000032b97d8303e80e0c21d6ab1f23cdbc5c79b79ccfd00e7 1,731 1.00/1.00 vMB 22
769,333 769,333 0000000000000000000722fc3ee4f3135b5769db7fd80adf6b70b23846c9c3ae 552 0.55/1.00 vMB 2
769,332 769,332 000000000000000000077d91eef9197e0167e2fa6e23da2e362c59f6aef54601 3,154 1.00/1.00 vMB 25
769,331 769,331 00000000000000000006e34506ef34f468306fc66f7dc0cfbf1b157e0c80cc8e 550 0.42/1.00 vMB 6
769,330 769,330 0000000000000000000605565be0cb88f35017e70d64aac009b38683792f82f4 3,201 1.00/1.00 vMB 24
769,329 769,329 000000000000000000011341112b88eb39c50f5b165d4e7f4f5ceb4d02784591 2,459 0.94/1.00 vMB 4
769,328 769,328 00000000000000000005cc2208db1ea1b3e261316a2bf205efe203bab3aed6ba 939 1.00/1.00 vMB 14
769,327 769,327 000000000000000000028699db3702ec51df59c15e2170edaef4e0223b573b65 2,851 1.00/1.00 vMB 29
769,326 769,326 0000000000000000000219577d0775ccedc61b06d48f307ffda57ae781575d21 3,123 1.00/1.00 vMB 28
769,325 769,325 00000000000000000007672734445caf3b00087210045f56871d2cddfb7854e8 3,222 1.00/1.00 vMB 27
769,324 769,324 0000000000000000000773cf78c9c2249dd8aed3b99b131c535ceeb0cfc90adf 2,289 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.08 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: 651.28 GB
    • Received: 13.53 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.