Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,719 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,031 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,544 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,030 (895,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,200 15,200 000000007655941ae9b51587e3ec3b1a2fc6da7b0cd152720baa6cdfa3280cf7 0.00 MB 1 0
15,199 15,199 000000004d6624b31cba01784d9fef482d824ac78e89c827afbbb7f0ea9588bf 0.00 MB 1 0
15,198 15,198 0000000036231eeae047d685761f20057cfc03bf425c09e2bfd64c080a3b20dd 0.00 MB 1 0
15,197 15,197 00000000f2722072cdba07b545fe9a57bd526e3f964fb66ae8c0abbd2d5915de 0.00 MB 1 0
15,196 15,196 00000000af6346e0c944a6b4ed61d3915eb95b6189c210b0025d7a42eeba7770 0.00 MB 1 0
15,195 15,195 000000009bfadc9a24efb60a9b4ee3cd1b9637760f98867776413736a6338709 0.00 MB 1 0
15,194 15,194 00000000598d48068870b53a84d517b69ef818e118a317147053b76d2a31d8ff 0.00 MB 1 0
15,193 15,193 0000000008a2e0572940fd8ed328047ecd84d721829045497059d7fb86fe23dd 0.00 MB 1 0
15,192 15,192 00000000ff14397fc180819e7a0941a7e1798d97d885ed9acf416a0715c7d318 0.00 MB 1 0
15,191 15,191 00000000ce2ee352677c6c5c0f1a2eba1bb9b1c2c0e780158b3e0236f41487aa 0.00 MB 1 0
15,190 15,190 0000000003c1defc189adb1476d6a650e91e98b0b10a9af12d52c61d4660c321 0.00 MB 1 0
15,189 15,189 0000000059dd4bbdd891fe90c37cbe40a23748fcae2407856d39a8fe8bd14063 0.00 MB 1 0
15,188 15,188 000000001b2094820ffb0a46a6df94488dff1182c635187c8942c54fa863b506 0.00 MB 1 0
15,187 15,187 0000000027c0f4afcd4bc283ed3a3dd15033bc9ee11cdab02c11c4726736137a 0.00 MB 1 0
15,186 15,186 00000000fb303e349afbca5ae7ef4cd8912be28edebb694d96c06d3da6265adf 0.00 MB 1 0
15,185 15,185 000000006dc2a562c73422f9bfbf3bdcde59f82f7e2edd6df2ec7e2648241651 0.00 MB 1 0
15,184 15,184 00000000d25e165febc6a222af239be0ce1a47fba2176ce45c6c3467a897f38b 0.00 MB 1 0
15,183 15,183 00000000ef9fa04258d2f66807c4a01fb56620c02a53c054097a0e28b3e8a023 0.00 MB 1 0
15,182 15,182 000000004fa0a8f69822aa35000e58c77b366c35097ed58e2d084ea216d36cc2 0.00 MB 1 0
15,181 15,181 000000009e1171fd0ec067a8f85a9874069704f9fbbeb29efa00a40e02e7612c 0.00 MB 1 0
15,180 15,180 000000009d0bf38eb7e39d6a76804794f43c7b810cae898aac1c6c0bfa7412a1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.30 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,361.67 GB sent, 125.26 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.