Loading Tool

Explorer IconExplorer

Memory Pool

50,538 transactions
28.37 vMB
0.06639236 BTC
Random Selection Loading Transactions
Max Size: 152.56/200 MB

Candidate Block

Mining Attempt c0b7b539d7fbed8ec546ae5b4573ebb841e8d154dd57ac42040825fac99f9f20
Version 20000000
Previous Block 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9
Merkle Root 716f5afffc11d8c8cd8036ac23d79307369ad213bd0532402b19127b2788cfd0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,900
Size: 1.00 vMB
Total Fees: 0.01215837 BTC
Feerates: 100.00 > 1.22 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,794 (530,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,247 384,247 000000000000000002a081e38bb8aff7eb27699f7dd566d61092c33e69d47ae8 43 0.95/1.00 vMB 1
384,246 384,246 00000000000000000a95c29fbb705e0c3bf35ba831ebbc6756079df583337ab6 2,379 1.00/1.00 vMB 54
384,245 384,245 00000000000000000ee0fb0c46252a009cb52d6b702a2b172be4980744b08f52 167 0.28/1.00 vMB 9
384,244 384,244 0000000000000000095f56d0b80de5f635dcd49ff2260c6f1fdfa2d5797e7f86 1,585 1.00/1.00 vMB 23
384,243 384,243 00000000000000000e96c47f48d5ed25d79e0ee135f86262b39ecf5dece4dda2 17 0.95/1.00 vMB 0
384,242 384,242 000000000000000008ca2ba819c17c097366ea1b1b40130cfc0ab230e5ba9bed 1 0.00/1.00 vMB 0
384,241 384,241 0000000000000000062ec7e55c2bc70620f0f7c3ded4c624df3b7fcec638f8d6 2,589 1.00/1.00 vMB 39
384,240 384,240 00000000000000000470716e58e7b261eecc4307e624f8746eb8b32c05cf8303 113 0.09/1.00 vMB 15
384,239 384,239 00000000000000000c54d61eb3500ade8dc092cb8e5a8fe48d9e7bcd5c649b38 386 1.00/1.00 vMB 4
384,238 384,238 00000000000000000d68e102c9b4d63d78ae7d5bbf1dc8b4d2bb6ac03c482084 727 0.35/1.00 vMB 32
384,237 384,237 0000000000000000044c42032559e3be9a5e5460d629479f9c052ad12b9a39b7 723 0.32/1.00 vMB 44
384,236 384,236 000000000000000004249a394a3fdbf11686c7643864cf3dc723e242c84bb484 1,898 1.00/1.00 vMB 28
384,235 384,235 0000000000000000070af70f4ce89db538d3bbba150628c0bd4390c021391d4d 253 0.13/1.00 vMB 30
384,234 384,234 00000000000000000d33f56dc09d98e2c10140af79a5faeb1f4274ccb07ab7af 1,390 0.99/1.00 vMB 21
384,233 384,233 0000000000000000053118abb70884a471e6497b40977023e6c71ef872542fb4 2,262 0.99/1.00 vMB 33
384,232 384,232 000000000000000000c24514853fff94368d78a99a4116a641881ee3f6ecfdfb 1,627 1.00/1.00 vMB 22
384,231 384,231 000000000000000009b53dd00bc6e76c6b6a234ec91e0711a24684c34989530b 3,140 1.00/1.00 vMB 65
384,230 384,230 00000000000000000bdaedc9ce00b0cd8b64d4ff92839ac956bbc1bb1b48f522 1 0.00/1.00 vMB 0
384,229 384,229 0000000000000000082d8f30c391346926b4e47a800919e6d5537713b9fec662 1,215 0.87/1.00 vMB 19
384,228 384,228 00000000000000000c7b8c286f96c6f8357a94527051e56b948c731dd1b23cdf 2,386 0.78/1.00 vMB 47
384,227 384,227 00000000000000000b5776d258f670114fc923ec957c225fc806c1371b685e2c 1,469 0.84/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 649.92 GB
    • Received: 13.23 GB
  • Uptime:

Notes

  • 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.