Loading Tool

Explorer IconExplorer

Memory Pool

81,071 transactions
29.80 vMB
0.10378430 BTC
Random Selection Loading Transactions
Max Size: 180.24/200 MB

Candidate Block

Mining Attempt 340df3fbda6dedaf8ea5e575704493fe91d4c3c2989693635ae48f54dfb91015
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root ad0ef9121e91403f171efb0263e7ce1a472cbbf52c15e2a2111e2317bde98460
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,063
Size: 1.00 vMB
Total Fees: 0.03873509 BTC
Feerates: 146.36 > 3.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (511,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,111 403,111 0000000000000000029be5f648daceb4d011db4ed5789e411f3d8f3d4490824c 2,536 1.00/1.00 vMB 51
403,110 403,110 000000000000000006e1bfcf56b83d856ef246e91da2178ff662bc0b56da11b4 2,525 0.93/1.00 vMB 60
403,109 403,109 000000000000000000f4a6836e0141fa6b6ab0dcb4c6996d71d43f3366ca8330 1,992 1.00/1.00 vMB 39
403,108 403,108 00000000000000000412fc35b9589eab6462f2b292879b2bd2f297ab7e329dde 1,449 0.93/1.00 vMB 34
403,107 403,107 00000000000000000220038a40d145cb645905e0892205a6136cc8be95a8eea1 3,026 1.00/1.00 vMB 66
403,106 403,106 000000000000000004ce9b51e6cf0a1bcb47a18cf9e1ab4d320461f7bfd0c8a9 3,064 1.00/1.00 vMB 66
403,105 403,105 000000000000000005d4691ac5e43405d9732528861c006bd6e8d1763091864f 1,414 1.00/1.00 vMB 28
403,104 403,104 0000000000000000026946fe0cba1ad4ff4035780d73175f2192f2f800a5dafe 1 0.00/1.00 vMB 0
403,103 403,103 000000000000000003613bbc4cafacfa50e5e3cf8dd544a2db8ec77b02bbde22 2,518 1.00/1.00 vMB 53
403,102 403,102 00000000000000000416e7127cf19fe85ac3a649a285dbbcf25d7cafab44df72 1,081 0.64/1.00 vMB 41
403,101 403,101 000000000000000003e66d02174e14d8a9676a5bfdcb2b52136063e7d7de111b 846 1.00/1.00 vMB 15
403,100 403,100 000000000000000004d0c10fa0479e1f94890aa9967cccfeee1cd45e26baeab3 1,919 1.00/1.00 vMB 38
403,099 403,099 00000000000000000360ccfe62a4221916bcafa3f69a33ef39cd61a73faba0e6 2,504 1.00/1.00 vMB 54
403,098 403,098 0000000000000000002ef4e512753d54286770f47143bfbbe1669012169e7cd8 2,214 0.93/1.00 vMB 45
403,097 403,097 0000000000000000032e6a8cba83f38f7e7c62f2669303d0ac717cd739de7e9e 3,496 1.00/1.00 vMB 90
403,096 403,096 0000000000000000067d20698d2966614df0bae6bf35ec69cdd5f98ebcb7d46e 1,230 0.90/1.00 vMB 18
403,095 403,095 0000000000000000010b7637e40d90f03783a773c81da8bbdfc2d532b1c78ac4 2,786 1.00/1.00 vMB 55
403,094 403,094 000000000000000006af535d7b2d82809f2913a1f8eb7a29b276e1792e8c7f45 2,392 1.00/1.00 vMB 47
403,093 403,093 000000000000000006e8aa4354aed3eb7d16499937f5329a3177fcb8cf660a64 2,669 1.00/1.00 vMB 58
403,092 403,092 0000000000000000046f2a7f239d11097a00c9cf0b70a1ec8c660216a143d791 944 0.72/1.00 vMB 36
403,091 403,091 000000000000000000032fff5fac350b46c3011ce9d1c11349e5f9bd864f4175 958 0.54/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.