Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,261 transactions (0.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,991 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,247 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (879,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,880 31,880 000000004200286fcbb4480553fd5cb56024ad31d87c2945d9c7acc2add6b32a 0.00 MB 1 0
31,879 31,879 000000006985438a3b2f8d65c4596d9647804f3c770bfb41c456b48ddd11d938 0.00 MB 1 0
31,878 31,878 000000009b84bf92514cf8c7baa2b3ada6afd81fc0cf0c92d53166dd6e3b4e5d 0.00 MB 1 0
31,877 31,877 000000004de45db93fb3b8918f4a4eefda46b2721a01fcfbae665cc3afe80aac 0.00 MB 1 0
31,876 31,876 00000000b00760e80d64660bf7e1e90af6155d48f3a043278b45d036c3bad2d7 0.00 MB 1 0
31,875 31,875 000000003d0aa75d182618516bf64536d94119d23ef4123d92c894401c457be9 0.00 MB 1 0
31,874 31,874 00000000c1405320b87082391bd82155d88728dea85cd666e9bb8ef4f4bc81d3 0.00 MB 1 0
31,873 31,873 000000006ced1ed468621d0e42db7f2f3460bf3c863281bee2d4ff1f29b2d7e6 0.00 MB 1 0
31,872 31,872 00000000094501437738c073095051b15d44d159ac265cbf8cb0e16bf77f3575 0.00 MB 1 0
31,871 31,871 00000000e4a89b1f41455eba2c2fe42b90ae7ec92f0c848099f9f2b0d020b40d 0.00 MB 1 0
31,870 31,870 000000001fae15ba6f5132e99c161b18950fe5126002051c18a738d0ec8bb123 0.00 MB 1 0
31,869 31,869 0000000098c92533ed33d05fc38c8f758922be44c006c2d118a272782bbd4bb2 0.00 MB 1 0
31,868 31,868 00000000fd0cfd0f857b79c04e9724321d19377a81bbad9f45f0424b94f6a5e5 0.00 MB 1 0
31,867 31,867 000000009a0d9efb848e8b753014f9107a1c9065014c993ec8b64d9aba3152a9 0.00 MB 1 0
31,866 31,866 0000000091ed525fab9115dcd49150d586be20e9152533e4f0e5f2c8035d5a85 0.00 MB 1 0
31,865 31,865 00000000a9b8195ab38b044aa4698a6ca83212596c7be55bd1853c47dfceac30 0.00 MB 1 0
31,864 31,864 00000000df6d627fa6069bb424d25c4cfe36f49c2dec296670377a0a5b731dce 0.00 MB 1 0
31,863 31,863 000000009bafdfc2871eeac7a30c8737402da4915e7bdf188a5e7e3635c1abe9 0.00 MB 1 0
31,862 31,862 000000006725175b8bf8772ab069e7cb9aa6d177e970fa22020b060462f0ceeb 0.00 MB 1 0
31,861 31,861 000000008270bad6569cce988882869a0d917bbca5be3861ef688b5a900322d4 0.00 MB 1 0
31,860 31,860 000000003c83c73e2e2732b1764d03d25dbe940ce4606aaa335aece1e1b50494 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.22 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,359.74 GB sent, 124.83 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.