Loading Tool

Explorer IconExplorer

Memory Pool

25,459 transactions
5.77 vMB
0.04934937 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.43/200 MB

Candidate Block

Mining Attempt dbae6ded29b441d2b5dea760862f6337da85317f43d145b033103e679ddfa8b7
Version 20000000
Previous Block 0000000000000000000175361dcea3a6ee6c0102459f4d919344d26f63798798
Merkle Root f045f6db4ce4cf400c8d1c74ac78e9ebc4b0be13c3241a586568dbd62e1539cf
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,440
Size: 0.65 vMB
Total Fees: 0.03535224 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,199 (638,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,385 274,385 0000000000000003ddfafbf333257ab959a5bb9a8cfedc66bec8d50ceb6756a7 0.08 MB 154 56
274,384 274,384 000000000000000154a4999249fc26b6202f20e19b8325ab0a99eed76c524b43 0.35 MB 740 44
274,383 274,383 00000000000000044205f39d9779c7bdadfe22166c9f526f8d8d45ed08ed7e08 0.30 MB 672 57
274,382 274,382 000000000000000492f875c141288b5c5db61cc5e9f7d2fc4134dd6725bdf9b0 0.20 MB 455 70
274,381 274,381 000000000000000044dce474a84bb72d2681893a6c17a9b6189a77f38a2b086e 0.25 MB 637 83
274,380 274,380 000000000000000427355cdce956daf76f40fc7c513a18e1e65e4e63c3d74966 0.02 MB 48 34
274,379 274,379 000000000000000319962de60f4b41fec428631dc536d8aace9060c322754cd7 0.15 MB 305 56
274,378 274,378 0000000000000001f3f8786f4487010ecaaeace863cb0573df539bf5d0c4a5ad 0.14 MB 362 49
274,377 274,377 0000000000000000be05b73b769caacf166ac2554472dea9a1565b2ee517c047 0.13 MB 305 53
274,376 274,376 0000000000000001d23b7385eca8c72ad526faad37a27d8a7301bf1eda608400 0.03 MB 79 47
274,375 274,375 000000000000000101d483a1ef50ff0319a424a568f79001fab7de9ae88d6df1 0.03 MB 65 32
274,374 274,374 0000000000000001a2884e8b48311810d0f2baf00ffcec0d7590a0e603f37304 0.27 MB 571 57
274,373 274,373 0000000000000002be16f5a200bdad87d398a937ed72328193fc8dfdb930fbe2 0.20 MB 435 48
274,372 274,372 00000000000000028ce41787de9dcebf7a00001b3c7226b19051dc36d4f90b0b 0.25 MB 572 40
274,371 274,371 0000000000000003ab6f9cc44e637ccf3e4b29a04326fc267b497da8cd3cc3fd 0.20 MB 304 22
274,370 274,370 000000000000000242233a53e3bbc0be55a7fe5ab1193fa660a437595f235556 0.25 MB 715 70
274,369 274,369 00000000000000000ff528f14baba0ec5e4ec64f09fadea4496829fe169e91da 0.24 MB 518 51
274,368 274,368 0000000000000002576682b9a416aaadf74af4da6efa2f09acd28203d6411fe8 0.03 MB 20 12
274,367 274,367 000000000000000061b1a245b7d712239bbb0b7d4d2272e8bb9264b2c170968f 0.15 MB 217 16
274,366 274,366 0000000000000003d2e4169925f4e855f31fc2cb0c5e974271847d06faf998c7 0.14 MB 330 40
274,365 274,365 000000000000000352773211f09439e476287eec2bcfa0a60b47075f7c71c047 0.14 MB 228 43
Previous 10 blocks ↓
Total Size: 779.20 GB

Node Details:

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