Loading Tool

Explorer IconExplorer

Memory Pool

17,944 transactions
8.12 vMB
0.02659149 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.84/200 MB

Candidate Block

Mining Attempt 91e1e59f782315e78356ab1ea76083c1571788871cacfeaef477daafbb09538c
Version 20000000
Previous Block 00000000000000000000a3bbaab364c8a67678d454613e29c10bae8cf58f784a
Merkle Root 4860a2d2f204412e2ac39c6fabdf1406d8630cdb05bcaf987f19ef378368cf42
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,938
Size: 1.00 vMB
Total Fees: 0.00955780 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,410 (706,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,387 207,387 00000000000003556facff19fb37c48e554fae74956e500ec238306265a66e7b 214 0.08 vMB 193
207,386 207,386 000000000000044344fd41573253f17d424fa7d8670568e6bdcb03d6da9354cb 607 0.25 vMB 184
207,385 207,385 00000000000000f4a215a584cdcd611e444b26a8f09946b59ac30f1b42809d68 126 0.05 vMB 63
207,384 207,384 00000000000000d19fb0af77ec2873f0204a18408b657b43724cb326e72fe1a1 609 0.25 vMB 209
207,383 207,383 000000000000042249a2cb40948c80cd4c396fa77725d4f06b398f2a556efc83 1 0.00 vMB 0
207,382 207,382 0000000000000250edd712e58305ee314322b74c21da1b4cef53efcb37f3f2b2 487 0.21 vMB 215
207,381 207,381 00000000000002ac20d2d59e90b650bc6e897c2e22964842e226455a6a1f5882 117 0.05 vMB 120
207,380 207,380 000000000000021ce1c6b6969dd10eabedd1d81fe0ad6fb2353185d5a9a66fb1 557 0.22 vMB 281
207,379 207,379 00000000000004b8adecd4ca804f1805e787b0a8f80841ba722fcbf62aa30bee 118 0.04 vMB 179
207,378 207,378 00000000000000132f9271d56ca9b01a7fe3e2733c194f7bb4acec2a04d5c68b 122 0.05 vMB 99
207,377 207,377 000000000000001dfd85e765f549b3832c153c8ae599fbded9804d40ca404d53 27 0.01 vMB 104
207,376 207,376 00000000000002f5bb8a99ff68fb789046bad882f6c0ec684bbe2ee6ae605e53 154 0.06 vMB 171
207,375 207,375 000000000000005940ac8a4e658ff193cdfaacdc2cbadd91a954ef42592fc1a6 7 0.00 vMB 20
207,374 207,374 000000000000010eefdaf6e1e0a74ada91ff729398eab7707cd92368a1be0ebe 64 0.02 vMB 398
207,373 207,373 00000000000004078241a7d53b82345673c73a6bff561116e972998e20e16a4e 84 0.05 vMB 131
207,372 207,372 000000000000017b8b165cdbb34922610840834fd812bfa5984f622a648aa54f 63 0.02 vMB 152
207,371 207,371 00000000000002558ae67edd5e583acaefd30abf7d6b25a68404301dc14aca73 333 0.18 vMB 134
207,370 207,370 00000000000000d66556f6eacb70979c0192d7a139bafcec088df851c98019e8 312 0.16 vMB 312
207,369 207,369 0000000000000111cc9c09ff16bb6ada307e0edab2720d4ea24eca5f05125691 162 0.06 vMB 226
207,368 207,368 00000000000000df123d23b4d2fb10374ae329ff1213469ab7d44c8f14a12cda 136 0.05 vMB 123
207,367 207,367 00000000000001d0c303ca9a8d3f39c7a49be8bc6eeafb62bbeef9ea1d6342a2 10 0.00 vMB 43
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 283.49 GB
    • Received: 1.13 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.