Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,511 transactions (0.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,716 000000000000000000022cb30000000000000000000000000000000000000000 0.73 vMB 1,497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,715 (870,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,961 39,961 0000000068564ef50bca6a952c0212dd7182f2822576e4fb0014e0f6cb8a33a2 0.00 MB 1 0
39,960 39,960 00000000601542b9e06c90762941ce631010c883dd859e3d2c5f2b00ecfb0f5c 0.00 MB 1 0
39,959 39,959 00000000639775ed53bcd1b1ab3b413900bf0f54860d075d3daec2e2a33b2733 0.00 MB 1 0
39,958 39,958 0000000026b08b2fe827dae5a321e72460edccd0c550695c7184752130aa8909 0.00 MB 1 0
39,957 39,957 00000000263e90d8bfbc6d3e05f97052642f7f4b027447de85ab9085d0f90b4f 0.00 MB 1 0
39,956 39,956 000000000f5624e1145c34e6b6ad27fc8961c07d17c52a578ac78b8c42b6ceff 0.00 MB 1 0
39,955 39,955 000000002f45ff35515eadccb1e96999d3e10ddbe396232a0d278fe27b12c519 0.00 MB 1 0
39,954 39,954 000000002f412b3785a138f43ba2b756f0c4624bc64bebdb68d0b24d53d2f2e9 0.00 MB 1 0
39,953 39,953 00000000817c9171b709b1436f714113af0228e2377c08c2c78baf41e63b3046 0.00 MB 1 0
39,952 39,952 000000003870ff19765769348692231b9bb849b1cb1bf509a3d90714b4d0b7b3 0.00 MB 1 0
39,951 39,951 000000007ea688aab1058c0ffb9b7363cabd0dcacaa52d9661933524b4041e25 0.00 MB 1 0
39,950 39,950 000000006291afc10ae5e78c5d60fa4260707aabc95f63077a96023ae724d7f9 0.00 MB 1 0
39,949 39,949 00000000019497c8e2278bee2f21a7ca7c1eef4676035b59332ece527c48d347 0.00 MB 1 0
39,948 39,948 000000003bdfb85904eb3fde9d7c7d751181516dbe5d463b601e864e264f63bb 0.00 MB 1 0
39,947 39,947 000000003d1bd896fbc3ae8746add4cae4bf6c06da4e2c5dca1b1e427644a904 0.00 MB 1 0
39,946 39,946 000000000c4a4210a9d31222e5d54f0d5eadd8f548b8707274498c0fb086c516 0.00 MB 1 0
39,945 39,945 000000002a91e30c4b6dcedc4a160b0f0919bb20c50f5a20a368c82f37227111 0.00 MB 1 0
39,944 39,944 00000000775650c84fe4773bd5c5e356eb499266c34fb43940fd704bdb7eed47 0.00 MB 1 0
39,943 39,943 000000006743435456eb3c89659bcfcfb96a453a75efbaf1d166fc1d3c941f4c 0.00 MB 1 0
39,942 39,942 00000000160e2f4c321165ade727dd3846cc61d1d6fb48cdb38a47c245a3b695 0.00 MB 1 0
39,941 39,941 00000000204fe020b847de822231e32ce14782ab87e98dd1e2ee45064b246466 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.70 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,291.42 GB sent, 122.13 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.