Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,608 transactions (1.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,791 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,333 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,790 (36 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,754 910,754 000000000000000000006721d18417fa0722a20690bcd48eec12c4f71cb0af6f 1.53 MB 3,087 3
910,753 910,753 000000000000000000004fac74e230a67db1c5e338ca999799edd2607aecc1dd 1.66 MB 2,527 2
910,752 910,752 00000000000000000001dc2f219bc52a32e62ff0a08f1ad6900a79fac13e1927 1.59 MB 4,208 5
910,751 910,751 0000000000000000000229562eb2e8707fe45a31a20e4d66fb08c8a13dbef8aa 1.51 MB 3,205 1
910,750 910,750 00000000000000000002119e0e7721a2b976c9e721e8401f13966de379232a26 1.79 MB 2,548 4
910,749 910,749 000000000000000000014d19f1fef5d42bd66d092dd3aefde0d5355e002f7bcf 1.63 MB 3,287 4
910,748 910,748 0000000000000000000035cfbeb5e20dfa68003acb2f5c0040ffca39d99237b1 1.59 MB 3,930 4
910,747 910,747 0000000000000000000003ffe084d0e9d9e4a7bfe5423b26943d52fcf1c0ac1e 1.72 MB 3,695 2
910,746 910,746 00000000000000000001417f53919a784d5126e7312a995042918cdd841f7582 1.57 MB 3,995 5
910,745 910,745 0000000000000000000112ce8bfe4ce1efc30cd72706d74feff44570faf3aa45 0.08 MB 173 2
910,744 910,744 00000000000000000001ea8b315061029792d96f06a54609602d37a29172aca8 1.65 MB 3,888 2
910,743 910,743 0000000000000000000009599a547957669f00f5f6eeed0984cd38ea2aa01d2e 2.06 MB 2,836 1
910,742 910,742 000000000000000000000e04a1a8d365fb69dde4ce44ca3aa7269565bae62077 1.87 MB 3,321 1
910,741 910,741 000000000000000000009d5ad6d2c6bbb207040c828bc3c02593ecbce7f8e52b 1.77 MB 2,072 2
910,740 910,740 00000000000000000000213e3bb91daad14a1f43410c7cddbfa9cdc6e5880f0a 1.58 MB 3,801 4
910,739 910,739 000000000000000000010f2db7f4718fce2f9111a8d832b64144b17780ac18a9 2.19 MB 2,876 1
910,738 910,738 00000000000000000001bdfc19ee4629eeb23e38318e1712b98bfb645640e4de 3.28 MB 1,449 0
910,737 910,737 00000000000000000001aebde2a3ec54880d2b8c90a9ed19c86b8f0e7a5324af 1.74 MB 3,567 1
910,736 910,736 00000000000000000001cac329776c32f3862bf27a0253240c5d189cbb0cb681 1.70 MB 4,239 0
910,735 910,735 000000000000000000015d22755c49c5e2460888f2853d1d9645d94e386503c5 1.58 MB 3,409 2
910,734 910,734 000000000000000000001aa7b2c78f90985704600e3d762e80e4a656ba4f5779 1.78 MB 3,905 0
Previous 10 blocks ↓
Total Size: 774.85 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,295.57 GB sent, 122.91 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.