Loading Tool

Explorer IconExplorer

Memory Pool

25,446 transactions
26.64 vMB
0.05467652 BTC
Random Selection Loading Transactions
Max Size: 127.50/200 MB

Candidate Block

Mining Attempt 789d0c2521a16ad67f0371cd068cb5347d3f48dbc0ea37840df0b615844ab225
Version 20000000
Previous Block 00000000000000000001f153be8400a938169c22122f44526eb6818272e825e6
Merkle Root 7d7e8f8fed0b9f7feff8aabb64b05b1060b4a3244e323db98af8c6612a74d1bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,803
Size: 1.00 vMB
Total Fees: 0.00484340 BTC
Feerates: 40.21 > 0.49 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,496 (203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,293 914,293 00000000000000000000335eb1c86db8e544179eeec091e2f14c3332af5d9962 4,985 1.00/1.00 vMB 0
914,292 914,292 00000000000000000001c95f3fd68fd0dee0da153b63a9ba4485637d9b739cf8 3,696 1.00/1.00 vMB 3
914,291 914,291 00000000000000000001149b849a74fdefdbffa02a8df3d8c14ace862c6b5686 5,676 1.00/1.00 vMB 1
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
Previous 10 blocks ↓
Total Size: 781.49 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.93 GB
    • Received: 10.93 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.