Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,481 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,615 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,328 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,614 (839,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,800 70,800 0000000000ce83e4026a35200c2508c8a6ef805d9edc24720902b5edcfad2939 0.00 MB 1 0
70,799 70,799 000000000098ed67064a9646ac4196446771ed6b3ab041042d3c4d66e16ac284 0.00 MB 1 0
70,798 70,798 000000000053cdbf85c7a0f554fd6018d3b63dc9bd19ce5ed08020e62cc3f65b 0.00 MB 1 0
70,797 70,797 000000000033c7b171399c48f170413b7e15349147536e78ad9fbc4163641966 0.00 MB 2 0
70,796 70,796 0000000000a5b4baeae9feb1a60ed105e8c13e558b6b0772655337201f304767 0.00 MB 1 0
70,795 70,795 0000000000916c73a1c0e8d2f023cd8ae9734da26bd3ad18e271d489b8b9c001 0.00 MB 1 0
70,794 70,794 000000000103f37e8813632d00ce9eb4025bc8d12e168d6870cfbb03713b23c6 0.00 MB 1 0
70,793 70,793 0000000001024f7b4be44898055307b25e197a74a8eec943fb80fff2f96fe2bd 0.00 MB 1 0
70,792 70,792 0000000000be4e3fedce738207181593ac7f65bc35af92e3741d37dccfd6f0ae 0.00 MB 1 0
70,791 70,791 0000000000fa4cc562fb2f8161310b98c7a1825b5d2d66fd06722273eaf7bd38 0.00 MB 2 0
70,790 70,790 000000000076a09363c45c56364801e1d2085fbddcec9b4c1e665a4487208589 0.00 MB 2 0
70,789 70,789 000000000070ead591dd72446b0ff2bd52acc6b12c7bf1894c0562833152b0be 0.00 MB 1 0
70,788 70,788 00000000009a5193fb5b24708afc0f29632d346245175cdc8c27c96e104b36af 0.00 MB 1 0
70,787 70,787 0000000000abd38a782477049485f1dbcd69c4d98fbfbd9353414f745618444b 0.00 MB 1 0
70,786 70,786 0000000000bb541b98f321db2bbc4a83a67620addb0cfd62cbb9ec0990587044 0.00 MB 1 0
70,785 70,785 000000000069761d403ebd483443ff46a5a633f175e0ad461395842745e357c6 0.00 MB 1 0
70,784 70,784 00000000010536414d8a395aa99ba92e8a80786991bf2472827663a2808a29de 0.00 MB 2 0
70,783 70,783 0000000000fdde3d4fc5f71861f03d99167013c140a111ac12151b97824bdb99 0.00 MB 1 0
70,782 70,782 0000000000d2fbc68c444dedcc1fecc9f5f5b5727c13651dd69d4486fbd73f24 0.00 MB 1 0
70,781 70,781 000000000004649c0181d05c5a9ad6a4ca32b4dc5fa8e3a3704577fb4b8ab2e0 0.00 MB 4 0
70,780 70,780 00000000007205e556b62678f1f9e38177488bd43e472104ae6801a5a3bd78af 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.51 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,257.77 GB sent, 121.09 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.