Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,734 transactions (4.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,236 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,765 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,235 (881,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,230 29,230 00000000c8373cca6286eefa00eaa6ab9394dd1d709f470b09e4c01955c387ef 0.00 MB 1 0
29,229 29,229 00000000516fd7a0cdb42a7f30e27a29a79ba7088a898ab1b551716e183feb8b 0.00 MB 1 0
29,228 29,228 000000005a9899032b2647b785c7333b97c2bc41487f52cfd5377fae7ea010f0 0.00 MB 1 0
29,227 29,227 00000000d9642215aabfa6797b7ae1e9c58b574e0ef3d755b2e2ce0583f91bad 0.00 MB 1 0
29,226 29,226 000000003bc1e05f600fced154621832d2b1aba58a80a058b592fda3e0506ace 0.00 MB 1 0
29,225 29,225 0000000003a7767454192d5f53a869187defe509c9693742075c0d7d150ca734 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.83 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,206.35 GB sent, 117.78 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.