Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

237 transactions (0.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,089 000000000000000000022b910000000000000000000000000000000000000000 0.09 vMB 221 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,088 (894,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,409 17,409 000000005c7fd9d57b5997c072962f3155db75473e06602ae8f6d9ae2e11ebcc 0.00 MB 1 0
17,408 17,408 00000000c0cddaaf3f796670fe940e2c584abea6f41bd04683167c59c731a843 0.00 MB 1 0
17,407 17,407 000000008a9d18da6f8ed4275c2c575c12ae7962c31f67b57a3a3811f8e4600b 0.00 MB 1 0
17,406 17,406 000000000e36b2b82f9fb9ab0ab2730e8af5a28a3e1f760187e48e3b93a0602a 0.00 MB 1 0
17,405 17,405 00000000623a6cd40a8aac7595ba26f19fe27ee0b5d49b1ca7c9afd72196ee38 0.00 MB 1 0
17,404 17,404 000000008bd6417b81793e74fab5357d582fb73d8a14bab3fde12efd7564ec93 0.00 MB 1 0
17,403 17,403 00000000215830dfe79cc3cd2f93b254fa4ca0143834b146c29b9e726203dc86 0.00 MB 1 0
17,402 17,402 00000000b08c2b2586143fe970b0839194e0b8cc06ca37d9ca553b7f825fd96d 0.00 MB 1 0
17,401 17,401 00000000825ba37996af0f4c7db800e6fe8935cb9ceebdf618453c2efc142dd3 0.00 MB 1 0
17,400 17,400 0000000008bc4027d2e156939aca5d091014eb18cf828323f0ec8417e6deba6c 0.00 MB 1 0
17,399 17,399 00000000aa40b6de0b21bc720178c8f99ada53055e6290a1bc57efea7b2b2297 0.00 MB 1 0
17,398 17,398 000000008da2021c09b4630bde368773ccd25615bef346820fd3a75464933867 0.00 MB 1 0
17,397 17,397 000000003e303baba9aabcceff6f9981ed8e6902e882e9f27199c1044e130841 0.00 MB 1 0
17,396 17,396 00000000391f348d135a8f2a6f7d29364d22ff7417f4328c93613d3afee6017e 0.00 MB 1 0
17,395 17,395 00000000bf02c1354af462f1bee42808d991246744cdea9e1081c42335055bcd 0.00 MB 1 0
17,394 17,394 00000000a127e9914321de365f02f675d67a65101570fc84885137711eb2e7f2 0.00 MB 1 0
17,393 17,393 00000000613ca669374f4047fcf4a974e96d74960ef0460ffcc9474d4788c80e 0.00 MB 1 0
17,392 17,392 00000000ea90ab4d0f1b4afd5b75f5964d9534b1adec1b80c88065d9b48e93be 0.00 MB 1 0
17,391 17,391 00000000125fc84803d00faaabd7bf94248d5990d8e7b686dc2123e8ca354913 0.00 MB 1 0
17,390 17,390 0000000049250992b026b15ff9bd802826fa4b75220c34429ac06822e49b2117 0.00 MB 1 0
17,389 17,389 00000000c8087bf791bcdcb8efb35b96b530365e7423bcbdf5d2380462e0d916 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.24 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,523.11 GB sent, 134.59 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.