Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

22,948 transactions (5.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,063 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,426 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,062 (820,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
89,212 89,212 00000000000db64e4b2e4994ec1f43411841119cd079c341b2e0a9692db10a44 0.00 MB 1 0
89,211 89,211 00000000000ce0bd5354c0fb701aae59130605b231a4c10870b22ce3803ab30d 0.00 MB 2 0
89,210 89,210 00000000000d7a2df5deb683ab8c2c66c7f60046f56677be3e13f0cd4af74c8d 0.00 MB 5 0
89,209 89,209 00000000000deb60f85e79a0e09186782ecdc396020ce24c270767115ac2a6fa 0.00 MB 3 0
89,208 89,208 00000000000fce4efe2cd79f822d5955d0581cb853f2d48be458292497586563 0.00 MB 1 0
89,207 89,207 00000000000b7548dbcc844a8e9944a9d59e7054a467ce8de973b06612694de6 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.51 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.53 GB sent, 116.02 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.