Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,504 transactions (1.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,051 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,050 (820,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,233 89,233 000000000011382f0009f32f04c6915b1ea7e7eb05ccc218858b2b676f98db84 0.00 MB 4 0
89,232 89,232 00000000000ebe52eeb288389afe81ae215e09d172fc1b2ee6af12c3916aeb0b 0.00 MB 1 0
89,231 89,231 00000000000d704ae72441e90326a63c5f7a0c11b5d50e72435645dbaac7e270 0.00 MB 4 0
89,230 89,230 00000000000a7196405bac990c9e65856206943fe0ac529d72fb3a2796748197 0.00 MB 1 0
89,229 89,229 0000000000045088f6ed6512351d95932c5afb96a56d30709a251b8e560e8926 0.00 MB 1 0
89,228 89,228 00000000000b8cbc700b3ede80dcf00dcc03f1a5b86e02e565fb9619a68a8c97 0.00 MB 2 0
89,227 89,227 000000000001b56b7ec6047916f2bc16337406302af61bd886753b7da0ec2cc1 0.00 MB 1 0
89,226 89,226 000000000014f0779f325766883ee8214cf792c119d9130025a71404bce0e60f 0.00 MB 1 0
89,225 89,225 00000000001358f5caadfd2fd61b135203cf4ba4104b43157c8196aec9e04ccb 0.00 MB 1 0
89,224 89,224 00000000001014c17b2c1d2c17d222c5e4d16dbec7721f0f595669c5525b5468 0.00 MB 3 0
89,223 89,223 00000000000be8b87c8cbc175b266d302665a04d1971ea854a4bd67524a58511 0.00 MB 1 0
89,222 89,222 000000000013c7cf9490d870f8412b0d84b51dbfdc8b9f465ff41e47f52be8ac 0.00 MB 2 0
89,221 89,221 000000000011b474de026bb6a70483ed5181191a5717225cb3e4a8eb743a5ca0 0.00 MB 1 0
89,220 89,220 000000000001965a4e374926c5be2ce44cfea693048cb55532cbdb5d81b5e39b 0.00 MB 1 0
89,219 89,219 0000000000057054ca034f40a838447678375a1cf5ae3de85cc1e09b899c78ce 0.00 MB 1 0
89,218 89,218 000000000014ca178676179bb8ec30e422bfef0239ee95b55795b4dc1103edc3 0.00 MB 1 0
89,217 89,217 00000000000609705821c2968630a6a2bd3bd7479833bcffe61ba364d89bd99a 0.00 MB 1 0
89,216 89,216 000000000010446afbf53780806a8e1207bc107d602b8ff4512af6cfa9c08591 0.00 MB 1 0
89,215 89,215 0000000000136063e3d02ec0931ca9b3e81f151c05576c83c8bfb3ba8df1c98f 0.00 MB 2 0
89,214 89,214 0000000000071318751dc7a187ee64b04471cecee2089514cf72e962736c955d 0.00 MB 3 0
89,213 89,213 00000000000b40fc825fcc6b51396d9b4506293afcfbefc47a4761b470937327 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.49 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,186.08 GB sent, 115.81 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.