Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,027 transactions (0.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,699 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.67 vMB 2,027 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,698 (855,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,388 55,388 00000000101bdc321efa5cbcc84b25fda812b71cd6404e4307211f1747be54f1 0.00 MB 1 0
55,387 55,387 00000000126f09e57937f8bbb757e76d092265571ffe0be7ac68020640866b31 0.00 MB 1 0
55,386 55,386 00000000077a159d4d9a705f52f9cc28440fed32074251f3361aab60e3b14643 0.00 MB 1 0
55,385 55,385 0000000011e264120de76ec10e67549f4014ccf10183b688ceddca298ed6c8f1 0.00 MB 1 0
55,384 55,384 00000000137729ce4f7828981337327c651d7ad3f6dba0f076e678daa7204121 0.00 MB 1 0
55,383 55,383 00000000086b998f8b8d4f7e718d29d99fcdf0c7685fc3529b5adb2e5d919fb7 0.00 MB 1 0
55,382 55,382 000000000d02ba13d96be24848e0c0dbba47b54c8440aa699cd0cf91dd883147 0.00 MB 1 0
55,381 55,381 0000000010302064764854dcbb65a79d84d6944b019046b8307ec77738378f18 0.00 MB 1 0
55,380 55,380 00000000131ca6180077318e68251b03e2aa5d23bc0c09083406d34ea91d417c 0.00 MB 1 0
55,379 55,379 000000000b41318fc16445f8d12cd80a4f50ebc75fa7e2c317687b032140fffa 0.00 MB 2 0
55,378 55,378 000000000f4cdc1be678a1b6c254b390a5cba9c72b6e8bf8ebd57a88cf92a8eb 0.00 MB 3 0
55,377 55,377 0000000001ea8d96117fdb362ec0ee9b59d7e43d22224e0fc09da11052e0e932 0.00 MB 1 0
55,376 55,376 000000000999fb6bcedc11dba9666deac464623614e893accb9193e90c0530bc 0.00 MB 1 0
55,375 55,375 000000000ec4becc8ec44dec9931535a4c36af9d201686e1474d01480cf21773 0.00 MB 1 0
55,374 55,374 000000001399fb11d5ce51861ed0fbd382bfd7f72b0cbd2ccbcac31d36747e06 0.00 MB 1 0
55,373 55,373 0000000009b9e9b846bc10d27a5a8dff2acbbbfd7ef2aefa09522b472b173cf7 0.00 MB 1 0
55,372 55,372 000000000dc94ceb556b779c63c2f40a3356584a1baafb16d8cbd969345948cf 0.00 MB 1 0
55,371 55,371 0000000012e67bfef8c95a8192be50215053b6b1f9f405c08bbb795d131533b2 0.00 MB 1 0
55,370 55,370 0000000000a9ea7c8d69941c0671e2302ace3f13958ca67b0f78a81cc5d33bbd 0.00 MB 1 0
55,369 55,369 000000000e07c533680882443f009be61095329043f628c6e0a2b636f2db92a1 0.00 MB 1 0
55,368 55,368 000000000683579ca19df0fa0172a644ee55b83b85f911bfc8f5ecd5304de0f0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.67 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,289.94 GB sent, 121.97 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.