Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

883 transactions (0.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,377 000000000000000000022cb30000000000000000000000000000000000000000 0.35 vMB 879 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,376 (840,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,842 69,842 0000000000a31ebd27d9545feb25d8d4efdcd1b9941caf86347925a1de255b17 0.00 MB 4 0
69,841 69,841 000000000166a836bc733e16e96bab46b72eadb39ba5ed6ded1ac48d5a10115c 0.00 MB 3 0
69,840 69,840 000000000082f8f5bc50d4121c54490a3a315490d448cf65949ae3397f408bc8 0.00 MB 1 0
69,839 69,839 0000000000abfe4e39b3387dc4a2d5f9740109d469353160f435cf04bc0251f9 0.00 MB 4 0
69,838 69,838 00000000007bea7a9945a6ef4c1bd0f3e14113338ec22d870f24f8e493842e88 0.00 MB 1 0
69,837 69,837 0000000000968a877d64df97f2f1f52ce624df0190f8d929bcdf2c0dc73b13cf 0.00 MB 2 0
69,836 69,836 00000000000963a925b8fa45265dc32c223f3a79944986294dc51138d5a0848a 0.00 MB 2 0
69,835 69,835 0000000000edf1aabd3a49fda173bcf41ef5d900a446ce86a80eb192d7785fe9 0.00 MB 2 0
69,834 69,834 00000000001323d2f32c53d6afe5e4b79eb756f2bb133226735f4e6b7b19a113 0.00 MB 1 0
69,833 69,833 0000000000636c4cff0749273a731bebdcc7e2e1b3cbd71139f323b7d3d4b1db 0.00 MB 1 0
69,832 69,832 000000000132d3590610150c38711906783cb23bbdef43f25a99089aad6c34dc 0.00 MB 5 0
69,831 69,831 0000000000b5558384e03354085e93def9b5ea698a5544efd699c99416b1626a 0.00 MB 3 0
69,830 69,830 000000000019b5d049de0b08c44be2e42e29ea6ead598d66c406e8380075dd93 0.00 MB 2 0
69,829 69,829 0000000000b4261b2ec8ca366a2b66ed6989531fe17313368f4ddb43306971b4 0.00 MB 3 0
69,828 69,828 0000000001376cbd63ed8e6a3272b09a00f7ddd05798fcac6e8333beda413563 0.00 MB 10 390
69,827 69,827 00000000005a52598bf4b7292824356efa5ea6ffadab8fc89d2585888e40ac6e 0.00 MB 1 0
69,826 69,826 0000000000c4c62b1eefaf1fd6763b7e3ac585efd3aba34261948f27d795a142 0.00 MB 3 0
69,825 69,825 0000000000c8bbf638b8641479f7e20ad9d93cc03ee2703142875b5f643f5456 0.00 MB 1 0
69,824 69,824 0000000001172fd0f4fcd3777cf864ed87f49774a4e4b50f7ac9788aceacd061 0.00 MB 1 0
69,823 69,823 00000000001129e5a09ad03647abba39f8cd836ae7d195b9477f83111fe9e544 0.00 MB 2 0
69,822 69,822 0000000000242765e019bd72b31b2ec764002a7c3aa1f48aa66c17e1962badf3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.10 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,233.46 GB sent, 119.04 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.