Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,189 transactions (2.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,161 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,127 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,160 (874,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,723 35,723 00000000138b19e8b48a2aec6051261553d711b61579e941790b0195bc9835fa 0.00 MB 1 0
35,722 35,722 000000009b386e41296844e20cc392d9e63027408b134d7b445070f1ecaf0434 0.00 MB 1 0
35,721 35,721 000000005b1613d56a846097df6b53fcc2a8bdb90131172c5398a6155f11c964 0.00 MB 1 0
35,720 35,720 00000000b18186168d3bb0d6dcaa380422907b4d8bedbbc4ed6b3f6041205e18 0.00 MB 1 0
35,719 35,719 00000000074494fb4e39517eec70fe17fc7ee7f95defdb6ffab5c3e9156a2286 0.00 MB 1 0
35,718 35,718 00000000a3c7b98321b43f63ec39f65f72e1f1b23ed36b993d5651e73a083baa 0.00 MB 1 0
35,717 35,717 00000000a4be42525a94a89aaa82656ee228c0c8c4ec07b0fa24c715cf90dc21 0.00 MB 1 0
35,716 35,716 00000000b3c10938d79833bea0a646f3a920735cd5906329da64f05999b07f71 0.00 MB 1 0
35,715 35,715 0000000027be70aad1afaf8f6ec2d217470421dac74a0e5c48ff0beb659703d1 0.00 MB 1 0
35,714 35,714 000000009b7498570fcf05fa60a9a00be769e614ca39a8841c6677771857c362 0.00 MB 1 0
35,713 35,713 000000009aeb3928003fea68f57c22c69a50317220162a126c2353eb369104b6 0.00 MB 1 0
35,712 35,712 000000008a90e0c781522ef4e5bc81b600c7b0690a09b47531fe2ed8ba5003b9 0.00 MB 1 0
35,711 35,711 000000005b3782664d234e630f38e80c4e80d230e4027a9445a2259399157ffe 0.00 MB 1 0
35,710 35,710 000000006fa6c3fc9a767e1e8449bab248ca887439149ccbfbb7fc8ef890f623 0.00 MB 1 0
35,709 35,709 00000000943e567d85984dc8e360e41c00762b7712c938ff58b05227c0e20297 0.00 MB 1 0
35,708 35,708 00000000ba32be711b11b5ba67c12db2f33ec1fd605a9e32c977a0f9928dcf7f 0.00 MB 1 0
35,707 35,707 000000007941064b9fd78063b117338f129c325cd8e59b1e2634cab04fce4a8c 0.00 MB 1 0
35,706 35,706 0000000059eb536888960aa7351667ca0b98d49d4265508d9d93c49449222455 0.00 MB 1 0
35,705 35,705 0000000068251738285c66751ce9bf34852a8f04aef51dde795b6c1123d99494 0.00 MB 1 0
35,704 35,704 00000000bb35e7a67885f09073ed17dab1e9036d5ec19e1b724c23b392d9b93c 0.00 MB 1 0
35,703 35,703 000000007f16147022a120c1cf8fd5298d274227b27f61b94a994eb84a7850d9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 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,193.87 GB sent, 116.98 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.