Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,444 transactions (2.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,030 (851,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,302 58,302 000000000d8aae2958feab1f385c977d2f350c659d9dab2ac572057a95c73142 0.00 MB 1 0
58,301 58,301 000000000af1d0c253e0b4cf11c215747162e314cb958373ea347c65c07eca54 0.00 MB 3 0
58,300 58,300 000000000777e39f52c87035c2e44ed823d95f8430a81f799859d26c92c2aab3 0.00 MB 2 0
58,299 58,299 0000000006f1938aa70215a2bb40791229871dc738f066482602cdec495ed707 0.00 MB 4 0
58,298 58,298 0000000000a7f395fecc5b49008a7861d8e34d0779ee78ef006705cbf97d8325 0.00 MB 1 0
58,297 58,297 00000000071a99fd0c87838797df711ce9603eecd00bc1a76be6b8f3b827c03b 0.00 MB 1 0
58,296 58,296 00000000090492f098317460429b65714f0ecf95be14d9edf9f421aaa3473c6d 0.00 MB 1 0
58,295 58,295 000000001500ffbafc79e5385c3fe4b92ed9b113c6374a830973150dcf08d31c 0.00 MB 5 0
58,294 58,294 000000000ea2737f7f4490a142178b911871dd0532857513ec85dcbbd3d9f160 0.00 MB 2 0
58,293 58,293 000000001495c03bc6aa608572b798aa903bc595bbc9752a8566844b3b6b3f99 0.00 MB 2 0
58,292 58,292 00000000003173c0f626b37c6f581d47b89e372b06559b45cd0fbf620aa8b0e2 0.00 MB 1 0
58,291 58,291 00000000050ca5ce64036e0b69fb1a375650586db08ec9faaf0c85759187f64d 0.00 MB 1 0
58,290 58,290 00000000153d4170e609fd8102526780bd3a81a183ae87c10eda6d73f32b28ba 0.00 MB 1 0
58,289 58,289 0000000010c7bb49bd71f8f25dafeaf38692f3acecf104af1b150fd024b11f33 0.00 MB 4 0
58,288 58,288 00000000084d3ba8fbb1281b59abeb29fb8f346a37ae42b608c8232a17c84459 0.00 MB 1 0
58,287 58,287 00000000088994d3ca4b40e374cf2e224499f2f90af0345f67de823b59372b67 0.00 MB 2 0
58,286 58,286 000000000d6c755259af6a9200a728147f27f8bca855e6a900cf8f5107090777 0.00 MB 3 0
58,285 58,285 000000000f4ff27c7411c10ebdaa2afffa73e7e1266a7d7508576ed56dac8846 0.00 MB 1 0
58,284 58,284 000000000c0204b71d3b3424a81ad8efc0a72c56424b3737045d032ef6df6c76 0.00 MB 1 0
58,283 58,283 000000000d9b9ef4ac8bc479ce52c7142c0f79a3f1265d57b4c29af70ab2dcd0 0.00 MB 1 0
58,282 58,282 000000000e50bcf235441253650fa5c5707503e7bde211df1ac1e91487798f43 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 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,185.38 GB sent, 115.58 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.