Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,582 transactions (1.93 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,629 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,833 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,628 (865,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,014 44,014 000000002f9ff01907eeef02f8d8eac4605111073cfc3d4dd27712357ad5c9c3 0.00 MB 1 0
44,013 44,013 000000001cc78c0e34d2425e0679665da23ece0e2d8615572b7501a2ed9aa845 0.00 MB 1 0
44,012 44,012 0000000030d31205d6c6510d29c6cc9b3d0a8042bcb01f61f42576aa328a3fb6 0.00 MB 1 0
44,011 44,011 000000000f648c668e32e995ca3f98d84de3033c43b354d16b4fa37197a5337d 0.00 MB 1 0
44,010 44,010 000000001aecf0c7f91726fbaf3db4b02b786f7d85936f79ecdfce98006923bb 0.00 MB 1 0
44,009 44,009 000000001a80425aa35882c9bab1430eff02725cbd6f9fda1e50c541800d011b 0.00 MB 1 0
44,008 44,008 000000000dccb7c4263dc44eb89e9fbaccd449217198461dd62fa78569b1a375 0.00 MB 1 0
44,007 44,007 000000000af7ad5b9a61a770e12c5ec6870400bfc8c07a954fdd4c11729a2649 0.00 MB 4 0
44,006 44,006 0000000024fe70cf0b7dfb6b3e0b944e408a903443bfc85e0bf95ce856524739 0.01 MB 2 0
44,005 44,005 0000000019578f07ca088f9a509acee78e5f13d928e5407187fd899c00d048dc 0.00 MB 1 0
44,004 44,004 0000000024ce5f5e4194586e635dcccc97e568329d0f7aa1a210179c8d3583b8 0.00 MB 1 0
44,003 44,003 0000000030591f74b9898cb9f026cd9f5a2d57318e4facbd7672d51995310169 0.00 MB 1 0
44,002 44,002 0000000018926a857663ae6ece8a3ed1abd9e60dd0fa5157284faca7361ed89a 0.00 MB 1 0
44,001 44,001 000000001611e0eb1961d279254766d3581143cb9144464df1d709805fb555bf 0.00 MB 1 0
44,000 44,000 000000000122898b31073a770a97cf599c00672fc8d6ae15652235862f8b76d8 0.00 MB 1 0
43,999 43,999 000000001adba552454bbcd27075b13e6561d13d919fc894dc00fde190b19717 0.00 MB 1 0
43,998 43,998 0000000041c75e70ed431d0942141fbda20cd2d13cd48db3eac6a90fc24d9c96 0.00 MB 2 0
43,997 43,997 000000002bf30d7c16223f9c1d4b71ab4d9122bace42927bd3f9ff3124718cc5 0.00 MB 1 0
43,996 43,996 000000003dacdedf60b7f98493848b036e4fd6e31cedfd8aa65cb30f8ad6fb2a 0.00 MB 1 0
43,995 43,995 0000000028994297e4c291374222553aa95e649bef92bfddf577b03d7c03f993 0.00 MB 1 0
43,994 43,994 000000003bc68f6f95a028c38e5eeb476ef256a8ba9dad6f5a8c16eecb1ec797 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.72 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,109.28 GB sent, 111.92 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.