Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,591 transactions (0.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,147 000000000000000000022cb30000000000000000000000000000000000000000 0.95 vMB 1,587 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,146 (880,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,867 30,867 00000000a278a18c88f9dd499cf01885ad4643678ee5beadd286c3f94566c2a8 0.00 MB 1 0
30,866 30,866 00000000da0a4f34ab68cf6853e4e35d1d396301fb49bd8979c4294d35656ed4 0.00 MB 1 0
30,865 30,865 00000000ce8f11cab3fbd52c59df3955d6f2199a0d35acd63d830dffbe722c31 0.00 MB 1 0
30,864 30,864 00000000c65b65069b9179b344869357b56b23ecd4361cd8f86e7019a683f348 0.00 MB 1 0
30,863 30,863 000000006bcd35f30e27f493ccfc5df853cc7060c05c45864990e9441b6764de 0.00 MB 1 0
30,862 30,862 000000007d42bede2167ed96ddd115c3a61c216f221e02f44b1d225782a625ad 0.00 MB 1 0
30,861 30,861 0000000007543c338825ff01812a82361557c1a5e8b9673d6222b809b62f363f 0.00 MB 1 0
30,860 30,860 00000000772cbf23d23e4ddc5db3694d8de65b05d06cf5af4e53a2be3e944fd9 0.00 MB 1 0
30,859 30,859 000000004abe07d42b36b901a4f84b48862b0865e617cf4dc1ea5f8ed8600938 0.00 MB 1 0
30,858 30,858 00000000ca4e6cb92712d5c2b842dc2be57923d9eaeeb9a4ad9c6d818604b761 0.00 MB 1 0
30,857 30,857 00000000f403bf5b1ae24fcecc93c3de957840de8a01c4cf5301308c450ce900 0.00 MB 1 0
30,856 30,856 0000000081cfd1e173e7997e7280ffaf7453dd828739831c905b1daf258ba107 0.00 MB 1 0
30,855 30,855 000000008e0ad5c3acf822b81c4cfce1e7979113e4f05b9b34ebda06dbeb4376 0.00 MB 1 0
30,854 30,854 000000002d088e8e72fdb6701b44ba4392bca31f948a6aeb891e73fe9ce6401a 0.00 MB 1 0
30,853 30,853 000000008baf13024f6a32a87dcf1c5e94a499c8633670c330cd5ddfa4549b01 0.00 MB 1 0
30,852 30,852 00000000a53e8d6d170e65d5c26225f496f9eeeac24981d14f58ed82e668a8c6 0.00 MB 1 0
30,851 30,851 0000000026250d55d65b8e492e085f1a7cd88664b001dad1bd30de3fddb16278 0.00 MB 1 0
30,850 30,850 00000000040f72f19f397dbebc1def89e6e12730fdf10b788e3777ed8fe27fb1 0.00 MB 1 0
30,849 30,849 00000000dde33adf79c555d4f4899d49e547805ed5e4c9552cdf0290cf2bdb42 0.00 MB 1 0
30,848 30,848 00000000da23870f9947e4d6e424d2fa7b8ba8d39eb7851d52bce48cec542666 0.00 MB 1 0
30,847 30,847 00000000beb44df5a8905379e2d1967c8dce3ad983366761ba921e3bc1528147 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.52 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,374.32 GB sent, 126.35 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.