Loading Tool

Explorer IconExplorer

Memory Pool

82,498 transactions
31.00 vMB
0.12107751 BTC
Random Selection Loading Transactions
Max Size: 185.51/200 MB

Candidate Block

Mining Attempt 0fa974201dc3816db4d372a042475f5ce45182dc4411fff055c768e3ecfec8e5
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 263e1f4689a6012a6ca1d6db9dc2eceb67a510016d1802631585747c33f8f171
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,270
Size: 1.00 vMB
Total Fees: 0.03421668 BTC
Feerates: 150.65 > 3.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (343,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,489 571,489 0000000000000000001df20f6175d55335640a357416b6be5509d846e7b6cb48 3,138 1.00/1.00 vMB 30
571,488 571,488 00000000000000000013cbc4f8692929e86e71ccb19a424ae97553599bb30a09 2,977 1.00/1.00 vMB 108
571,487 571,487 0000000000000000001769d88b5b301e76f8ff8cf495d29fb5ec87a194002d2e 3,306 1.00/1.00 vMB 37
571,486 571,486 0000000000000000001c6600df730f1725dde2404ea4e13356b6d59586bd0a63 2,885 1.00/1.00 vMB 39
571,485 571,485 00000000000000000026d32ccb097afca01599ed45d59ebef0bb4154f9a82a01 2,293 1.00/1.00 vMB 102
571,484 571,484 000000000000000000103022e5560649a21cd2a5a1aeece7259a75a2c9c88531 2,961 1.00/1.00 vMB 32
571,483 571,483 000000000000000000011842fb8b7780f97bee964f8026a4d12a05683e8524e4 2,948 1.00/1.00 vMB 47
571,482 571,482 000000000000000000262bdd42ac26aea06f532972dc5c66bb988117e56db344 2,905 1.00/1.00 vMB 22
571,481 571,481 000000000000000000081b98c0308410c90eaf8d2b1dbd463206566531e1bba6 2,843 1.00/1.00 vMB 15
571,480 571,480 0000000000000000000b92ccbcf33dd2d8da497eb827efc3cb8439127cfb0c10 2,905 1.00/1.00 vMB 62
571,479 571,479 000000000000000000036e0418877e29559ce7c07d83296a358bb8a4fdde862c 2,991 1.00/1.00 vMB 55
571,478 571,478 000000000000000000211a65a72a8ef3d33b4f0d7ef2599db3f0520c1b3cbbe8 2,797 1.00/1.00 vMB 29
571,477 571,477 00000000000000000007136a3c62a69aee623d497d170b06ca2b546ee3e4e20d 2,734 1.00/1.00 vMB 57
571,476 571,476 0000000000000000000816e7bd864cf7aa97d4ea6a45e84a75e1b84317c7cd7f 3,006 1.00/1.00 vMB 83
571,475 571,475 000000000000000000266c6ddfb3c7d76378c4f75cb02a08810569ec88b10925 2,638 1.00/1.00 vMB 129
571,474 571,474 00000000000000000020ca8e284298a8bf13542a3a17b9a0de7602f898be3684 1,239 1.00/1.00 vMB 140
571,473 571,473 0000000000000000001d9a63ed39e272bc5977483977ac1718958584f02f0a0a 3,020 1.00/1.00 vMB 8
571,472 571,472 00000000000000000028d7224b1d162c8bf5dd8686a6e6ccf4f760e2619f549c 2,444 1.00/1.00 vMB 46
571,471 571,471 0000000000000000002050c9aa883369c9db8e7cd104b19819db8c6004eba4ce 2,747 1.00/1.00 vMB 30
571,470 571,470 0000000000000000001fce9577131c6aebc98f41edddc2f548f03a7736e8aa2d 2,267 1.00/1.00 vMB 79
571,469 571,469 0000000000000000002373100fc4214b15881128c42b7637b3111f317b4fed2a 2,411 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.