Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,875 transactions (0.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,340 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 1,859 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,339 (839,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,846 70,846 000000000051b938f3004f444dce078aaae61e0d6b5d356b5b5717fbc776278d 0.00 MB 3 0
70,845 70,845 0000000000e0af600c2bb4f784b997ce01d8818c9f28f338462b2e2b1471589e 0.00 MB 1 0
70,844 70,844 00000000008beb050f21a4a80127ea5226df8edfd34b127119b84d80ca7ab48f 0.00 MB 4 0
70,843 70,843 0000000000f89f67c378bd8ffd456d22609198469637e2b1f1ce89f3bf954019 0.00 MB 1 0
70,842 70,842 000000000013e2e476953ec0708265838941496d1a3ffef0bb41b65ce2fbf759 0.00 MB 1 0
70,841 70,841 0000000000c68b28d88de80983fc344e2adf9b7687639d7b1267de7147394b1c 0.00 MB 1 0
70,840 70,840 0000000000a5e73e34dc716b822852e25b3d53d0071252c675105a8263ae5f7a 0.00 MB 1 0
70,839 70,839 00000000003f3a41badc92121e1aba1e00a97bddea89602064d0f57843714f43 0.00 MB 2 0
70,838 70,838 00000000003a73161bc59ab9b54a103c0376c3ffd27f2165b4be895ab9826e9b 0.00 MB 4 0
70,837 70,837 0000000000e8b2dd43049931c40546bf95425627b1712b4543205f36e05d75cb 0.00 MB 1 0
70,836 70,836 0000000000cc38878f4117e2cc20664b57724f6645540f6006568892fdde0aaf 0.03 MB 8 0
70,835 70,835 0000000000946a583591af72c22855cf0f44076a60a901fed23e87c2e1d47b0a 0.00 MB 2 0
70,834 70,834 00000000004f166fb96ef8036d9bf63ab6b6963c717d90598921a8e14cacba28 0.00 MB 2 0
70,833 70,833 00000000001dd46a24f0e00f770d241eb6f58f474dd2dc70cb88588e09d0c390 0.00 MB 2 0
70,832 70,832 000000000025ad9b6bf55eea6c186a3f03c5422f0bf7e6fdf694a0d12c045aec 0.00 MB 2 0
70,831 70,831 00000000007c6b4fa01a3f41fd6b6817217b43f6aba8388b4cdd49fa1eab6d32 0.00 MB 1 0
70,830 70,830 00000000009019b3a26dee941b9819830269e275a699cf2604038bde025a75e5 0.00 MB 1 0
70,829 70,829 0000000000218cc512b3849a6b18908ec04c21356ccec5d21deb213ff7548b94 0.00 MB 1 0
70,828 70,828 00000000006b82f02a48cd6901dcd5b738d22c017f859a8ebf06522f949e2ce4 0.00 MB 1 0
70,827 70,827 0000000000a7c635f979197c91d3201dd3d23517ad5da938b5cd81b2ab2e83dc 0.00 MB 4 0
70,826 70,826 00000000000a0d7524d6349a6ed6e9e5b96bb95533e329cbef7276e03fe9455f 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 774.03 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,231.61 GB sent, 118.69 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.