Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,292 transactions (3.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,560 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,062 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,559 (871,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,021 38,021 000000001d4c691764e828f4b485c7d63a6afc46f466747c8faaaf0a40987bab 0.00 MB 1 0
38,020 38,020 00000000aba9c602903690ee18d9547ef53be2a76eeb128c3ccf75013bd977db 0.00 MB 1 0
38,019 38,019 000000003d25cb5d0c6ed0d441201c83a7d22131774ff33c121a6f0df09c592a 0.00 MB 1 0
38,018 38,018 0000000021a10c640a59f8558bd611ba07422b4f75fc4ca83dd53127d03a1175 0.00 MB 1 0
38,017 38,017 000000007346080866046167bfcf01ec127c6bccf8778d5cf6cd35ad3f8a30f0 0.00 MB 1 0
38,016 38,016 000000005af0b4e19a121d349fc2f8ef58a92560760c93e0bfe09e632a8250af 0.00 MB 1 0
38,015 38,015 0000000089d048688df881daca02a4fb8760aeabf64c68418b3f2ab263a51487 0.00 MB 1 0
38,014 38,014 0000000019f32657adbc9cde2d4845af07d6f855fa791136124509b35c73fd77 0.00 MB 1 0
38,013 38,013 000000003e74164122c0bfb1e75488564b0d62ed37839babde722a61744f45d3 0.00 MB 1 0
38,012 38,012 000000003341e576a6af0959f9aeed10dc9aa910f34080e69d723fbc6c43334c 0.00 MB 1 0
38,011 38,011 000000005ff9850caa1c33bc94ac2efbb6c72440c2c739ae72d0c10b7515e99c 0.00 MB 1 0
38,010 38,010 00000000369a3f4600ecd3b8e93f4e340d9497fbf55f2fcabf2eae2df217ea60 0.00 MB 1 0
38,009 38,009 00000000460910a87e5ebe8dcd7501d1c1f07da6aa9c713ec2acb844ce7fc0c6 0.00 MB 1 0
38,008 38,008 000000001866e24cad0a343bba5c9c3817deffd207883d6cf67792455bfd26b9 0.00 MB 1 0
38,007 38,007 000000000259f024fca2ca574781641ebf2e39dfde30da6bca4fc3fd251ac606 0.00 MB 1 0
38,006 38,006 000000000fae70719caddc9854ee3ca0899c7b017a4f9dc1b8461c56d6758054 0.00 MB 1 0
38,005 38,005 0000000047d75bee741b5e98bc8ffedabba406bac412d2a3f20c7e59cffa4ec8 0.00 MB 1 0
38,004 38,004 0000000097a5f7b308a846640e0b090755570b52ce897003beaeabaedc26e5c9 0.00 MB 3 0
38,003 38,003 00000000810b21f12be536d75ae227cce571c9697ea16752403af8a2a5550255 0.00 MB 1 0
38,002 38,002 0000000027b2f06432a683bb2e9ac864666f96a98fd574087977f7fcf0aeb923 0.00 MB 1 0
38,001 38,001 0000000041b52b3217479dcac62e5cab86fc9f45511fdeeb0106bbd47e5b0851 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.59 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,089.70 GB sent, 111.21 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.