Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

732 transactions (0.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,001 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 720 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,000 (881,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,552 28,552 000000004a3cc77f1bb4ce81cad2734e6dc179791c66d7720cf4e75431440765 0.00 MB 1 0
28,551 28,551 0000000070746afe3605840cee0b9d76040031295d2bf83c0561f82d2b50d16d 0.00 MB 1 0
28,550 28,550 00000000fc01198df374ccf5699ea332359a9541d2ef418d876079fdc55f4a1b 0.00 MB 1 0
28,549 28,549 00000000c2c4d7875b20c11dc6515a821580081840bbd376cc8ed9cc4f1b7f7b 0.00 MB 1 0
28,548 28,548 00000000b064429727a1278db9c04cb365b580c3cd8b3aff8fd6818ad7aba13a 0.00 MB 1 0
28,547 28,547 000000006ca76e1b488c667421e46afbca275e11060c732769cfa29b222089ff 0.00 MB 1 0
28,546 28,546 000000004565b61936b72de54634e5424a20b34ce4d3e07d79c44b059302f17a 0.00 MB 1 0
28,545 28,545 0000000026f300a112d6f4ffa4b0a7cef4d35800dd25699f3bd1499d7628dfe6 0.00 MB 1 0
28,544 28,544 0000000005685b69c2aec0ff8700c404b3616e3cbaee77d6daf1d8a042d0d850 0.00 MB 1 0
28,543 28,543 00000000cbd3d7ebe54ebc62d4778b46a7cab8311e842a94d3b099a65773b7da 0.00 MB 1 0
28,542 28,542 00000000c756b2f4b8f4df02e20e1db25ff5043e78b0a83f7c07bf702191792c 0.00 MB 1 0
28,541 28,541 000000003fd3d3b23332f74ad413a6b47eeb55a2ab083f123ad410e8b54bff7f 0.00 MB 1 0
28,540 28,540 0000000055ab62c753cdbac6c20a9644839c727ac4e1f89fe24e03c24f67332a 0.00 MB 1 0
28,539 28,539 000000002feb9fd76aee0bb34c0feebaa04d7b9949169000d344826cb3a4bf35 0.00 MB 1 0
28,538 28,538 00000000424e5d1d9ea2c175848b8990aff11e0072d2fd14165c9c25b0c752b9 0.00 MB 1 0
28,537 28,537 00000000b768e3cc1835a60615c023712ec70aeede46b196b942b4eb9bc05fdc 0.00 MB 1 0
28,536 28,536 00000000a249f7119a778387a0b5ab0876afc93ff838ca5260ee095743fd26db 0.00 MB 1 0
28,535 28,535 00000000cbe9db8ae374e3a73c560a5ffb4e85ca5949a46f5d12a9adc5a61bba 0.00 MB 1 0
28,534 28,534 00000000d7290d666e9b17d564c35f32ad80dd9f3c446490cc46dfac4cc4e2c1 0.00 MB 1 0
28,533 28,533 000000008046692d700a4f050745bfd3aa009eb46e54e7fd0dbb5a0cdbbe54e3 0.00 MB 1 0
28,532 28,532 00000000c8f30a47cb881664418a41fe2990843fc8bc33bafca3be3639b8811b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.40 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,182.79 GB sent, 115.24 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.