Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,109 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,852 000000000000000000022b910000000000000000000000000000000000000000 0.42 vMB 1,097 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,851 (892,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,245 19,245 000000004b36e7bfd21047d3f045a14f21575db79549b816cb3be14d111f362c 0.00 MB 1 0
19,244 19,244 000000003ba13ba424eab08a72b8d296ec14cd3f0d2024af8fba9b164a3b30b7 0.00 MB 1 0
19,243 19,243 00000000ef2545f753ad0eaf9ad84c6c336a7a7648902310e29c2c02d2bf5656 0.00 MB 1 0
19,242 19,242 00000000b8a4c618413cd44f0e5b9ea0b4e0b2b940f8d7a0ab2d4d62612318e2 0.00 MB 1 0
19,241 19,241 00000000db3fc8e7bbbc5d2e1c02aeee9a991d392922212002715539afb03284 0.00 MB 1 0
19,240 19,240 00000000d3195fcca7bbbb5be1e9f51f56c1596a32a58c78da17ea5146e91ebc 0.00 MB 1 0
19,239 19,239 000000001514042856a33d1aea018fe761d9c1e1c25578ba9ec8d16dc22163eb 0.00 MB 1 0
19,238 19,238 00000000712d25210d02cb88f5c4d851df48dd7d5d93259bb02a00a1ee6b03e2 0.00 MB 1 0
19,237 19,237 00000000db86f26800526eb89c8c3188477ab5ad1249ad2210e0bccc7b071053 0.00 MB 1 0
19,236 19,236 00000000fe6af77b831a7cd2247cb890b7c066644ec93cd67e4a7afeb5a36837 0.00 MB 1 0
19,235 19,235 000000003ce5ac5abf529a09e68523c1d4adfc99ece73d2d4b30c3a5589a2df0 0.00 MB 1 0
19,234 19,234 000000005977d07dba7c651a1bde0f09399afa18bfd0b62aeaae1f5dc227e049 0.00 MB 1 0
19,233 19,233 00000000bb4548e18bd823ee683bb5ffcd6070f6824091f68107b824a255807d 0.00 MB 1 0
19,232 19,232 0000000045327a8c828f37764ab761012c8834b7f92b2aa8e152452ff6ef9724 0.00 MB 1 0
19,231 19,231 0000000022b2deaa31051ed5fcf0abb6ac83df1e8b2a06a63cdeec054b7b9bc8 0.00 MB 1 0
19,230 19,230 000000003363dac1242735aca8148fb1e7624b2b579b4cc2c04df90c81c897ff 0.00 MB 1 0
19,229 19,229 00000000b5bf151605b7797d91f2992767f3491fbc3b39319bd5bb9f4310da90 0.00 MB 1 0
19,228 19,228 00000000ac2a1a4e07670238297a261dee4ca32d15d9f47384d0733841fef490 0.00 MB 1 0
19,227 19,227 000000009573537d2588a83a73bded08f6e23ffaf87096a92b9066a77d713db2 0.00 MB 1 0
19,226 19,226 0000000039bfc47af7a33dd6971bf3ee1eaed82f5372380a14234732627decde 0.00 MB 1 0
19,225 19,225 00000000bb78003b3bfa3df322a6183d59c2ac50d11fb5d3f33db437d2337441 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.82 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,469.08 GB sent, 132.61 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.