Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,169 transactions (0.47 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,026 000000000000000000022cb30000000000000000000000000000000000000000 0.46 vMB 1,162 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,025 (839,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,753 71,753 000000000070810f39c5b2c07b07af6de28d2c43fb642de122912ddad8b5c68b 0.00 MB 1 0
71,752 71,752 0000000000eec7419f8e452449d62a00721d7d594923ee4afd461018e314b90e 0.00 MB 1 0
71,751 71,751 0000000000bf8d6fae1ce540fea7d142763dea4ee75ee768754e34ae28f620c0 0.00 MB 1 0
71,750 71,750 00000000008cfc8c3a6b9c2a23827e8fbb67a00e908c62e2c48ff5f97d67535a 0.00 MB 1 0
71,749 71,749 0000000000fecd0d0a6213811d65b19ddffe15d86b33b6736500e8d1110e7aa4 0.00 MB 1 0
71,748 71,748 00000000000eb95fb6fa6b0e7631549eeb1e8798b7c05c4d3aee42037f6f7c16 0.00 MB 1 0
71,747 71,747 0000000000556aa32f40b4bee86dc016b135906ea352135e634d30c8b9c877d1 0.00 MB 5 2,288
71,746 71,746 0000000000df7c81a67d2bf0554e7349f88ec7ea4f26ab6c1e98c83cf4007824 0.00 MB 1 0
71,745 71,745 0000000000e6cf62adbf71a4530cc2298c70e99a769ec5c42ab0780690d7eee7 0.00 MB 2 0
71,744 71,744 000000000050927d8d6f66b4b258043f48196fe35310b523fafb8263fc5bb390 0.00 MB 2 0
71,743 71,743 0000000000401910dc10e8e220cf2a2d9ccee0b4214a917aef056d8375c70061 0.00 MB 1 0
71,742 71,742 00000000002ec2418fa33f283ea59c9777b365558ff8ca6d7cab1c17c25b6c98 0.00 MB 1 0
71,741 71,741 0000000000cf12227e5f387007012291ef3e493c0f25efa70976748b5e62e475 0.00 MB 1 0
71,740 71,740 00000000007644582631ec426f6a16bdcc70ab7126a2a6840b680378528d2669 0.00 MB 1 0
71,739 71,739 00000000000a5ad1c3facf71444fc5453be8f84ff5f4141333ae03657855806b 0.00 MB 1 0
71,738 71,738 000000000020c710b73aa2777b0684838da9e5c58c120c478171658aa05cdf85 0.00 MB 1 0
71,737 71,737 00000000007ca9a9901ffbcda2006ae3a671bb0887a70c2f0decca8bd15eb8cb 0.00 MB 1 0
71,736 71,736 000000000089f36224edbb7d881f06698dddaacc277d9e6bdf43bbeeedcd4238 0.00 MB 1 0
71,735 71,735 0000000000dbd0d93ebce9cb046fa57b6e407bf7f4fb52b19b2f87a6260bbad1 0.00 MB 2 3,891
71,734 71,734 00000000002fea7b093a54979ed8a955df25075806a7a91fef448c8412301f50 0.00 MB 1 0
71,733 71,733 000000000107512956144a9db7e497f62843cf8f02c4344035aad4448b7a3e2e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.29 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,360.62 GB sent, 125.21 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.