Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

341 transactions (0.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,871 000000000000000000022cb30000000000000000000000000000000000000000 0.10 vMB 339 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,870 (880,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,780 30,780 00000000ef66d86bb6de60cdf5ff05800fd364c942507b9bb1c786afbb3a31f9 0.00 MB 1 0
30,779 30,779 000000001cf49ba3ce86ded34ba42ad3aa43799b73d1a88601aa54d1c4c9cb3b 0.00 MB 1 0
30,778 30,778 0000000091592cd0cadc549e189767e38e5bd7cfab052dbca5730469bae10eb5 0.00 MB 1 0
30,777 30,777 0000000019ae9b14aa0d32139c8ffcfdfc12afa5c7471e47f0b39e642ab85d5a 0.00 MB 1 0
30,776 30,776 000000002ebcf479841bac23c6c9391ea6c1c426e90cc379e6cd12f42c4ed387 0.00 MB 1 0
30,775 30,775 00000000002d43211ae9f9552eec105ad10e368c96b6cccdaed237baebb80541 0.00 MB 1 0
30,774 30,774 00000000da56ecba1cab620d1a9fd49c9e9749ac6fbffbb2115df86b10454da4 0.00 MB 1 0
30,773 30,773 000000004fd4dfb26dcaef6462a37759928322ffa9e640c05aaf6c7fa7db2d92 0.00 MB 1 0
30,772 30,772 0000000092f44fac633b634fabf0f91caa9292b3c1f44bb1070b316457610bdd 0.00 MB 1 0
30,771 30,771 00000000bcbe4999e56db60d4f62517af726f551ccca6b867b9eb999cc330430 0.00 MB 1 0
30,770 30,770 00000000db0b90be694c233ae38856cb128ac424ac9621e3cc040b0e3ae56747 0.00 MB 1 0
30,769 30,769 000000002a35ef3a54087cf974e352abb6b8b2abb45604956daa8285ff588257 0.00 MB 1 0
30,768 30,768 00000000156cb6fb5481cf7c5c2d71946880eb1064481e835e9829c32aa24494 0.00 MB 2 0
30,767 30,767 00000000856223f6afdc8a93c83f3646689b37afe24a949757ee1afc670db628 0.00 MB 1 0
30,766 30,766 000000005dc82c16e31a41d01e67334bb2853efa0b9045df34cbe223c4738a6c 0.00 MB 1 0
30,765 30,765 00000000f5162915f84f49a04a7032ef92024b27563de50eb26d08177f321284 0.00 MB 1 0
30,764 30,764 000000004613ba8eb63e8349f5181a4d026ce758b594e20e6dcff08156b7e113 0.00 MB 1 0
30,763 30,763 000000003fc5d6a6cefbda0917907be85707f02765da38e9d5a212ddb98fd162 0.00 MB 1 0
30,762 30,762 00000000713f61ef6c7c979f028c4e9e19f5701e4417844383634295d77a903b 0.00 MB 1 0
30,761 30,761 00000000264324e4c91ad8dca235243475f88bb2df957db73eaf7378a5d797bc 0.00 MB 1 0
30,760 30,760 000000008c1a4416e5de4bcb43c1a67854c15333da630667fbba55fc803a65d7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,342.84 GB sent, 123.70 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.