Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,283 transactions (0.83 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,445 000000000000000000022b910000000000000000000000000000000000000000 ago 0.83 vMB 2,274 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,444 (846,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,155 65,155 000000000915312fbefe6fe8113fb2ba4551481a1cfce28dd148b775d0d96ef1 0.00 MB 1 0
65,154 65,154 0000000001cfd9dca59debc11f824b68ff8e3653a96ec5273efc0a88513f24ec 0.00 MB 4 0
65,153 65,153 0000000005bb4fa85515867f3ba85a18b1716daba9af0b099e057b0369db994d 0.00 MB 1 0
65,152 65,152 0000000009f58506b69a34f4e8559b08a8e84d4e2ee391ffd363ffc4673c1ccd 0.00 MB 1 0
65,151 65,151 00000000075ab3f69ca0b1c71f3944dfb5bc23736912478026ac2010fe27d7c3 0.00 MB 1 0
65,150 65,150 0000000008d32bfcab94f15b234f341383ddef222c6cf399d36d937cc42f9236 0.00 MB 1 0
65,149 65,149 00000000015370d10aa8eb197db2dcc24ee2f91aa2ba7dc15683128fc7eda7f0 0.00 MB 2 0
65,148 65,148 000000000706fe5db884a3f55cf016adf848a655d8f550a67edcd1836061548a 0.00 MB 1 0
65,147 65,147 0000000003451785763909312b384e42ae4d380828528eae623df7aa5f45d5bb 0.00 MB 1 0
65,146 65,146 0000000001a9c83c509fb59fc6dcade20d658b31cebe30aab75f0f1e8fea8d6d 0.00 MB 1 0
65,145 65,145 000000000a30fb457e2f2ca5917a0b9de07cac1b0858fd2880e929cf599ca7f8 0.00 MB 1 0
65,144 65,144 0000000006bef9f4867fa87b7e62bed89531c90dae34bf57f131f663b90d6d33 0.00 MB 1 0
65,143 65,143 0000000008e0c66fd9b95328a712092734bfa9714e7233272b795f8de4c42ecd 0.00 MB 1 0
65,142 65,142 00000000060f83ad3753d119e98c20789a0f8efdb32d77b7933b9aa31ce650c1 0.00 MB 1 0
65,141 65,141 000000000a57a85ee44958ec6f6da9f318f6fb741065b8f321a2f8c7241da03d 0.00 MB 1 0
65,140 65,140 0000000004a9e8e4a18a007cdec33e0ca1e2521b875126f7670632999ea786e7 0.00 MB 3 0
65,139 65,139 0000000006d3f019fed99b0bed1511fea3fb53b318d85858a73621aa41b2b009 0.00 MB 1 0
65,138 65,138 00000000022b0374930d604ff11184b67d59fd6f79fba552de09c14ef9f79b25 0.00 MB 1 0
65,137 65,137 0000000003ebcff7344daf07d23c7a13b1e3c802b6cad88ab67093b77edc9fce 0.00 MB 1 0
65,136 65,136 000000000a713cedc0cc1c373485c666c274e8df8f8674af89d487e161856494 0.00 MB 1 0
65,135 65,135 000000000555ee6cd8e159a19db351619be2e50304aa3bc76b60d10d2eb039b7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.06 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,407.43 GB sent, 129.08 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.