Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,653 transactions (2.67 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,173 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,823 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,172 (872,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,930 37,930 000000005d23e2ce2a20e3e9a0f4bb6b45992d404f6b138664429d26116c97b3 0.00 MB 1 0
37,929 37,929 00000000ba05eba35980ce07f80ba9419e2bfedadf234034274d7093fcede7f7 0.00 MB 1 0
37,928 37,928 00000000900259c7f0b46e903a8c2a2d0583ed5443d239333794f01943bb4689 0.00 MB 1 0
37,927 37,927 00000000370b41d111dc0fbb371289c61c467a75d1b0d090c088631331e8e15d 0.00 MB 1 0
37,926 37,926 000000006d62c5ab412615afeebc2110da42c3548a965a9dc0ec5569b8037ed3 0.00 MB 1 0
37,925 37,925 000000006a5605d1e6476b14f246c0751c9c206cb312e572f48d181c34f5eb04 0.00 MB 1 0
37,924 37,924 00000000578a174d59e790ce78d26b7e2ea2540302fde705e4751d60c11a6d5e 0.00 MB 1 0
37,923 37,923 000000004ecce22973347ffe12feba80a0cb554f79eebbd958b2993b964f8089 0.00 MB 1 0
37,922 37,922 00000000127a16135199e96954286f0035d9bafd4d9e9235fd8734e633b95c15 0.00 MB 1 0
37,921 37,921 000000001ac31c81afd519c8c9daa1d5bd3456a84c109807eb66e22ed94562f5 0.00 MB 1 0
37,920 37,920 0000000055ad2f5ff8ad3ada47f3d95d39d20b444f092f1a902c0260723a5f89 0.00 MB 1 0
37,919 37,919 000000009861002a0e53ce8128a3f7dca30deab651ca0872eb61a28cc6d868ad 0.00 MB 1 0
37,918 37,918 000000008c38dd86ad721f3a312874cfcc79ba099b50a110096d31832febf99f 0.00 MB 1 0
37,917 37,917 0000000059d5cf9d5b443ba84603f421d77d834d6d57b4a665ab5db614e114a7 0.00 MB 1 0
37,916 37,916 000000004c9ac9f66a70f205bef6575e8fc643efda41ac2989490e48710f6e1e 0.00 MB 1 0
37,915 37,915 000000002dbb372de7345a9e5319b616c8bfb4eebe974caafd7b40002b9cf750 0.00 MB 1 0
37,914 37,914 0000000010f3e08dcc456e4bf171f99a4b57bf68406bd04ec4f111eb9ca0d2e5 0.00 MB 1 0
37,913 37,913 000000005769033ca9b09a4a6ea60afd87fdd2a92a32f45fe4b1386456863228 0.00 MB 1 0
37,912 37,912 00000000321c4072b890b5ea75772a37bb6279a75d7dedc76757ff3b8d1b65c6 0.00 MB 1 0
37,911 37,911 000000000639d2373955bf33c2a52305f5cea0dc8c3658a493efc4e8ca7f1459 0.00 MB 1 0
37,910 37,910 00000000288d25762bac929859cce0a52deba596430eb4d1d4150eae4150bd4e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,194.19 GB sent, 117.11 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.