Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,096 transactions (3.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,242 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,484 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,241 (880,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,890 30,890 00000000baaee55ec76f1d12febca7cf82bb7a52d4d2b4f4540aca52da9a4027 0.00 MB 1 0
30,889 30,889 000000004037cf23a2feb755125f73d26e47f53a4e119653b18f6ff01579f347 0.00 MB 1 0
30,888 30,888 00000000c0d00db30ba101ec14c8a97ca7a428094c79754f1fdf65284fb9530e 0.00 MB 1 0
30,887 30,887 0000000043b51773e76ba6bc196a2c648ff02d39ee930a7e85f3c90cb19c43b8 0.00 MB 1 0
30,886 30,886 0000000031d7b637a2d01223d8dd2f5e789ffbecdb26675ca26f3b61e84a9047 0.00 MB 1 0
30,885 30,885 00000000e3220fe46514bc2b79ce82776c0f2c3b58f5e13792bb619dcc7846af 0.00 MB 1 0
30,884 30,884 000000005044be716a689cb5cf65907c6e2769098aaf5db195e68811701c8847 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 775.69 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,382.58 GB sent, 127.34 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.