Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,822 transactions (0.51 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,602 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,822 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,601 (874,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,798 35,798 0000000038c9785c8151e04042eecd54cfabefdae69c6f2832fc26727cd9fcee 0.00 MB 1 0
35,797 35,797 0000000099b6db67b75af395d9df846e94ee8ab853e99c087935158afb078f2f 0.00 MB 1 0
35,796 35,796 0000000065ff23080068b642c2b86cd57d2897c829ef947eb9a7ee7603ca0e1e 0.00 MB 1 0
35,795 35,795 00000000838e70608a52460b30b3a6906bfcd955bb414e1d513021e3e1d5bebb 0.00 MB 1 0
35,794 35,794 00000000b1e156958ed5d2706ef8ae84b15e91f3b4f9387b8cc3a75226fd8520 0.00 MB 2 0
35,793 35,793 000000007a93c0e16e08009fd6b329825c61bf6134b76e0a9f813a89504d7bb2 0.00 MB 1 0
35,792 35,792 0000000072f6692a0c00e763287b06acc24aed831cd6210963db7350c3918b09 0.00 MB 1 0
35,791 35,791 000000003ceab1ce6629f04bf79859a185ee0f0637f4d5f37bac7efaf1b5955d 0.00 MB 1 0
35,790 35,790 000000002d03c88d4d2e01b8c368d6cbc1a2bb08f22e151322bf11ed47ad3cf0 0.00 MB 1 0
35,789 35,789 00000000911159e3af12c6c5c174bdc6747a454d3358fead5a1bc50f2cddf331 0.00 MB 1 0
35,788 35,788 0000000003696ac45bfd84c6cea5c12367a662cd2169173c051ed19b03a6f4b8 0.00 MB 1 0
35,787 35,787 000000005c5ad2ec493d77b88fe8bebca64e4fffe41f44402f0e9a14b124c458 0.00 MB 1 0
35,786 35,786 000000007a43dc8641bd0564bb524d1242b2882fd182486ea88e3c211eef6636 0.00 MB 1 0
35,785 35,785 000000002fdadfca79e64fd867a38b6bb1c355f23dc50df35ce2831d24ce519f 0.00 MB 1 0
35,784 35,784 00000000c043763226ba3410acd43223414bc7cffbe2d41126eeeb52185d3dbc 0.00 MB 1 0
35,783 35,783 000000008e019019955fce3a0a40bc718432b8300805b31d09a945370e0e2306 0.00 MB 1 0
35,782 35,782 0000000045cf63f2e79201dd97c5527ec3543072ee4d0f4428186b5d2ef7318d 0.00 MB 1 0
35,781 35,781 00000000a8b5947ddda65f144b04d6d42c6ec66b5e65b6e7166caa1c06f49020 0.00 MB 1 0
35,780 35,780 0000000011c04b813282a332082d36f5b35e5da6d9b8acf7eaaa3b2256d49633 0.00 MB 1 0
35,779 35,779 00000000661eb4bfad1fd738251b8ce219f6ed076880a5aacefb82715d0a54d5 0.00 MB 1 0
35,778 35,778 0000000002fdef3b316557dbafed1103767f8f5321e18e4545ce795fd40bb863 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.22 GB sent, 120.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.