Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,273 transactions (0.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,837 000000000000000000022b910000000000000000000000000000000000000000 ago 0.73 vMB 2,258 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,836 (145,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
766,301 766,301 000000000000000000040d1ced6e124188a7f0e849b646c5cab9082311963606 1.48 MB 3,129 32
766,300 766,300 00000000000000000007569d7874374a8666badc831884b630ae4f0ae7167c0b 1.32 MB 1,649 5
766,299 766,299 000000000000000000076e5c9160ce1d69a877c526398c19e84c1ca624bab121 1.51 MB 2,643 6
766,298 766,298 0000000000000000000404cbe250f256b522bf673a42ae4929d1ed9103e23c9a 1.37 MB 2,457 18
766,297 766,297 0000000000000000000762c24ca6f7308f1bcb11e9d115babe57cd7daab979e9 1.35 MB 2,615 17
766,296 766,296 000000000000000000002e3ad6cbd602458f45ca48d39189d0f2c5744c000760 1.48 MB 3,190 28
766,295 766,295 000000000000000000060e884051cd6dba7c55b8590dc4a87918e5109d85c3ed 1.54 MB 3,373 21
766,294 766,294 0000000000000000000428359b596f305e4c7dea3fc91096a1f62ebd9b892b63 1.50 MB 2,721 15
766,293 766,293 0000000000000000000008d01fc667495dff3a79ced2cf77694d15b541abec44 0.66 MB 912 14
766,292 766,292 000000000000000000064a795efac815ece3d0d21db51a4ed77660e0840fa617 0.80 MB 795 10
766,291 766,291 000000000000000000029039cbdcc6fd1b57ef6ad8964ecc95aeab4878710ed0 1.16 MB 949 15
766,290 766,290 000000000000000000064815ebb0579a56e24e2c6381b685124c0865b58c05ac 0.34 MB 799 16
766,289 766,289 000000000000000000082573c5240a100016b5440a3567be092dc9588846e6f6 0.57 MB 1,026 12
766,288 766,288 00000000000000000003b542933c06adbf2915942dae22192ded2f116116c087 0.04 MB 71 26
766,287 766,287 0000000000000000000661adc34a31c47f47bc1838b4259199e35a8f1f85b92f 0.81 MB 1,139 16
766,286 766,286 000000000000000000078e14a494b7e6d05c135b85eb9eed3ee305f97db939ad 0.08 MB 172 17
766,285 766,285 000000000000000000071e779cf6e0f9aa34149c6965329634977769559a9fc0 1.54 MB 2,042 9
766,284 766,284 00000000000000000006a6b032b8a2af7c7a32fe7c18e45aecfa143e955f42c4 1.65 MB 2,832 15
766,283 766,283 00000000000000000005ab351fc887fb276703b80224d5b70cdfa0d1073dee96 1.56 MB 3,253 18
766,282 766,282 000000000000000000053d7558c834eff86747db5e4efc6305259acc9e47b180 1.59 MB 3,084 14
766,281 766,281 0000000000000000000230411966c4f7c999ec66557b8d84663d07b76742fd4e 1.59 MB 2,930 16
Previous 10 blocks ↓
Total Size: 776.79 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,467.39 GB sent, 132.49 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.