Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,136 transactions (2.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,691 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,940 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,690 (884,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,653 25,653 00000000dac2749c0c9d3da07d5f2175c1b08ce9c5051d90efd163a41fecad76 0.00 MB 1 0
25,652 25,652 00000000edc8b8af608e235e4440b38a63771d528b488de09dd0b94ce893cdee 0.00 MB 1 0
25,651 25,651 000000008d6c0364d42df00e086aa51c6e63547dd9062894f172705931081869 0.00 MB 1 0
25,650 25,650 000000000caf714f221b299f0aa4c3d3e68abfbc5e9c421076ff9cfe2a6b8c92 0.00 MB 1 0
25,649 25,649 000000002f69f5946115470dabc7d15b0afd9bcb1c65e2889bdb929eb286a4fd 0.00 MB 1 0
25,648 25,648 000000000503d71e5fa5d90c1817fff79617936f27d31ec66242c85e5bab2ca5 0.00 MB 1 0
25,647 25,647 00000000172aef8e8f63589e7f0ae34b4b5c8d58b478341ff15cf36eebe459aa 0.00 MB 1 0
25,646 25,646 00000000ff52f34c330f65c0b5b850fac5c5a3e7eb687761a3f55e0ba8db263d 0.00 MB 1 0
25,645 25,645 00000000b645edf7507e6dadc1d85a83bea5d3772c4e1fcdcd2d7ffa92d255ca 0.00 MB 1 0
25,644 25,644 000000006f3e68fd75ada985ab6bf64681ca6714c735f1c8df1774b35b0c31e2 0.00 MB 1 0
25,643 25,643 000000001b89a27e6d3978c237600cf2f115f1aa4ded57f0b67a2f4a3525f9db 0.00 MB 1 0
25,642 25,642 000000008745ef751c272f9ea61c648d877ead8a3bf493ad375f1748c4bce39e 0.00 MB 1 0
25,641 25,641 000000004312b6c638448acdfdc6f0ccef5dc1c187333fe79af503835ef4159a 0.00 MB 1 0
25,640 25,640 00000000603c0671e960f7fc2c1efb656706f5c5745db5e09db7d5fcb26813ee 0.00 MB 1 0
25,639 25,639 000000005874c7173fd7c5df9dd0df97e2a192ef70813ad27f29907e7b6a01fc 0.00 MB 1 0
25,638 25,638 00000000e3bc439957829255d3083804afc8024fe3fefa00d9a39a0c331206ad 0.00 MB 1 0
25,637 25,637 000000008b19d653497ede3be4e355d9114aea27d7feb3aa3b271c79cea09b5b 0.00 MB 1 0
25,636 25,636 000000009617fc004729a4dca2bc35c9e00188122286a9c7429a33dd3c554321 0.00 MB 1 0
25,635 25,635 00000000ea10ff3e4ca9d38d24cea62cc9e316aac2e580931bdb9d694894cb87 0.00 MB 1 0
25,634 25,634 00000000e5981f7bc0c49c1147d63c786c0625bb96c1467465b746a99f88ed66 0.00 MB 1 0
25,633 25,633 00000000bcbb459e5d3f8e4c25079cd83358e6d9e651e90fce056227e3edfe5a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 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,149.82 GB sent, 112.49 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.