Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,225 transactions (0.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,109 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,217 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,108 (834,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,791 75,791 00000000004f98a1cf8581e8fd54cd43dca49a5c0c9bc3b1ab36b70bb7c8b1a6 0.00 MB 2 0
75,790 75,790 000000000014ecea5bb698385bf77005f4d8b32107de4283f7b3cc7b84b56d7f 0.00 MB 1 0
75,789 75,789 00000000003b238a446d5d1679e9ad392da41346acaba3591275b8e1a96d1fa5 0.00 MB 1 0
75,788 75,788 000000000069da2431b7c22eaf02259dd150aca97b1cc6d245de2d78beb6cc4f 0.00 MB 1 0
75,787 75,787 00000000000990b669e7307a5db88aea68e677afd3993632cfceedf8357ab1f4 0.00 MB 1 0
75,786 75,786 00000000004e75e16caa023f900957d7cf315ecace7415a8dca10580c0bc76b4 0.00 MB 1 0
75,785 75,785 0000000000270ac1d32511aae5d1561e2c599c80ce765f375d923cb340435e83 0.00 MB 1 0
75,784 75,784 00000000003d9e8c63d6eebdbb53e1bb0ed338356a4f2183e5c41cd54ae7f69d 0.00 MB 1 0
75,783 75,783 0000000000469a9d18c0319712a000db6cd35d377b4d70907bf2323f410bafcc 0.00 MB 1 0
75,782 75,782 0000000000192d0c9eee2cdcfc70cb4b1c059d72608e762d3165a68089c45c52 0.00 MB 1 0
75,781 75,781 00000000004fa636760dd0fd4ce5a100b919f2ddea161bb5acbddc9f768f51d1 0.00 MB 1 0
75,780 75,780 0000000000274b58e9d5b833efb2295861a2896569c9622d7ba246979a8814f7 0.00 MB 1 0
75,779 75,779 000000000073fa8505e2e5fc887902134cc622c28a34aeffd4ba887772171aa2 0.00 MB 2 0
75,778 75,778 0000000000209336f862c7a5e076cbea50aede2d0333987961503ba700265297 0.00 MB 1 0
75,777 75,777 00000000007d8acd313fee2926eac7856988d2f0a4057fcc07acb0d1f20f62f8 0.00 MB 1 0
75,776 75,776 000000000030aac314fee19283397f39ff93f599d4830aa26d242f6add95b125 0.00 MB 6 0
75,775 75,775 0000000000381edd0c9182b5c5af989a9c54dc90d35ba0b0bd7a7427b107d631 0.00 MB 1 0
75,774 75,774 00000000002d50f0bf61924d138e042ac0d6f4e9e3d65015dd8e51d3dbfd0c9f 0.00 MB 3 0
75,773 75,773 000000000014e56eb776b880813aaa3f57a82352ff4239c29e1f7ad35fb616b1 0.00 MB 1 0
75,772 75,772 000000000059baddd0a6783b016e019ff415fa0157c157d6b4cd817cfc14469f 0.00 MB 1 0
75,771 75,771 000000000054aac20f8ceb93cbdb250640eb62caa6a53fcce6dd68bfad9bd9cf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.59 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,189.57 GB sent, 116.45 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.