Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,038 transactions (0.40 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
911,326 000000000000000000022b910000000000000000000000000000000000000000 0.34 vMB 1,016 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,325 (574,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,328 336,328 00000000000000001767c12743d5d5c7b25fc5489a83c6211eeb430d53316a59 0.66 MB 928 22
336,327 336,327 0000000000000000017ce9cc34068d633e9926daef06df4d2c0032047d8c608d 0.04 MB 42 3
336,326 336,326 00000000000000000a12ddeeae50e396f340ab2f2379ee36f5c58e0f70e7b811 0.58 MB 1,174 32
336,325 336,325 000000000000000004f85e0af847a3cf6196ec678b980fdd167d708217b555c3 0.13 MB 172 18
336,324 336,324 0000000000000000024e6e0c260317d9393e61291f345a4b28c394bda01bfc73 0.11 MB 162 17
336,323 336,323 000000000000000001d7b9e800a90a0b8210fd7f1d2eaf94096f0a708dadcabb 0.59 MB 1,165 37
336,322 336,322 00000000000000000f1e0a5b7c68ef5a8a1633f880f7da05650d8d56f2cc38a4 0.23 MB 302 22
336,321 336,321 000000000000000000bc65f9cf70defa97878219563275d6803fa89b16fa3a94 0.24 MB 442 33
336,320 336,320 0000000000000000065bf8713ea68d777f094da71ea2ec8ac931da1282f426e1 0.51 MB 773 28
336,319 336,319 000000000000000007eb133cbec9e25bda3fb6d5cfe9cce583dba7c6fc343868 0.03 MB 46 10
336,318 336,318 0000000000000000193755c64b2cc6e509f41a6da2009b39f4499266d61a9ed9 0.30 MB 487 25
336,317 336,317 00000000000000000dced884ceb36100e714071563d6a29aacaeb6485fd646d4 0.59 MB 196 10
336,316 336,316 00000000000000000672fd53ff7eedb364882ff6714bfdc9d16492c402b4ee0a 0.00 MB 1 0
336,315 336,315 000000000000000019e585f0e4887fc5d7a8b9cd9cfd658dfb4eac91d0f66b91 0.85 MB 1,265 24
336,314 336,314 00000000000000000ff7b07da2627219395646964f30976b9ab516b611d1dc9c 1.00 MB 503 12
336,313 336,313 00000000000000000092ee62488d9af3eaf9445e9a00a0d7ceb6b38c36142261 0.75 MB 1,040 20
336,312 336,312 00000000000000001a8f5d7cdf4cc2eed29517b79c790c5c231db8cb1dbcc3f9 0.50 MB 1,475 43
336,311 336,311 0000000000000000148843af0f4c66d87e15eb649d0935905d9ecf0e7095c1e3 0.75 MB 1,224 26
336,310 336,310 00000000000000000dc3c6d028b99c96993b9b3aa6f2ab9616252f00ae62e662 0.01 MB 32 23
336,309 336,309 000000000000000005cceca3f63307667ecf780030e65204417e68a543e0c63d 0.29 MB 468 23
336,308 336,308 00000000000000001a588db5082bdb414b6279fd117ccdf3282343282af00786 0.01 MB 16 27
Previous 10 blocks ↓
Total Size: 775.85 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,399.72 GB sent, 128.05 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.