Loading Tool

Explorer IconExplorer

Memory Pool

27,495 transactions
27.71 vMB
0.07612982 BTC
Random Selection Loading Transactions
Max Size: 132.91/200 MB

Candidate Block

Mining Attempt 4110c6d3a9ad4cdba9a2a9174fe4779abe02dfadd7c597f699fbf961ec09eb04
Version 20000000
Previous Block 000000000000000000016eb8bebe8584b7aecd7a44be07876d633c9fa7a4bae0
Merkle Root cb761bdb0df7e79398790c498e456aae80678456706d5291562e9cb6a42393df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,300
Size: 1.00 vMB
Total Fees: 0.02338603 BTC
Feerates: 300.91 > 2.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,484 (194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,290 914,290 000000000000000000004231076278a2c026ccb8fe2dfcdc72ada1948c460a2a 6,826 1.00/1.00 vMB 0
914,289 914,289 000000000000000000004c0bc3fe4054947ed809045faf51f0279487b4fe02d2 5,598 1.00/1.00 vMB 1
914,288 914,288 000000000000000000018cc6ec628782db820a9e8879fec382da241b9b57064f 1,867 0.33/1.00 vMB 1
914,287 914,287 000000000000000000010ec7b479e408df8ff5c8aff763b0f3ee4fed0d7008da 6,432 1.00/1.00 vMB 0
914,286 914,286 00000000000000000001949104fe405a4b55e714c07edf8ec2b36379f0e1455d 5,339 1.00/1.00 vMB 5
914,285 914,285 00000000000000000001a2dad9ba95964f0c6d4a0618998db88fccee4ab02239 3,943 1.00/1.00 vMB 3
914,284 914,284 00000000000000000000419a8df15e621a781644e58d8ccdcdbf95f982cdddd8 4,244 0.85/1.00 vMB 6
914,283 914,283 00000000000000000001f3b7142056668b4281bf4a6e61237fa12eb80820883a 5,899 1.00/1.00 vMB 0
914,282 914,282 00000000000000000001994b2b1e5090cfee2082c2fbbaa065e8385d0c4964ad 3,801 1.00/1.00 vMB 4
914,281 914,281 00000000000000000000f40d95165f1e56554a1a7c25dc329e090a256a29726d 5,304 1.00/1.00 vMB 1
914,280 914,280 00000000000000000001d1dd6c66d28bf32670b6b6823d4acf62fd19c095a9b0 6,400 1.00/1.00 vMB 0
914,279 914,279 0000000000000000000171e928fc967a8fd99de6f25a0e1d72db6ce69ad09357 3,881 1.00/1.00 vMB 7
914,278 914,278 00000000000000000001d10f3c2b2b81e003e8edca0e608ae1ec4d6ede707251 5,310 1.00/1.00 vMB 0
914,277 914,277 000000000000000000000016bb1e9d18d2507026e47a13080b7a7d12448452c1 1,431 1.00/1.00 vMB 1
914,276 914,276 000000000000000000007d163274242aeed7a0b144d7e154cce92b53786e5bdb 3,751 1.00/1.00 vMB 3
914,275 914,275 00000000000000000000cb9b5dd713c6ac6446f2b0ff5434c3ca87ddbe677324 3,946 1.00/1.00 vMB 2
914,274 914,274 00000000000000000001e4e6721df60f857b54ed8c81e2a7006ad767a3e13c7b 3,240 1.00/1.00 vMB 3
914,273 914,273 000000000000000000015ea6a4cc701494ace36b9609ae717c7e245eb6153134 3,701 1.00/1.00 vMB 7
914,272 914,272 00000000000000000000a2833e25ff8072c95c49998417fbb6c6e04df9e293aa 3,460 1.00/1.00 vMB 3
914,271 914,271 0000000000000000000073ebe7fe130f67de1ab2e9c5c1b68fcc6f5f37d33261 3,804 1.00/1.00 vMB 4
914,270 914,270 000000000000000000001000aee6e3ae509c48b95212852c4d57a21fc9813ebd 4,432 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.47 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: 611.25 GB
    • Received: 10.83 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.