Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,563 transactions (5.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,802 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,548 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,801 (849,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,167 61,167 000000000c31668563cfef749d76bc171a073801c93b6834bdb6335333800690 0.00 MB 1 0
61,166 61,166 00000000074d267b94ab2ab20a4140862da56e333a8baa4ddd1a7f4cb3dd3d27 0.00 MB 1 0
61,165 61,165 000000000b648339703ce61f717e5d190b12ab0f4813f75132db29ac77706ffc 0.00 MB 1 0
61,164 61,164 000000000566b5240fc79fa1cb8b76424cbc3bf99a529da4cd69004d0667ff7a 0.00 MB 1 0
61,163 61,163 0000000003f8d4292e8251d1ce93d0a579180e30a1b2739b4cb8c8e01a245071 0.00 MB 1 0
61,162 61,162 00000000043aa2be8b8854a62008d9b2247592cd363a86e4fa47858238007c46 0.00 MB 1 0
61,161 61,161 0000000003ab30c816c18a5785441cf3d9c8f06b95db122b1b329588a1770bde 0.00 MB 1 0
61,160 61,160 000000000919b9d896fa6e0ad10c38a9ec6165fb1cc036abfe857184f9f19642 0.00 MB 1 0
61,159 61,159 0000000009ab5480edac910fc140f033b9f8d6721083cb81145dfe85e2e67ed7 0.00 MB 1 0
61,158 61,158 0000000008b73a44cc0659f45f0635942b1c1d1ee73c79f8363cbbad0de3936f 0.00 MB 2 0
61,157 61,157 0000000009e3c135271760366f4495e45a28023e46ee1942a561df50d61d3dc2 0.00 MB 1 0
61,156 61,156 0000000007cc66f0c30b1f362c6dbde641f32d064701312c0d97a6cd28b90cfb 0.00 MB 1 0
61,155 61,155 0000000008239b4c75796b865fb93d355e341aba5ce626c2239b0f7ab8302317 0.00 MB 1 0
61,154 61,154 000000000eb12734af3716b6c1cc0278807cb6bb298c02696d0a2bf0e67ef503 0.00 MB 1 0
61,153 61,153 000000000669e7ef606b0c8f8da1badb934c41e943682b72e5c350c2b14eeb01 0.00 MB 2 0
61,152 61,152 000000000997fee2e15df1995ff1abfaaa65e3545f5bffef215ff73fe798ccc2 0.00 MB 1 0
61,151 61,151 000000000e4472bdf1937b113cfce87d9159d6cf867b1dce5eb60911199e1157 0.00 MB 1 0
61,150 61,150 000000000c9076941f88e8bef2f1243ee0c8c439fe3507e75f7af3379f493125 0.00 MB 1 0
61,149 61,149 000000000d9d36d58d7f052ae471b7135e2dfef5e17c4864a616b1c6c6f1d6b6 0.00 MB 1 0
61,148 61,148 000000000a46d13168ea97f6e09b478d5f07d2e07a92f508ee045283d7c8a34a 0.00 MB 1 0
61,147 61,147 0000000003700151cdd45d2b13f71dd3fb1804f9e814d1aac5f5234bfdb69bc8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.87 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,297.55 GB sent, 123.10 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.