Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,462 transactions (2.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,826 (849,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,184 61,184 000000000445b37b15bf7ac05c6f06350996b1c4f5e8760e40367690bf5872a4 0.00 MB 1 0
61,183 61,183 0000000008097e7f6cbdd0fdbb6a28df2e031cb3e2982c214c175778927b5b15 0.00 MB 1 0
61,182 61,182 000000000266f29524828e78a13fba49c150a440f520a1d0fdfa61cc39ccc899 0.00 MB 2 0
61,181 61,181 000000000c09446933f2ebfe819d78976c23faa967c5b2c53fce07ebb1d3185c 0.00 MB 1 0
61,180 61,180 0000000009b3f840f214e6e640d5fa48c78a73dde1d2cd63975633bfd0f8e086 0.00 MB 1 0
61,179 61,179 00000000057f11cb5b23498fa85b1accf291139d82a5de88de9a80fb1ef5133f 0.00 MB 1 0
61,178 61,178 00000000092daaf1d0761252528ce7731e41321bdd1c7625c5372706c67b544b 0.00 MB 1 0
61,177 61,177 000000000ca9cc8eb216aba334fc036aa6e4330045d93cc2f4764597048dd972 0.00 MB 1 0
61,176 61,176 000000000b4380cb1c4a30804c3cb59a65c08c67158e04ded6a8ad9529fe77fc 0.00 MB 1 0
61,175 61,175 000000000cdef9960d27e0204efd000810e4afe8cd1e7dde28ed39553c758965 0.00 MB 1 0
61,174 61,174 00000000099fb01a8bd95c669cec48e4432098f67ff6b9b59f4220711d0d2e66 0.00 MB 1 0
61,173 61,173 000000000441d0615f7155f7a558453d82f1d0cef680c1386e84961c1bd308dd 0.00 MB 3 0
61,172 61,172 000000000c0be8ac095b65d4b2a167f4a0676b509444554f013c545a35e3846b 0.00 MB 1 0
61,171 61,171 00000000088f331607bcb7c36e3ff60c9c5a46fced9f348fc1286b2add5caa65 0.00 MB 1 0
61,170 61,170 00000000096371c1768d2867918c5187f3f67c14e95064e48d6eef469c654b24 0.00 MB 1 0
61,169 61,169 00000000011c43af0706ac855300a42f676aeee4311cd500fc1364fa0d705f90 0.00 MB 1 0
61,168 61,168 0000000000315a628341eb87b9f94bde89903cd26cb1026d1ae09948f6adc5e4 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.92 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,325.11 GB sent, 123.32 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.