Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,219 transactions (0.54 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,588 000000000000000000022cb30000000000000000000000000000000000000000 0.50 vMB 2,193 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,587 (875,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,156 35,156 0000000031de066c0723bc28031d8b97757a0e72cc1aad0271aa43f2dceffb33 0.00 MB 1 0
35,155 35,155 0000000041102c3e92c37265cbd5e180e581e587a78c8d679a2f34fc43119da4 0.00 MB 1 0
35,154 35,154 000000000e6202307fd76b0dbbccd2193b4862a6d615885480b066afa9e410a7 0.00 MB 1 0
35,153 35,153 00000000ae8b660958b2ebe5295b36c588dc4814680ecd61700e284e4e7162a7 0.00 MB 1 0
35,152 35,152 0000000052c282905ec97caf3142abcf48550ed8de2dc7ec905f7f66e84ed896 0.00 MB 1 0
35,151 35,151 0000000037be0d1826b000e4da335e23612779108bd23f43d59ac5d72854e003 0.00 MB 1 0
35,150 35,150 000000008ad4f28812149302efa6b6d11dd40d9392d694b397a914b23abefb08 0.00 MB 1 0
35,149 35,149 000000003c0c45f0df5c969785227bda32172cd085adb55bb001cc77f66edb87 0.00 MB 1 0
35,148 35,148 000000004027598874689e5d2548cd6e99359396275cf2cc3a4817a908369aa0 0.00 MB 1 0
35,147 35,147 000000008621e71681652f15a9bfca57e2da929339416945b71ec2a3123e4cf5 0.00 MB 1 0
35,146 35,146 0000000058d541caad279f8543c873946f758fe4bf994d82dd72f99a152fae25 0.00 MB 1 0
35,145 35,145 00000000738c980382d74a37075d54ec0b643f9bbf98d7186b881ce4960318f2 0.00 MB 1 0
35,144 35,144 0000000028fdc5ddf909742fbf36f1686a7f516efdf593796d1caa365bf9fa2f 0.00 MB 1 0
35,143 35,143 0000000014522e3a01fe444643ba72e1ffe023692f953f1b24c9627fd0ed8984 0.00 MB 1 0
35,142 35,142 00000000787f28f6cf1fe1d48315ee6021197af8a4ab5d8515d2cfef882dcffc 0.00 MB 1 0
35,141 35,141 000000006b657541b1c6a563032ef25d4fedee43a76ebf3568840cd30a7f9eef 0.00 MB 1 0
35,140 35,140 0000000096364d9d304b2e76fbd54322889f67483ef0cffc0ebc684245701cc5 0.00 MB 1 0
35,139 35,139 000000001ebfa328b8cfe2b572021d13a79bdff36131bee7028ff278ff101e40 0.00 MB 1 0
35,138 35,138 000000001911b791cea63e11faf9d94bf730cf280a9040813f7169f497840c12 0.00 MB 1 0
35,137 35,137 000000002f37b404ef13c4cd37c23d221329b39a17fa4973c7f37d093faae209 0.00 MB 1 0
35,136 35,136 0000000025590fb3b4ce67c9e1bd78b4c0de2bf926c9631ccbb0ecb815c8bf5a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.46 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,254.85 GB sent, 120.88 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.