Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,043 transactions (1.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,341 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,833 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,340 (832,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,771 77,771 000000000053b99e53c951d7e7dd0afe4d133b112b9e12868508456cfd86f725 0.00 MB 1 0
77,770 77,770 00000000002631468bd9998194a664a6af43ff84897075b59020987f31a736c6 0.00 MB 1 0
77,769 77,769 00000000001ae20bd6f6209e9c8d2b2fa450cce25b160f2421349f021d59afc9 0.00 MB 1 0
77,768 77,768 000000000011dd75cd763547947bda54e97d323dd6fea3404c6b6f82c508fc8a 0.00 MB 1 0
77,767 77,767 000000000051368e1c38eb57a51d6d3785a971e92414f682d6480612aad735a2 0.00 MB 1 0
77,766 77,766 000000000054b82c3cd5aeff5e08274878fb487dea957b37c6b8015e296eb032 0.00 MB 2 0
77,765 77,765 00000000000ef3e43fa036a6fb076ece6694f9642f33a06167327cebda89c4cd 0.00 MB 2 0
77,764 77,764 00000000005ce5b03803b8788780c7bd52273d327f70b9370d2974c6d66ca58a 0.00 MB 2 0
77,763 77,763 00000000003dafc5fdddf7aa990763a6537fd40207d08447e757b5a9420f9089 0.00 MB 2 0
77,762 77,762 0000000000667b8cbf2e76fbe84aabdfbe577f6459d01ef25ff318bfa8be6ae1 0.00 MB 1 0
77,761 77,761 000000000040c508aebacd6500de13d18297a45865243ea25e553b293cee136e 0.00 MB 1 0
77,760 77,760 0000000000241ada1bef1eb541c87f73ef18afc6be31550313ddb5989d44db08 0.00 MB 2 0
77,759 77,759 00000000003c741a16232e6748c084576df4eca016d0483ec55bc6d310fd0084 0.00 MB 1 0
77,758 77,758 00000000004dd52b4a36c2a977565eab9b4086f78a047c71b3323a3a7b537d22 0.00 MB 1 0
77,757 77,757 0000000000028f0783b4f692d04ea96844d47c50b7c58e3611e2591b8ada5aca 0.00 MB 1 0
77,756 77,756 00000000002eae3e682695d50a87703cf313ef297d6c169f779e7a49a6dac29a 0.00 MB 2 0
77,755 77,755 000000000053544084648fbe3841fe8322f1aac9ab335833a4db58a19074c0aa 0.00 MB 1 0
77,754 77,754 000000000051cb7c9e3ce3dfe723663bd4b4890fc307b7d981c9b2413d92b306 0.00 MB 4 0
77,753 77,753 000000000058347fad511103f263f23eec11a52edc667c4675fd27252b4caff3 0.00 MB 1 0
77,752 77,752 000000000006e6a48a7a9d3736f359503e0ae02741c99442e8a69feb96d38992 0.00 MB 1 0
77,751 77,751 00000000005b4224d2b647cdcd287281cd828a85570a4305c9f83f40cdc4d617 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.03 GB

Node Information

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