Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,607 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,805 000000000000000000022b910000000000000000000000000000000000000000 0.41 vMB 1,591 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,804 (27,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,632 884,632 00000000000000000000da94197b9c8de294700c3c69913ec9e6166836ca20d5 2.21 MB 4,847 1
884,631 884,631 00000000000000000000cdb72fff6807e76767a621f31b9e035cf611c1b9b2b4 1.60 MB 2,616 2
884,630 884,630 0000000000000000000117cea0d240ba2f9405b41cdd003ce5696253fbd130c8 1.96 MB 5,512 2
884,629 884,629 00000000000000000001a7bbd4fbb83e35d34d23a273a161a9e0f897f23907d2 1.99 MB 5,763 3
884,628 884,628 000000000000000000009536ce36d41ab39e6b8c508fa9231cf1da826dbaeb60 1.62 MB 3,501 2
884,627 884,627 000000000000000000015af43f1777dc24fff2f545284fc3e01732f9a4c45f93 1.74 MB 2,804 2
884,626 884,626 00000000000000000001792af29cd81894ad0fe390a98a25dbbc7b9c2687fb3c 1.72 MB 2,887 2
884,625 884,625 0000000000000000000022fc6a49a641c91215e297dd8ab1b38f2c021bcd7c4e 1.73 MB 4,072 3
884,624 884,624 000000000000000000002c6fd2bc7a2fb39ee8f395c286a4ff5f3e9c325faa32 1.68 MB 2,901 4
884,623 884,623 00000000000000000000ae359782f7fadc5429be25bba05b2f50949e48bf4a6a 1.55 MB 3,800 6
884,622 884,622 000000000000000000020aaf5ac247cc38da69217a412b327e1a839b77e45a22 1.58 MB 2,820 4
884,621 884,621 000000000000000000021b01a52fffd3d2b27f6736e68d140e0cb4722df18f49 1.78 MB 3,104 3
884,620 884,620 00000000000000000002354cf7e871d2ee32913c2913a593cf699a6dc8a5a538 1.56 MB 3,762 5
884,619 884,619 000000000000000000012a89ff50826691f316cd21a6860289ea76ff9d1fc424 1.58 MB 3,711 5
884,618 884,618 000000000000000000000fb0b8cdc9f6ce118d4127813c272569599de00afe2a 1.77 MB 4,621 6
884,617 884,617 000000000000000000007cbf943a6004abc5c545ecdb99ed4c429ec0566fcdd8 1.65 MB 4,158 6
884,616 884,616 00000000000000000001b5c9d4fad0e5301914b9be007702a62e837750744929 1.80 MB 4,391 12
884,615 884,615 0000000000000000000072cfdcaf7038bcc1c030083660a669910bd6cf8c9d66 1.76 MB 4,734 16
884,614 884,614 0000000000000000000148120b4b35628646ac92cf6629c741af36adc9747f43 1.93 MB 4,827 3
884,613 884,613 000000000000000000024225d257f3c115201fc0009898d26bbd050332e81f08 1.69 MB 4,057 2
884,612 884,612 000000000000000000024f5765fc883cd04663892017e5f2d084703bfe0237bf 1.70 MB 4,049 3
Previous 10 blocks ↓
Total Size: 776.73 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,451.27 GB sent, 132.19 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.