Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,186 transactions (1.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,398 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,197 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,397 (840,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,925 68,925 000000000077410b867c1843c61b27bcd873a8fa6cae34579aff52db42d15280 0.00 MB 2 0
68,924 68,924 0000000000dd1c4a5e67c5174d19af486815267b97c955412988fc5638643585 0.00 MB 6 2,108
68,923 68,923 0000000001357f0bd345cc77e71112883fdbd4960417fbf8ce185e6794ef997d 0.00 MB 2 3,891
68,922 68,922 0000000000242be154b3e8d156151e0f9a0ef10b24dd09752a61c4cdd396f8c0 0.00 MB 2 0
68,921 68,921 00000000002e830321e7fca6ff031791370ec44f4e2146ce2078c5cf3050b919 0.00 MB 2 3,891
68,920 68,920 00000000000b72718faf495295fcbdc0a3a6358c2f9156a21792a4795e5640e9 0.00 MB 1 0
68,919 68,919 00000000014bda1675971f7527abe561f226926b9582233fc672b4cf85c5d048 0.00 MB 1 0
68,918 68,918 0000000000e94df7e2178c2538319de7eda6aa4b60528a48d66a945a9b3601db 0.00 MB 2 0
68,917 68,917 00000000008e66e92b770f3c531fe4f90643e21bd03a0bab4884f49fb23188c3 0.00 MB 4 354
68,916 68,916 0000000000326574b6d0b698b8a8816806d09141a7e313eaaff859a8a0aa23ae 0.00 MB 1 0
68,915 68,915 000000000061e6bad647b6be9d483cb581d8d7c80b59f2b20e4348136c3af659 0.00 MB 3 1,512
68,914 68,914 000000000020762d33e9fa12bdb1dda5fee80234633fa06b92936754db0a2c7b 0.00 MB 3 2,403
68,913 68,913 000000000081979c5db1f92362b284d619283c99e1a95df4994e65834d4e8226 0.00 MB 1 0
68,912 68,912 0000000000f32bbc3ddb21799fce77b064a50ee7bd90602a22eb22af9b1d63eb 0.01 MB 8 653
68,911 68,911 0000000000c1214824d0492760a239c4d8b1f62e39f0a2e2041a1709b997bc74 0.00 MB 2 3,875
68,910 68,910 00000000013d27596a1eef418fe999adb8f31a57e73f31089b35dabe7fe410bb 0.00 MB 1 0
68,909 68,909 00000000011b2e6443086113d6d5655f6c568a5c4e5d3056629a87bf8234facd 0.00 MB 2 0
68,908 68,908 0000000001439857da5c54277448a91686edc758bf776ce84ce9998787197eb0 0.00 MB 1 0
68,907 68,907 0000000000a8fa5f9cbab77656f547107727b5d8686aa523b5c32dff8dacf690 0.00 MB 3 2,403
68,906 68,906 000000000126df981a68b49014e7a6c23e1d98340aba38b886b7f59f9c676c12 0.00 MB 3 3,883
68,905 68,905 000000000144307d2b7c0a39bc8d2ba5d1bfab66b1c81b4c28ca7442ba349ccc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.28 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,069.90 GB sent, 109.53 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.