Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,889 transactions (2.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,221 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,035 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,220 (880,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,883 30,883 00000000c538b4662b1a17c0989d79654bec659bd9f7be0d75040dbd813da32b 0.00 MB 1 0
30,882 30,882 00000000108dbe8d6835d5ccec4681b01ed354d35d3f5492943e23bf72409fdb 0.00 MB 1 0
30,881 30,881 000000003521d629f0fa4e3609a0bdb4ca3f89bb1159c437705b772e34b812d9 0.00 MB 1 0
30,880 30,880 00000000481041b5bd401da8c97be0745bc8d3e5a3fbab91ccf01b0138641bfa 0.00 MB 1 0
30,879 30,879 000000005a67820dd0dd1e4d9417b8c26fab85c75e387667d578836db069b040 0.00 MB 1 0
30,878 30,878 00000000126a9d6dec3c58df75459629e1b1213c8f4a7f75805ec6b3dfc82b45 0.00 MB 1 0
30,877 30,877 0000000055c1dd9c62a2c4571990808a46b4b9c8fec36311699a06f7436678ed 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 775.66 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,379.22 GB sent, 127.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.