Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,964 transactions (2.53 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,804 (735,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,509 176,509 0000000000000265f329c72fd35c609dd23b61e95eda2241a92a10f74568576a 0.03 MB 36 21
176,508 176,508 00000000000000734dc66ca309650a3b60a701bfb9b20848c79e41d0ab05a9e4 0.04 MB 86 141
176,507 176,507 00000000000009a15ef7cef13784c82ee8255e074951158b0193170d2e3d1e0f 0.05 MB 12 1,123
176,506 176,506 0000000000000447c51d99541c5319695acdced6f1376a9d0e18aa737ba1b0b1 0.02 MB 52 54
176,505 176,505 000000000000035880acac96454836961d8c89e9e6a31b12b97f65319ec08dc0 0.03 MB 41 228
176,504 176,504 00000000000005bb3d17126ed308577d5c96c2b63270ecfe7b2cfab8903405e9 0.01 MB 12 20
176,503 176,503 000000000000077beaf6a9a889baa0ae006c002f54d475afd2af7d48899201de 0.03 MB 35 58
176,502 176,502 00000000000000d2f41d955173e79d02a6854b59435697e9854b2cafd9af8ac5 0.04 MB 61 128
176,501 176,501 00000000000000396d827c2b7bb972471ffa259d4652864a3fa981e72db60187 0.01 MB 26 112
176,500 176,500 00000000000003249a97d28e3f30e4235d684ca26d9094867dc9ca591a6b6233 0.03 MB 107 21
176,499 176,499 0000000000000209af2de157f2f4ff33099bb916389fa1dff4a752ef495df2f3 0.04 MB 91 523
176,498 176,498 00000000000006df66fce255e162f270334f9b869425a28b393682b1aae9eb88 0.04 MB 80 160
176,497 176,497 000000000000071c6929b73d1b1a5e7c85563c20771f8295844ea29cb5ea41a1 0.08 MB 102 78
176,496 176,496 000000000000031097a717384f00432b004beb00bceca1adc37b71f21c7e66e9 0.00 MB 12 457
176,495 176,495 000000000000045b231e1a348ea5d28a4d0841e82b663a10ed8e6490d0f37461 0.03 MB 31 183
176,494 176,494 00000000000002ef8f3f01ce3719f6506bcbfa293f8d4836752c97a730f95d88 0.04 MB 43 38
176,493 176,493 000000000000085f102b4f2d833d54d03360fb93da2d87f6021becd28d9604a8 0.03 MB 24 109
176,492 176,492 000000000000015346fc5828b8f191ccab44641550266f266bab5b2a4450b306 0.01 MB 34 141
176,491 176,491 000000000000093d2e320be62a98d29f14de296dd4262483886037c4158acd8e 0.05 MB 140 81
176,490 176,490 000000000000070b661f698933453372046fba3463b7d81d857ee0c15902d535 0.04 MB 17 61
176,489 176,489 0000000000000570ef305db07744bfed0804195ecde5c5a7383f46c1990c9bc4 0.03 MB 109 59
Previous 10 blocks ↓
Total Size: 776.73 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,454.42 GB sent, 132.22 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.