Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

135 transactions (0.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,842 000000000000000000022b910000000000000000000000000000000000000000 0.03 vMB 108 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,841 (113,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,602 798,602 00000000000000000004a141e532b010aa859690377a5d9e6f805f6da1946cce 1.43 MB 2,658 30
798,601 798,601 000000000000000000028fff14a6944dc30b7f188b1969c4518c393504da6501 1.66 MB 2,335 8
798,600 798,600 00000000000000000004a37a918cbcb32a0fe2de65efe3c10fc794813d50bebf 1.72 MB 3,062 14
798,599 798,599 000000000000000000026ace34b0fd4cc8d6bcf87a022cab7deba9d88799938d 1.82 MB 1,984 13
798,598 798,598 00000000000000000004416e1e2215bee521b934cf943a7b85bd18409e4b89be 1.72 MB 2,423 10
798,597 798,597 0000000000000000000126c28e1dfea5bf8035f8665f141f1bdff01e5476caff 1.78 MB 2,709 11
798,596 798,596 00000000000000000001ac6218bcbc8da0409be98cae701c0411568c4704d615 1.52 MB 2,509 17
798,595 798,595 000000000000000000040f7113d220157c260c0c51814f2bda9041a72f09a7e0 1.54 MB 2,445 22
798,594 798,594 00000000000000000002e104df42cfcc53772fff734ae190fdbefb9804c4ba3e 1.64 MB 1,942 18
798,593 798,593 0000000000000000000139f3d77d310797901c6d345f80aaa2f4446f2d0b0d7d 1.53 MB 3,207 26
798,592 798,592 00000000000000000002ec411dbbf78a8b31ee1d9fc1b81dabd864e1bcbb2968 1.45 MB 2,384 34
798,591 798,591 00000000000000000004e5f071c15119fa35ef58c96474b158579b9de4d0a4dc 2.08 MB 2,144 14
798,590 798,590 000000000000000000026e8fbb6251e54304fc78d04be0319f419439485c705a 1.64 MB 1,579 9
798,589 798,589 000000000000000000038c8a0880985751877f28594cf9705b057d3c61de3f05 1.65 MB 2,043 16
798,588 798,588 0000000000000000000003f3d4821f55c4880bbd26d76eebad5b1d9b47032f56 1.54 MB 3,390 22
798,587 798,587 0000000000000000000080b8014d2d93f6e88efe3188df46bfce7618cfd0226f 1.62 MB 3,046 11
798,586 798,586 0000000000000000000242b1e1c0565bf79cdf2b176e128c922496b50bddb7fa 1.65 MB 1,712 13
798,585 798,585 000000000000000000046c5404563f9e8c5282378011333f8d642a48bb0d4e7d 1.46 MB 2,197 22
798,584 798,584 00000000000000000002de28509647de17852882ac2f269a90cd5338120ead49 1.54 MB 2,219 16
798,583 798,583 0000000000000000000179674783eac6344c6978a3579ab56fbca53c656fb861 1.48 MB 2,628 27
798,582 798,582 0000000000000000000352b647b22efb5907dcc057f2e9ccd20b8aaa851c3413 1.49 MB 2,053 27
Previous 10 blocks ↓
Total Size: 776.80 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,468.63 GB sent, 132.52 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.