Loading Tool

Explorer IconExplorer

Memory Pool

35,607 transactions
26.08 vMB
0.05648121 BTC
Random Selection Loading Transactions
Max Size: 132.81/200 MB

Candidate Block

Mining Attempt bed56063ea756af6f1d8746d93286e8dd9653de81d2bc2d0ed6ef6acb185cba8
Version 20000000
Previous Block 00000000000000000000543a27abb5ffba4a5f646d13c92b2258383c952af701
Merkle Root b9e1f48ceedb7ac35d94b181fbe146c58f8be544e348e252a980d0fa13356293
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,004
Size: 1.00 vMB
Total Fees: 0.00842494 BTC
Feerates: 100.53 > 0.84 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,301 (845,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,743 68,743 00000000009dcb1a82e3396263c3029e9b7612eae61312f03311a8f64ca5174e 1 0.00/1.00 vMB 0
68,742 68,742 0000000000719fe804bd5b9c95a47dd1144dac4030f59bb284555f4718cd26f1 8 0.00/1.00 vMB 0
68,741 68,741 00000000012a62cd17e08a7e0d58bf9cb90fefe4ad71d06812e27b8120a58e87 1 0.00/1.00 vMB 0
68,740 68,740 0000000000c7c8c49c22310a6e91e6461c04f29be9e546f6c4f303c03f6cc3fe 1 0.00/1.00 vMB 0
68,739 68,739 000000000014298df659ec467c626029b394b10f95e72bc2932a449ba5e04d34 6 0.00/1.00 vMB 0
68,738 68,738 000000000085b75c4f487f0a3692ddf3dd8dca6ffe648a157b333a510d04002b 1 0.00/1.00 vMB 0
68,737 68,737 0000000000c42a504cfac2c5afa9995c0224c5d0962734d3d12d65543b149968 4 0.00/1.00 vMB 0
68,736 68,736 000000000053fbd998def304028b3d39326ed82ab3951fbbbb09d9698950f3d5 1 0.00/1.00 vMB 0
68,735 68,735 000000000123dfebfc83addc7f0163baa1a49076442b191175fc953f4000b027 4 0.00/1.00 vMB 0
68,734 68,734 0000000000a790fe553a8df711407053c4f720646b475d6548cd71068ab64b9a 1 0.00/1.00 vMB 0
68,733 68,733 0000000000510e5560b36ab97103bc43dbfb1f81074b7933e18933f6c635d860 7 0.01/1.00 vMB 0
68,732 68,732 000000000008a3c9dcb4ee12044bcb6c63babd7e118a8bf3abae0b8d8b29e1b8 18 0.01/1.00 vMB 0
68,731 68,731 0000000000c662455ed9c384e9482a042ca8f11c64215bfcfa1fcec1572f0b52 1 0.00/1.00 vMB 0
68,730 68,730 000000000023bc7e7c1393837e745c8f70212b08fa34f27026f94b5648966bef 1 0.00/1.00 vMB 0
68,729 68,729 0000000000bbb9b01aaa684de44e0873222b63193f6ef22a2fef73aaf293421b 3 0.00/1.00 vMB 0
68,728 68,728 00000000012e204b997425ea61bc82c8e550a8ccca5956a70c613a4df8316cee 2 0.00/1.00 vMB 0
68,727 68,727 0000000001451f0d8695c509061ff2095d5ca1ff4422edf953e65513838b7993 1 0.00/1.00 vMB 0
68,726 68,726 0000000000fe9aef998742a027f63c9ab42e490b404af7d8a802f2123688fa52 14 0.00/1.00 vMB 0
68,725 68,725 00000000015c421fabfc5b28be61584af960671184dc7d428ebf389790d6aeeb 7 0.00/1.00 vMB 0
68,724 68,724 0000000000ed51ecdfb8545079daab8e385fd454f0aee11d83a6c54601f8df1c 2 0.00/1.00 vMB 0
68,723 68,723 00000000011bdff4eba3a15d88928095fe44f61765de8b7b2af05f555675b129 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.13 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: 580.73 GB
    • Received: 9.01 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.