Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,596 transactions (3.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,792 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,750 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,791 (878,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,792 32,792 000000001ca38356a3d445be5d8264fae705dd8b71dd211f359300389295262f 0.00 MB 1 0
32,791 32,791 000000002f54e2084a8b965b5e51f61aa23414f7a9ced63e67ba2a73d6a226bf 0.00 MB 1 0
32,790 32,790 0000000073b77813c6f2d6365e947d6548d5358332ebb6b1be7d31674b9678f8 0.00 MB 1 0
32,789 32,789 000000006b18aabb27f584fc3df34d3596e67ae66e3da60a2af9efc984a7e30e 0.00 MB 1 0
32,788 32,788 00000000a0684670be837a9b088c2990c7c873616e62c61483d4258819a03f4c 0.00 MB 1 0
32,787 32,787 00000000699ac4bff3d2fb1201317a5349d52039e3256455ecc3524cf70950da 0.00 MB 1 0
32,786 32,786 000000006b38031ba768160adcc8041dd0056c015ff85bcaaa051e303a33d383 0.00 MB 1 0
32,785 32,785 0000000082f39e49fe89e62845460f4316aa769585d545072edde2bc853708d8 0.00 MB 1 0
32,784 32,784 000000006dabf8729b7f57a79cd0fe4dfef48f2cfa699120f91e4c4a3126d05b 0.00 MB 1 0
32,783 32,783 000000008463081e367e28574d0b1cf19b64febfec4a97d8476802dface38787 0.00 MB 1 0
32,782 32,782 00000000922566cd9c4fc5f8e1f4a49110987f80579e828be2d17dea41b5ae73 0.00 MB 1 0
32,781 32,781 00000000504e0bf1491540428f2948ed30fdbe13f5d9a5ac3789cd1f0670309e 0.00 MB 1 0
32,780 32,780 00000000a0d2938497b3d61d7994acfd759127656d7301e8830a042314decbf4 0.00 MB 1 0
32,779 32,779 0000000025f05282e677548e62a121edf3ebf9d26b9d79fd1ca854d0c3d8dcde 0.00 MB 1 0
32,778 32,778 0000000067eabe72a043c7846670978b7a73e0af3e02511ae11ac915bebf6d43 0.00 MB 1 0
32,777 32,777 000000005a57309bf67cf4a8b7253904451e54a0cb0fe8c112486e2b02733cf8 0.00 MB 1 0
32,776 32,776 0000000059a4690a877922c28a976117c2059176e998ae03a92f10bdd9c09312 0.00 MB 1 0
32,775 32,775 00000000b990f6d512c14fc327b8ca427f6d1fc48e0aaffed605fac6495cdf4f 0.00 MB 1 0
32,774 32,774 000000009e7bab9067f30557641f0ef63ccd32254b6646e82182da5ca4f4a53b 0.00 MB 1 0
32,773 32,773 00000000bbed3319323ce08b52b6c5348f8262c3597ba7bd9cb5e3b1ca26f605 0.00 MB 1 0
32,772 32,772 000000000ca02a8f85e87aa0b90ecb187a5ba48b817f21e332936ff0225d76e0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.70 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,443.95 GB sent, 132.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.