Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,088 transactions (0.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,609 000000000000000000022cb30000000000000000000000000000000000000000 0.31 vMB 1,075 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,608 (853,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,298 57,298 0000000014bdd9ad30904e98d202988426bf37fc9773a4d13d86a1ded1fadbfa 0.00 MB 1 0
57,297 57,297 000000000deeaa29f5583ef3433eaf5c78c34a18ffa8977fb686d14af7e77c94 0.00 MB 1 0
57,296 57,296 0000000008c8a45a82aca2bdfc8bdaaed095c8884bf0f3e4fb49c4b14d5d59ce 0.00 MB 2 0
57,295 57,295 000000000773f6eb84d6557fa962092425ce3fc674475c3922b81dc1e8f275ca 0.00 MB 1 0
57,294 57,294 000000000ef7f6bfaa16cfa1bae41133759f7904fae39aa14499bc69e8d582be 0.00 MB 1 0
57,293 57,293 000000000a2b7371725347efb3119a49ab02a0b43c5e30a4174bf79a12c7c805 0.00 MB 1 0
57,292 57,292 00000000119683b8e275e3f40dcc4a21bbaa79984ff797e411d5e1ce45d98e5e 0.00 MB 1 0
57,291 57,291 000000000ffe62ae591039d072e8d95b3addec217aef7692b6447c6ea00ee062 0.00 MB 1 0
57,290 57,290 0000000012a8960a13c9cd1a6bd650ee9d303aa259db24d3f854ad91ac4f5d62 0.00 MB 1 0
57,289 57,289 0000000004e7fdb76450e34ff524837bff7e972a804c11541a5ec3752c4b45b1 0.00 MB 1 0
57,288 57,288 000000000b677ee3c6397f21f28735891462d0d649939e7afc029f59349f546d 0.00 MB 1 0
57,287 57,287 0000000013fdb395b7b5d5575c10a0d043fe99237cd5ea51a7247e47dbfa7119 0.00 MB 1 0
57,286 57,286 0000000003310edc3f067652f2123766c44df10447841a86aea87018e255f1f5 0.00 MB 11 0
57,285 57,285 00000000124ae248d7e4ce2f0b32dc49ace682fa27ef80740d8b2088e03a2de7 0.00 MB 5 0
57,284 57,284 000000000caa446b6c6c4b3441bac363e42ebb62947029c1916a20dfe4d1115a 0.00 MB 3 0
57,283 57,283 00000000156da6c156533b2725db3759335b7077433055f0e1fd1b43324a409e 0.00 MB 1 0
57,282 57,282 000000000ac06bb82924aa8551f6e1c537392c879feac9439ac6b7e23c84bc06 0.00 MB 1 0
57,281 57,281 000000000e69fb3a2c736da2e4474bdbecd89dd07e80f36515697adcfad725e4 0.00 MB 1 0
57,280 57,280 00000000047daa68b248b328912959697466f294064de2df2ee8749dbe34ac19 0.00 MB 2 0
57,279 57,279 00000000101948d9645f0ddbb75bcbe694df48afbe115a6b0a22e97ce3e99a08 0.00 MB 1 0
57,278 57,278 000000000a8bdd07fc4972c71b7922016cc5eb110feefbed95fca1ad54ddbcdd 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 774.50 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,256.36 GB sent, 121.04 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.