Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,119 transactions (2.40 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
909,914 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,749 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,913 (846,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,504 63,504 0000000000b4bdc28c14770516b3c7a7aba0d25616922b3b81ec027e0d2927dc 0.00 MB 2 0
63,503 63,503 0000000003b945d6bcbfde699bd41cbf96e6414fe9c674846e228c079cb8d5cf 0.00 MB 1 0
63,502 63,502 000000000b2fa8eb083eccd00dc8f399baf00880e77f484d084bb69af72f97ce 0.00 MB 1 0
63,501 63,501 000000000422c7553a6e333dc6b4bfc33b4aeb9d54fe0e8398b2355be1734c54 0.00 MB 1 0
63,500 63,500 0000000004dd2b5b3704aa330397b6fdb1ed337e44ae2746fae5e1d7e26b024c 0.00 MB 1 0
63,499 63,499 0000000001f86e5d23d602a1a7a4011764aef247099dd4bf56bc36a6fe82b7f4 0.00 MB 2 0
63,498 63,498 000000000b285ed283904ec0612c812ba2f01934c1eb18583622f447d10cc78c 0.00 MB 1 0
63,497 63,497 0000000005e2be33c7f7427cd01bdf4113b4eee6b90b5a9639c51c8d11b8f8aa 0.00 MB 1 0
63,496 63,496 0000000006af0ad1526fb632e5960ecc9d4e3ee304ceec06a47a9338bc23f8b2 0.00 MB 1 0
63,495 63,495 000000000d084654b2874c203c2190b960db03e616083451902740cb12faace4 0.00 MB 1 0
63,494 63,494 0000000003a564774f4b95b8eecd60f20c680f7f097d3f66c2832fe1be76778d 0.00 MB 2 0
63,493 63,493 0000000007944cfec4dc17745be058e9ba3791f8a5874dd981369fe9e01e6d3f 0.00 MB 1 0
63,492 63,492 0000000005050bb30bd696a83c8a1aaf211234618bf8fc4f935476101ff6258c 0.00 MB 3 0
63,491 63,491 000000000441bbe9450ab1097fcccb373017b224ab2dc206b9ceaae8234c35f7 0.00 MB 4 0
63,490 63,490 000000000217364a4ec905ca53036c74b496063e4e5fd3868863742f3ef28048 0.00 MB 1 0
63,489 63,489 000000000995aff27950299ca6c384ec4921cda9ac7df62a852f171e5d89edcf 0.00 MB 1 0
63,488 63,488 0000000002aff72ad02650ecd9945eec248f7cf54ad5a84bd801fd7a00a1d15e 0.00 MB 2 0
63,487 63,487 0000000008c84a70500424dbef19502888bde110b300e223178c04691a094a91 0.00 MB 1 0
63,486 63,486 0000000006c05f5d8edc73eb6d47f03a165187c41ee6dee021d4899d0b370277 0.00 MB 1 0
63,485 63,485 0000000003a066d93c234c6eb80fc23a09682ec83238f57a59a5d44c73edbb26 0.00 MB 1 0
63,484 63,484 00000000078cf58e3bba82cd2e0295dde1c213993a27c45f8fe97c3881ae0968 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 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,172.71 GB sent, 114.60 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.