Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,033 transactions (0.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,729 000000000000000000022b910000000000000000000000000000000000000000 0.33 vMB 1,030 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,728 (322,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
589,015 589,015 0000000000000000001b97a67fb79e81ef9d6e7e508b839d62d641a7d3da858a 1.16 MB 2,711 44
589,014 589,014 00000000000000000003ecdea3822812a57c09c37e28eead593ac371b3439343 1.16 MB 2,772 43
589,013 589,013 0000000000000000000e87a4609511a9881986786f69f6d2390ff9e715361ea2 0.94 MB 658 2
589,012 589,012 0000000000000000000b52cbf40c5e2a5a6e52fd050a451a4de4fa25635235b6 1.12 MB 2,195 33
589,011 589,011 000000000000000000119102a99d5a698c8f11a65562da41ccb187842a9dcbf4 1.12 MB 2,015 30
589,010 589,010 0000000000000000000709222e04eba332b09857ce5fe57de49c990d96f5a01d 1.01 MB 1,895 11
589,009 589,009 000000000000000000073b6ee9106eedeec2c8ab00099aa3d16f110d18e8f247 1.15 MB 2,625 35
589,008 589,008 00000000000000000014b207f68384409bbebbe8498f49f62148f8efe04b7550 1.27 MB 2,471 26
589,007 589,007 000000000000000000028404a28ddab411ba62302ff599a4c31fff2d809f3cd8 1.06 MB 2,491 77
589,006 589,006 0000000000000000001216b3c96b17f448640b0b4bdcefefcd513845d9981456 1.09 MB 2,575 24
589,005 589,005 000000000000000000144894edae352abc033b4b71fd91dd5c086c0ec90e3423 1.13 MB 2,495 38
589,004 589,004 000000000000000000135730e85b5eafb1187e9b60335723fd8826435db11f23 1.12 MB 2,916 37
589,003 589,003 000000000000000000168d8c41cec7335c780dc414c59fe1faacd933fc9598df 0.96 MB 128 3
589,002 589,002 00000000000000000005770023b92a4b1db9d2fdf749bc8d8cd4154b8a521f02 1.03 MB 2,311 37
589,001 589,001 0000000000000000001338bc4a019957dceb45ead55af24225eb89cc486afd8c 1.10 MB 2,762 34
589,000 589,000 0000000000000000001a1d81d9e91b341ebc6fe352a127a6e2144ea6ca63beee 1.06 MB 2,612 21
588,999 588,999 0000000000000000000b1f55a8c3555c2a30ca455748bc0a3d6450b835ad3909 1.19 MB 3,038 28
588,998 588,998 0000000000000000001a903c5e6e43608742b35f07897fbc915693b51aef1252 0.80 MB 2,025 26
588,997 588,997 000000000000000000093bd4e54026a9185e81ff969116b54ab540dee272f464 0.86 MB 2,214 25
588,996 588,996 000000000000000000147abb7f8e6df5b86953b193dc9582d51244cdb7fd0641 1.24 MB 1,513 7
588,995 588,995 0000000000000000000145b23ec5e3c8c12579aaf2c0ead623a1b6c681824e07 1.23 MB 3,010 31
Previous 10 blocks ↓
Total Size: 776.58 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,427.14 GB sent, 131.51 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.