Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,177 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,098 000000000000000000022cb30000000000000000000000000000000000000000 0.41 vMB 1,169 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,097 (834,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
75,770 75,770 0000000000690789ba9201ba181a354f3f1133b811408da4386ee84b802b1e9c 0.00 MB 2 0
75,769 75,769 00000000006fbee191832706743bd514f3a2cf4bd78df4719b9874b2264a5551 0.00 MB 1 0
75,768 75,768 000000000031196ed6c01039f66ff1f5a540617ae36ba9d1ea96a1bf651c9e41 0.00 MB 1 0
75,767 75,767 000000000023ff0d91828cd5b0716fb15ca95e604e8cd6ef067d65687bc1a2ba 0.00 MB 1 0
75,766 75,766 000000000048a7fe43527f484eee10bc5ba5f6a6775c96e02e688c51ea57ef72 0.00 MB 1 0
75,765 75,765 00000000001e75c6f0b8cac9b3da603458ba3f348a9ae22c724dfce90142f1c9 0.00 MB 2 0
75,764 75,764 00000000000ac18fffd11042165e2cb3f44d3d89500c35b69744a3172eb4f1a7 0.00 MB 1 0
75,763 75,763 000000000032b33b1b77f502ada3063bc9f5d4f804025076f1f9593c62a26cab 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.58 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,188.20 GB sent, 116.33 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.