Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,681 transactions (0.87 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,900 000000000000000000022b910000000000000000000000000000000000000000 0.87 vMB 2,669 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,899 (388,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
523,466 523,466 0000000000000000002ea3226c9204cfa2ed661cc346f4a21f363675a62f505f 0.10 MB 236 59
523,465 523,465 0000000000000000003157accda985c2ac4df73b4493a0b279a614d0513bbc8f 0.54 MB 1,221 30
523,464 523,464 000000000000000000319ab76294929b123b8f71cbe7c93a5bdf912b60da9d08 0.10 MB 270 31
523,463 523,463 00000000000000000026be04bdfa7e1e474661c2eb30ec354eb1b86364beb893 0.23 MB 628 27
523,462 523,462 000000000000000000064c0424dc34a2072202da9b1b84e59144d301c815b604 0.03 MB 114 29
523,461 523,461 0000000000000000000bab81127a31ef2d122a49d90ba7408c7a0f5bc6cb9e4a 1.03 MB 1,970 36
523,460 523,460 00000000000000000034bf673f824fb3bd1263ec93982e3a76244a7101a88b78 0.16 MB 308 27
523,459 523,459 0000000000000000003038780248d199cc135c557d6389c4a808f3263ee70094 0.16 MB 338 71
523,458 523,458 0000000000000000003b496e36bb47e6df0966599ffac7dc53a591ba773143a5 0.11 MB 250 45
523,457 523,457 0000000000000000003280da2b0836a95ee85ec776692466ff45d226c303d603 0.10 MB 236 54
523,456 523,456 000000000000000000164c16ba74e8fe2bcca0713ee0ac1559e1450da415fc1b 0.96 MB 2,077 46
523,455 523,455 0000000000000000003bccdf3a2634f278d3466a0990c6dfe04b5f491bdaa5e1 0.31 MB 750 29
523,454 523,454 0000000000000000003d761789a515efbd223f77943c9d14a8ed0adcf70a2a27 0.10 MB 200 32
523,453 523,453 00000000000000000037d050430d07207db6862b49ca44fda5716c38a09f83fd 0.95 MB 1,866 27
523,452 523,452 000000000000000000208cbf4c8763c61d7ceacde416ad58635b367fb1d21fc0 0.64 MB 1,041 27
523,451 523,451 00000000000000000034d7e276614d54ba93420be60edd087b8a4001a162b90c 0.03 MB 75 45
523,450 523,450 0000000000000000001df34fe863fd51ec15814b1b58d39f3f5045a3e6e9f6af 0.27 MB 696 45
523,449 523,449 000000000000000000361dd3e82fd000af6cc3b80c5f6c48f5c85bab0bec2558 0.09 MB 229 39
523,448 523,448 00000000000000000041ca92a0bc021f916bb87bca89c6d47508359f5ddbcfdb 0.18 MB 478 26
523,447 523,447 0000000000000000003f222e571caf982e4ffccca42f04525ced7d0cf0e13c96 0.07 MB 204 31
523,446 523,446 00000000000000000040a1fa081342526cfdc14a36392de44bec73d1f07f6b4b 0.32 MB 626 29
Previous 10 blocks ↓
Total Size: 776.90 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,479.30 GB sent, 132.98 GB received

Notes

  • This page updates every 5 seconds.
  • 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.