Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,448 transactions (0.50 vMB)

Priority:

  • 1 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
911,178 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,429 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,177 (880,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,876 30,876 0000000049a512d6b2fa2fa0c739db8e86e0be6c736304e849dc4b6c98b7f6a5 0.00 MB 1 0
30,875 30,875 0000000050d61345b496e5bbf1cca51955484bc5863803cc0902f44a1c98e51f 0.00 MB 1 0
30,874 30,874 00000000a166fa5eb23bed26e93cd84526544992f7da375c2817802be660aef2 0.00 MB 1 0
30,873 30,873 000000002aee3ece2deaccb60211a220908dcd1a9466f15f2a384534b7d0697b 0.00 MB 1 0
30,872 30,872 000000007fe441f43dec4efca07b92e9119fcabab14d23702f5b3be74de40006 0.00 MB 1 0
30,871 30,871 0000000039219c250f785c41c0566d51d5e49201d756c639fdc8e5ed4a107fb6 0.00 MB 1 0
30,870 30,870 00000000b3f10da37e8760b8d43bf7d7118b86f3207c2b676adbff0628a5d309 0.00 MB 1 0
30,869 30,869 00000000ccae0db10009bf9b417d18b1f59cf2f318134a2ea1b1e4dea9632aac 0.00 MB 1 0
30,868 30,868 0000000013b3857d766eee440781cbba580f515500f3c2c144e10229aeac7637 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 775.57 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,375.31 GB sent, 126.61 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.