Loading Tool

Explorer IconExplorer

Memory Pool

80,764 transactions
30.42 vMB
0.08718077 BTC
Random Selection Loading Transactions
Max Size: 185.63/200 MB

Candidate Block

Mining Attempt 95c24ace260388c25ea9b00d3f5ba06561bee30acb21da3839a63540c7880ada
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 14766ce3f160a997ea95e51ee1e3b5ec1d70b021b1e0ca9abe90ec1e91b3e0a8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,738
Size: 1.00 vMB
Total Fees: 0.01910997 BTC
Feerates: 402.75 > 1.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (417,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,477 497,477 0000000000000000006fa55c1c7202c621e87518e5aa3703879ffcc5c81c914a 1,541 1.00/1.00 vMB 95
497,476 497,476 0000000000000000008c7a17c0da7581741ca2e803edee2aab690deae653e921 2,311 1.00/1.00 vMB 117
497,475 497,475 0000000000000000008e575c32f7f34d164805c09036500fd04d250d4faa86ba 798 1.00/1.00 vMB 51
497,474 497,474 000000000000000000bf6235fc411ddbc5a11fa46721e06b733334c63689b58e 1,654 1.00/1.00 vMB 19
497,473 497,473 0000000000000000009fea72a26f73c2cd65c2a7aac19cc09793b89e4f9b9754 1,416 1.00/1.00 vMB 19
497,472 497,472 000000000000000000cfd23c692a1857140e5b77bb68920909eac154c39b73eb 2,391 1.00/1.00 vMB 89
497,471 497,471 000000000000000000b0a8ad2319e82062fb38af2a56b36c3e4d4808c907c3f6 2,637 1.00/1.00 vMB 141
497,470 497,470 0000000000000000005362c81e3e30b8102b1d47be79dc0889ee971fa0dccd92 1,930 1.00/1.00 vMB 101
497,469 497,469 0000000000000000003213b1ff710207416f180d27d69cbd38f6f6e3d74acec5 2,610 1.00/1.00 vMB 154
497,468 497,468 000000000000000000a25410a8b85424054bf08bac7cde0ac4fbe26f89fac049 2,682 1.00/1.00 vMB 46
497,467 497,467 0000000000000000007ba28431c51ecbffca1a405aee85ac81216ee8a0a68f60 2,731 1.00/1.00 vMB 165
497,466 497,466 0000000000000000004b7eda5dc3e78cadd04b853d604c11489cc1d310dbc724 1,128 1.00/1.00 vMB 45
497,465 497,465 00000000000000000051ad611fd9ff9bb050c624a5b80f371fe36c511acdbdea 2,167 1.00/1.00 vMB 9
497,464 497,464 000000000000000000227025085ca7cded1e8d643fda19f1b826c501b2ef9184 2,116 1.00/1.00 vMB 99
497,463 497,463 00000000000000000015be1f7f17320a58236c90636e9cf70b264a0100bb2428 1,450 1.00/1.00 vMB 38
497,462 497,462 00000000000000000013d9427a9f096392afbe6e0c33496a9021c055ae1ea0d4 1,832 1.00/1.00 vMB 72
497,461 497,461 000000000000000000a0f8b4abe678b143945f35d5d2cf42834b64922c1902dc 2,080 1.00/1.00 vMB 71
497,460 497,460 00000000000000000086e06aaff8453c5301ffcbd09d1bcb6e62af8e16ea7946 1,904 1.00/1.00 vMB 21
497,459 497,459 0000000000000000003471572008f905ff68dffccd6e5c22303ef87eac80a6e7 2,334 1.00/1.00 vMB 72
497,458 497,458 0000000000000000001798135347316b8c00394f694918d117735cf992bfb0ed 1,746 1.00/1.00 vMB 46
497,457 497,457 000000000000000000cfcacbcbc82c4d10e3f597d90d22705b653577ca9bcb2d 851 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 783.00 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: 718.59 GB
    • Received: 17.92 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.