Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,018 transactions (0.41 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,689 000000000000000000022b910000000000000000000000000000000000000000 0.40 vMB 995 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,688 (637,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,224 274,224 0000000000000002acaf089412856356fb62df1d203e067f54b26a7ca1da3b71 0.50 MB 1,057 60
274,223 274,223 00000000000000046832e8741156a467791a13b1c9670b812b9454f4913e7b6a 0.50 MB 896 31
274,222 274,222 0000000000000004749c7c63a684aa227a1a3c920a0544785b71dfc3bd8e9a7f 0.50 MB 1,160 62
274,221 274,221 00000000000000039223e0362f0e9d1a9583dfea61748269bb1ae5d2ae15af22 0.25 MB 742 57
274,220 274,220 00000000000000000b89dd06e4833dd3db2324ba42b498317a4ac30bd23953c8 0.25 MB 768 131
274,219 274,219 0000000000000001a9264193974809cc823b6a771778385c1d9a0534131e804f 0.25 MB 641 43
274,218 274,218 0000000000000001dd34ab54d6c26fe088a74e8813fe8b0d71a2bf9565cc8677 0.25 MB 630 75
274,217 274,217 0000000000000004254e9f2cdf2a819b567516ff09a9518189bf9471194cd45e 0.25 MB 747 96
274,216 274,216 000000000000000445a8c7500679098d440cddad0177771f876708bd26bb4f38 0.06 MB 107 46
274,215 274,215 0000000000000004b9656f854b0cff01c1e54766704f04da68c194dd937553e2 0.25 MB 413 41
274,214 274,214 00000000000000016ba5151498428a7fc5853da3311ff16d7fbfbaa903a4ffd8 0.15 MB 378 87
274,213 274,213 00000000000000049666e2c5a63f221132c985d19ad39565e72faee1357669e8 0.42 MB 1,212 43
274,212 274,212 0000000000000002e14fcd849afa3cb2f306e2488e68df830b373948a86e14cd 0.10 MB 240 24
274,211 274,211 00000000000000015af8f741ebf3a0643a9fa7aa3a63e7e0a0ea4aefde4762f7 0.25 MB 731 51
274,210 274,210 0000000000000000bcc553c153ead4386545ac5cae6ab8cc865a2ce8c1fe0305 0.26 MB 667 67
274,209 274,209 0000000000000003405edd7f2116776b4705e65345be003f3ea880a9f8216b67 0.04 MB 108 38
274,208 274,208 0000000000000001b162a1648e02a789e00eaf0fc4a949db1f4f1a152f166c29 0.19 MB 471 85
274,207 274,207 0000000000000003b9af4568105c843dbbb4a02361bdf4fea30c12c9ac42d43d 0.31 MB 624 73
274,206 274,206 00000000000000018518e4e427443c8662d7a8258c01f1fbcc66c545cfd6cd1a 0.13 MB 303 42
274,205 274,205 00000000000000037fb18dfd5a8c0414d2e1da927153ac2ed5b8e6039cc91ac2 0.04 MB 101 53
274,204 274,204 00000000000000036062d8dbbb4be50b85e64a77a1cc36a2fd0534dc4c975c03 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.51 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,425.49 GB sent, 131.20 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.