Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,174 transactions (0.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,833 000000000000000000022b910000000000000000000000000000000000000000 0.62 vMB 2,169 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,832 (837,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,025 74,025 00000000001a6e291cfc3461f521c3f4df678d436817eded8148147ebc7aa16b 0.00 MB 3 0
74,024 74,024 00000000000591761f449b10985e44e9dec13631cca3b4c68eaa411e462344c9 0.00 MB 1 0
74,023 74,023 00000000007a9889af711c1889127ff07a7d5b943fd12cfcf167ae31b95cd006 0.00 MB 1 0
74,022 74,022 0000000000b1892b1b73093e1b68abc40db3685641fc5565cd843ad51cacfb50 0.00 MB 2 0
74,021 74,021 0000000000282b1168f3f03a6c2b8744fe708ab3f7cbda88605414f4811ba9d1 0.00 MB 1 0
74,020 74,020 00000000007cff9ce064b36369e8a314a93b24a9cceca3be8e8fcce18fe6b0b0 0.00 MB 1 0
74,019 74,019 00000000002e59571e873769d0d63f4f1ae28e0626552786bcaaa30fad578a13 0.00 MB 1 0
74,018 74,018 00000000008f25983d4bb809f5709703b6a2bd65b9482f0c515181a39dabaccb 0.00 MB 1 0
74,017 74,017 000000000060050867b2fe2d310f152499a093fc62c82f9b12d5c47405ad2562 0.00 MB 1 0
74,016 74,016 00000000007c9703dadfc70697dabdfaf92388750205527968c15f20108032e3 0.00 MB 1 0
74,015 74,015 00000000007b066313f5a35e9df7140b8e4ec9954a9f2cf86928194091ef7abc 0.00 MB 1 0
74,014 74,014 000000000017c8ffd33ccb281b724581aca7e8caf3ca6037659174f7342ed53a 0.00 MB 1 0
74,013 74,013 00000000005a607ac96db8328d8ed6134940aba702b104fab53023333853b4ed 0.00 MB 1 0
74,012 74,012 0000000000b1fe2a885796c6c9c025aec816212f6c2c5cb8464ab65f14c4aca5 0.00 MB 1 0
74,011 74,011 000000000032af258f64487183ab391e0c54687fc7b1304dbd5807f7185d0238 0.00 MB 1 0
74,010 74,010 00000000003cd83135d93a2e7d1643522ff408454ae33c06ab913e93abb7f45e 0.00 MB 1 0
74,009 74,009 00000000001995b5973cabb82eb2f9c9b44a21484bdc70f02c9978f61e53763b 0.00 MB 1 0
74,008 74,008 0000000000066406ee1c5463e6fd61059857bcb59a225f71f72a5abdaac0cbe6 0.00 MB 1 0
74,007 74,007 00000000006846b371778861835716adee1f82a540bc1def1b62ffae31a0368d 0.00 MB 1 0
74,006 74,006 00000000000bde9a1fa55df6f7c4b09f90d620240c7d3822c0e74a2af8e4f795 0.00 MB 2 0
74,005 74,005 00000000007cfcfa658f75d69adfb2dcff20b5a90526f3dc7b57f5415ce6efa6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.78 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,466.96 GB sent, 132.47 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.