Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,445 transactions (1.06 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
909,743 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,247 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,742 (880,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,205 29,205 0000000088f278229b934ec3ea602b688bc400931b822a1a516bbdcd315b5972 0.00 MB 1 0
29,204 29,204 0000000040b97d56d7e652c2f6c20b016547af83260a8284943557c5c39ddc10 0.00 MB 1 0
29,203 29,203 00000000b9b837e6d29d5d3b655ab4cfe1ecaf300ae2a51c1087da1e29718c38 0.00 MB 1 0
29,202 29,202 00000000216ad6e2f218c9d38ed57d2d1340290dec4060d01c65cd73bfb744e6 0.00 MB 1 0
29,201 29,201 000000004b6305f407aa5b801f8479eb4ce39a18c3394065b49c460b3949ee2c 0.00 MB 1 0
29,200 29,200 000000001f4181bb58fd5eab03e6def356c3c5bc91c8d5cced8faa1b5b638743 0.00 MB 1 0
29,199 29,199 0000000089da2364fcfe3a4e4236cd207716b49d9e98ab6a6c2c2c7c61081866 0.00 MB 1 0
29,198 29,198 00000000d1ff8c9598f007be61e951f29c69c322a8337b4e8a545e40c427cd32 0.00 MB 1 0
29,197 29,197 00000000d6665b1fd03998a1a8b1fbbf9991adbd38f46f1fd63e3cc596afa7ea 0.00 MB 1 0
29,196 29,196 00000000b0e038fe20a6065bf0a3b09a19a1b8e51a14d9aa31d84112ac0592bb 0.00 MB 1 0
29,195 29,195 000000009f75a6ecd392785c344a5b0112ab5f5884d6bf6900479d886ca2a1fa 0.00 MB 1 0
29,194 29,194 00000000cc216b991e11abfe54ea5927cc902f4fd6a226736fdb090c8b64eb88 0.00 MB 1 0
29,193 29,193 000000001bd6e89128eef6d21a207c46dc4230ba6a50da910c87379cea1b3293 0.00 MB 1 0
29,192 29,192 00000000cd1ebceb55d7d05e07a254dae8034f198a76ade470da6b465f23ec04 0.00 MB 1 0
29,191 29,191 00000000ddcb62fc5ecbec40680a223764d6efe48666a371ab20038a029fc1ec 0.00 MB 1 0
29,190 29,190 00000000b495499a56699f9741cdaf9df6f91cf6c48bcbf0a911d07a55792968 0.00 MB 1 0
29,189 29,189 0000000054436001df797e10b0567605d96986152a4d4d51f3b2877662509ad1 0.00 MB 1 0
29,188 29,188 000000000d17c4dd4caee332279aec1b1a696f072882faa2dbe1b0ad8a1de0b5 0.00 MB 2 0
29,187 29,187 000000001464f34d15dabef71cad7b91d63cafc55fda0dd21a5b1583c919c96d 0.00 MB 1 0
29,186 29,186 00000000333b0bd4bfbe3cacc981b4b97759dd379392631983766b8523e7e3c8 0.00 MB 1 0
29,185 29,185 0000000063b2db53b8a0b492122bfa3512e440df6130473ed304f5a04fef6f58 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,158.95 GB sent, 113.05 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.