Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,018 transactions (0.41 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,991 000000000000000000022cb30000000000000000000000000000000000000000 0.41 vMB 1,015 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (70 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,920 910,920 00000000000000000001fa5c35b3cc6d5793581598efca1151816d4f2ab6c311 1.73 MB 2,721 2
910,919 910,919 0000000000000000000025046f9537cfd69144317174cb63a048bb22fd451a74 1.70 MB 3,131 2
910,918 910,918 00000000000000000001e580362e660998de1e84b019f81a8e68c798775bc887 1.54 MB 4,394 5
910,917 910,917 00000000000000000001bb418ff8dfff65ea0dab3d9f53923112d2b2f12f4ee7 0.94 MB 2,006 2
910,916 910,916 000000000000000000011d9e3d59583e2c631e3577c29e59295148e2167618a2 1.54 MB 3,899 2
910,915 910,915 00000000000000000001b173c8c56ee9fec23671bb5aea8971300699b2a04d4e 1.98 MB 1,560 0
910,914 910,914 00000000000000000001b3c159611f81bf85ee08e930126e822693a84106c8ff 2.01 MB 1,090 0
910,913 910,913 000000000000000000015e44d58b0e75b2cb107794a23ff8f17c01c26ef62829 1.63 MB 3,317 2
910,912 910,912 00000000000000000000f852e449a5960c554452f511759879226c4f1e4af25e 1.80 MB 3,902 0
910,911 910,911 000000000000000000011a16e2b07b9e74251f529986cee2a45c59f03b64a050 1.68 MB 4,188 2
910,910 910,910 00000000000000000001b0990dc7c442d33d6845547570808d0b855ca0526421 1.71 MB 4,198 1
910,909 910,909 00000000000000000001063d6678998c1bb56431f5b161c043bec1c8dc0d36c7 1.73 MB 4,483 0
910,908 910,908 00000000000000000001cb919bd14d06d26f9801c830b27d0cc5735c06b7489e 1.91 MB 3,835 0
910,907 910,907 00000000000000000001c1e208dfb24f244115e6d1f3c6f0baee80ebf19225db 1.76 MB 5,034 0
910,906 910,906 000000000000000000013adf4599e82c81d3408e4ba0a700fe79d0932e3b6e33 1.46 MB 2,485 3
910,905 910,905 00000000000000000000badb5c06bab4232d2f5a3e975b7abe4747d2edd85253 1.75 MB 4,375 0
910,904 910,904 00000000000000000000311ab022a96e7ba0be0dafb832ae54979763054362e8 1.47 MB 2,261 0
910,903 910,903 00000000000000000001a5f49e1886002fab7fd94ff5db1d96559326137231cb 1.31 MB 1,986 2
910,902 910,902 0000000000000000000045836c34077b2ac3440200f4f13c2b3e5eeadd5728e6 1.21 MB 1,114 1
910,901 910,901 00000000000000000000bb87d3dcd02e7f730c4ffdef65cdae8c3a2aef774c00 1.61 MB 3,387 3
910,900 910,900 00000000000000000001d7cf770b90849533e4582298872d3b2243a47c6d45a2 1.66 MB 3,799 2
Previous 10 blocks ↓
Total Size: 775.22 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,359.73 GB sent, 124.83 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.