Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,890 transactions (2.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,218 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,968 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,217 (880,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,224 29,224 00000000b1b864abba0f47c439ba1c130fca8b9e333f01d59d3762532ddff9af 0.00 MB 1 0
29,223 29,223 000000009ccd13578fb9265f08f13f6463810d008da18508ed6b7c639e24cee1 0.00 MB 1 0
29,222 29,222 0000000079ac2c5fb643bdf55e6c020f0ee4b4533131535e8e3c7cb4edab863d 0.00 MB 1 0
29,221 29,221 00000000f3a6f2767de69c81c1d26b9a6385470d88de67892cecb30dd5c586c2 0.00 MB 1 0
29,220 29,220 0000000029088eee116be905bf5830146704282a8016c8cf25ae9bc49c1ddb28 0.00 MB 1 0
29,219 29,219 00000000171d870c51406331f8ade2a5ea8b7d1760aeb34b0cda583f4041e484 0.00 MB 1 0
29,218 29,218 00000000a33d70b2c7d10b1d3afe5405532d1c1431c799672898134271acbb12 0.00 MB 1 0
29,217 29,217 00000000b85261fe934998f366c66270fb7ce083075e9ab69cb00b8270b39e40 0.00 MB 1 0
29,216 29,216 00000000967d2664890d3cf637c4281d1298b61b117acca561347ad1cf7db003 0.00 MB 1 0
29,215 29,215 00000000884c6348777bd48b14b23fbc6edbdabe36b3ab9bbeb55d222f4737e1 0.00 MB 1 0
29,214 29,214 00000000cb321590ef4e935b9372081706d7d8cc194e0a9a6ef9efeabd138076 0.00 MB 1 0
29,213 29,213 00000000af49e9d0f4773dee83bf83d7125193a19f3d6b31154029442b52180c 0.00 MB 1 0
29,212 29,212 000000009ec02fab21210be7e5176c56896b255f18081eecc0260401334e1cf8 0.00 MB 1 0
29,211 29,211 00000000cccff5f6888f77ab46d6999aee60daec8b695816b82314e0141725ae 0.00 MB 1 0
29,210 29,210 000000003fd24601b9ff63b56a8a85866b441b43ff070c8514195793b786a5e4 0.00 MB 1 0
29,209 29,209 00000000ac106bdbbca96fe2fd907f83a0cd018ccfac1b43f1b78137eeb2b254 0.00 MB 2 0
29,208 29,208 00000000fc717efde9a205bc8b47ba915021e224b2c068178300a08ad6be3bbb 0.00 MB 2 0
29,207 29,207 000000008a3c35f7ded609351e824e86a2fdc805853ccecdd45b3e1b58fc66f5 0.00 MB 1 0
29,206 29,206 0000000061f09b73cf695c9ec381f8b7ef3fe2375a2fe3f0809150c9af28a76d 0.00 MB 1 0
29,205 29,205 0000000088f278229b934ec3ea602b688bc400931b822a1a516bbdcd315b5972 0.00 MB 1 0
29,204 29,204 0000000040b97d56d7e652c2f6c20b016547af83260a8284943557c5c39ddc10 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.80 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,199.90 GB sent, 117.61 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.