Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,623 transactions (1.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,398 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,062 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,397 (893,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,639 15,639 00000000cf882f39439b0727dd6693b9417e611b2bc8e5895db30c527564bcbe 0.00 MB 1 0
15,638 15,638 000000005cea418163d8c9c01a82bc9dde32b62e5508232cf2ba0f10ac05faac 0.00 MB 1 0
15,637 15,637 0000000089102330cb65a93f8016f70156f0bb82bb9b378cc252a2fa46370370 0.00 MB 1 0
15,636 15,636 00000000202e673392bdf1b06fab2896b8a1b08705bd160db56cebc408f860a1 0.00 MB 1 0
15,635 15,635 00000000b21d8021805641b0a05488f4d788f7824c50ea8edf0295d60a9826bf 0.00 MB 1 0
15,634 15,634 000000007b00eb891321a09773293af8d409bfabb8f60e64b60479af8aaf536f 0.00 MB 1 0
15,633 15,633 0000000039c09cbab67696ac9592fbf30a5f208b21eb53c6c53147b9efca1e42 0.00 MB 1 0
15,632 15,632 0000000012551992d03acccb5893ce2c06bcdc253848229e4cf4c627c8ab65f6 0.00 MB 1 0
15,631 15,631 00000000b0f4f3369890592a2bb3d052804c8319de5cabb482a0d055eb80c3b0 0.00 MB 1 0
15,630 15,630 000000005d18ce4b5396b03461e1aae9f71b2c283a0a0d0a93173ea39646f38e 0.00 MB 1 0
15,629 15,629 0000000033fae6db53ea0e2406b4f7b97e7bf6a75ad767994277b1e8b11d5303 0.00 MB 1 0
15,628 15,628 0000000043991627078746d60c19f0743fd7206ea56ede4edeb9a4d7e74c0373 0.00 MB 1 0
15,627 15,627 000000006dbedfe36cde152e86efa01d9b10800ac1aeef7edfe9b33b48d5eff3 0.00 MB 1 0
15,626 15,626 0000000037a4938ca9540365970224471ab62f2d580f7f262bc087f1f52a3626 0.00 MB 1 0
15,625 15,625 00000000baf09033c9a5e2c42079b68827e407a243e50084c4f342cbd4e1c725 0.00 MB 1 0
15,624 15,624 00000000712031927b5ed704f47c9a87c0f5b05bf728fd867582e5bf39aa18a7 0.00 MB 1 0
15,623 15,623 00000000191369a0c232375254bc7ee00fd747a63c41c94e3324e0e7b33da59a 0.00 MB 1 0
15,622 15,622 000000006108caa63dfb3aa9e7c7eef68b534341fb28fbab0b1b1737116993e1 0.00 MB 1 0
15,621 15,621 00000000c1e9d3a2047f72d55302366773dd909694c485f46cae0e2fcee07437 0.00 MB 1 0
15,620 15,620 00000000d965c4829c78cca511a38c9c7cfc43314aef52492a814c3b37fecf99 0.00 MB 1 0
15,619 15,619 00000000a3d6f7a19e7c0379c8a55bd21b69eb8d68f9861f063356d20e6ab6ac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.28 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,069.90 GB sent, 109.53 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.