Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

197 transactions (0.05 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,692 000000000000000000022cb30000000000000000000000000000000000000000 0.04 vMB 195 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,691 (885,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,255 25,255 00000000c4f77d0e5530163f74944f61fa59bd26577a8718d7ca43615e92bf4f 0.00 MB 1 0
25,254 25,254 0000000027563429b567be10c2afc3ae0c0a7337a6a1d5d41affa118a1eb622f 0.00 MB 1 0
25,253 25,253 000000001903b31fec4207fcd60a3e651529b8498d7a615c8bf25e58e118dd27 0.00 MB 1 0
25,252 25,252 00000000a3d713311c9da8c4e5d6113c8ce1bec5fcea8da91301ae4defa0f561 0.00 MB 1 0
25,251 25,251 00000000538029295959fab72a0ac08164234544a7bd84eabdd92187e0e61317 0.00 MB 1 0
25,250 25,250 00000000ce9b42edeb64e3c96416a1805ce2573901f21379d89d41cb7267a6f8 0.00 MB 1 0
25,249 25,249 000000006d99430642273fef845d690508b1f1ee1beb3f9e3d7eff53cd12e68d 0.00 MB 1 0
25,248 25,248 00000000daf166da22b7ee18e97896a9b9597b2a9397c05c8c1031dff606471d 0.00 MB 1 0
25,247 25,247 0000000001cef5df2e44a2e720cd3d84e032d0a35972ac7b7121c91ab9ee363d 0.00 MB 1 0
25,246 25,246 00000000727173d17c2b9f6b94bfc74bef3196254096c1d3036b07063d446280 0.00 MB 1 0
25,245 25,245 00000000755f8fe96a0ff90c4c7d1e542ccd408ed770c918793b0c59ded8f124 0.00 MB 1 0
25,244 25,244 000000004386ab2fbcb70c41ab91546d807f0329b2fdb49305d7460cd6ae704e 0.00 MB 1 0
25,243 25,243 00000000ee0a264a3e9e545f33a43524a62ce44ffbf66595c6a8b1f0926276c4 0.00 MB 1 0
25,242 25,242 000000008469af855da2a6c9dd633bc79ad7b34912f0b818464c9e6d9242ff7f 0.00 MB 1 0
25,241 25,241 0000000008e5be18335fcdbb1254600a538e10959baae0cdf5b1849d905c1615 0.00 MB 1 0
25,240 25,240 00000000d75dc05f014a52d3d5f55c34089372b17cfbb9cf6db0ac86a56d66ad 0.00 MB 1 0
25,239 25,239 000000007613b7deba424017b40d9ee540b1717803816652d998907bd8d37c75 0.00 MB 1 0
25,238 25,238 000000004c1e4932d66e2142ab7d09a2b276dfea21adefe8a3c087631170f6c2 0.00 MB 1 0
25,237 25,237 00000000817290fe21b8f9feaa3b04a03fd7c7a9189ac2c19ca58f90040d9266 0.00 MB 1 0
25,236 25,236 00000000825a875b8dbf1591aec4796e7dcafc5950a73148d2842701666a091b 0.00 MB 1 0
25,235 25,235 0000000033f6b3dec9d7c5da0dd136cc373ba0e96f31b733dc392594f3dd23fc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.66 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,289.24 GB sent, 121.90 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.