Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,251 transactions (0.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,521 000000000000000000022b910000000000000000000000000000000000000000 ago 0.86 vMB 3,240 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,520 (60,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,882 850,882 000000000000000000012e59d480b193c4b960831bd5c6db1e4cf4656c45bee5 1.49 MB 2,807 12
850,881 850,881 00000000000000000001613082828217d6260af7ab0f4cda486decc35f07717e 1.58 MB 6,412 6
850,880 850,880 000000000000000000000f99e9d64a483f16857336caaf861cbd0270dc0801c3 1.78 MB 2,921 11
850,879 850,879 000000000000000000033ad920feb91a8ccc6f02db0047b11b1a0ce0cf482f76 1.52 MB 4,566 8
850,878 850,878 000000000000000000001d02659c7ef6d29df42de13b477f24cdb882d34fe711 1.74 MB 3,283 7
850,877 850,877 00000000000000000000572928355aea84165f341a2bd2067e35515cb6df85ae 1.66 MB 4,676 9
850,876 850,876 00000000000000000000381a9fe72157243f239a07989f2bdc41c8e81ac30a6a 1.68 MB 3,861 9
850,875 850,875 000000000000000000018d2a33876c81238cb59380e5b5e1caa6bf732c0ab5d5 1.72 MB 1,745 6
850,874 850,874 0000000000000000000143b4f110579e1289e6874322cedcb9c6e694f943dff6 2.05 MB 1,247 6
850,873 850,873 00000000000000000002010883f0e99d822bd86a2c9fd2cb357a80b775092367 1.43 MB 854 6
850,872 850,872 000000000000000000008c804877b4b833fa390520cf8569d793b97f9311be21 1.56 MB 4,102 7
850,871 850,871 00000000000000000002b76a0005687461a88d1763019da4e6a275729e9e1ac7 1.56 MB 2,635 13
850,870 850,870 00000000000000000002860b55def7bea2996f7e8120b7f7ba197ae6bc54a19e 1.21 MB 1,585 7
850,869 850,869 000000000000000000036b92e25754b3c41bbb19652a1ebe83ad53c0231cb97a 1.04 MB 315 6
850,868 850,868 0000000000000000000367b574ffda60489c128a205905bccf7a020aef377de6 1.46 MB 3,598 6
850,867 850,867 00000000000000000001670efe2de1b3ef536d15621fb5a6bfa36c860e98f762 1.67 MB 3,700 11
850,866 850,866 0000000000000000000168d7b09463a2c80286dba4aa5e194469625da48ac1bd 1.26 MB 737 6
850,865 850,865 00000000000000000002340fcda8094ac0304a951aba5d016b5837cc6cab62f2 1.66 MB 4,806 8
850,864 850,864 0000000000000000000257b2ed9ec679536e656cfa1dc4a8090bf719a9976f01 1.42 MB 4,038 7
850,863 850,863 00000000000000000001c4ae1fa0b30d58bd502aa07a513f6186ca5cb0b39e78 1.73 MB 3,718 10
850,862 850,862 000000000000000000025499001bde73427c5ba89458e4348e2a4b2b9b1f8ac8 1.60 MB 6,595 6
Previous 10 blocks ↓
Total Size: 776.20 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,412.88 GB sent, 129.71 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.