Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

978 transactions (0.33 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
910,485 000000000000000000022cb30000000000000000000000000000000000000000 0.33 vMB 961 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,484 (882,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,005 28,005 000000008d41c2f46e9657d5b67f079a392aa207cd764864306c8b239ce605ca 0.00 MB 1 0
28,004 28,004 000000005d6ae31715f06449d1602b9276774674314439cdeeea02cd996f1b36 0.00 MB 1 0
28,003 28,003 000000006e719f526af7cb002d5bf28cd39bbac492d75b5d5f8d8cdd31b49a88 0.00 MB 1 0
28,002 28,002 00000000be8cd19164ce2a04feb1625baa2c8cf221278c81b2a3095b4e524cab 0.00 MB 1 0
28,001 28,001 000000007fbe48fbcac0d33fb16cf7e254508e14cf51b1788d400b854660aa89 0.00 MB 1 0
28,000 28,000 00000000172c5ed49d7dfc29bf9a18a53fa2d050fa37aa210d6d4080fd0c7e67 0.00 MB 1 0
27,999 27,999 00000000058d6bce61bfd17e815b5b1e6ed3f6f0aa1772791fb604abba50e797 0.00 MB 1 0
27,998 27,998 000000009bcb377cfe875125e51e62b49bff9d33877a46796698487c59d2799f 0.00 MB 1 0
27,997 27,997 000000000bc1d2aea329075952c661d19e6ed951005c9129c12e57879f3f6d1d 0.00 MB 1 0
27,996 27,996 00000000488e65460fce6e7b562fa354e88a8040ffd41901b660e8cf19a1c94e 0.00 MB 1 0
27,995 27,995 00000000fd8c9a051ddd44f9f35b25888b8a80721c7f1760e60a29b485f0a165 0.00 MB 1 0
27,994 27,994 000000006dfe0453749071802025b028e08edeb55134b667c4c69839fdcc77be 0.00 MB 1 0
27,993 27,993 000000008e4e9944988820aac72396e1ad53ff524c0eae92ed82e9948d8cf3d1 0.00 MB 1 0
27,992 27,992 000000008496f4d3f2e9d4a67d0aa3d6735546613c96d27473d63af9488779dd 0.00 MB 1 0
27,991 27,991 00000000ffab0cc1d059461b509882d0806c1ff38d9617818246c5d884d8b5f4 0.00 MB 1 0
27,990 27,990 00000000b0bbb694073dc18c52794ab394288e7672f42728ef3e6c695601d4c9 0.00 MB 1 0
27,989 27,989 00000000e26d141005324d21037b5c9f22638596fb08d07bc3785d7bc69c1c6e 0.00 MB 1 0
27,988 27,988 00000000a567ee85c77ed26283671c07f4499612781c0a1beb568f7c54555c8b 0.00 MB 1 0
27,987 27,987 000000006f47ce0c3afeca81fb5a26486556a48f4875076a1823c955d9cfe83c 0.00 MB 1 0
27,986 27,986 000000009a4ceaec389015cd7906a89dfb89c86c648be5b1047c18ae568690d4 0.00 MB 1 0
27,985 27,985 00000000b0e4bf26b37fe19390a591fdda42432237c0687f34b60e1d061e3920 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.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,243.87 GB sent, 119.99 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.