Loading Tool

Explorer IconExplorer

Memory Pool

34,146 transactions
25.71 vMB
0.05939665 BTC
Random Selection Loading Transactions
Max Size: 130.05/200 MB

Candidate Block

Mining Attempt f8b939fa46931e41993713b7708b38dcfb311e214b63e4c7f72144a417fda329
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 2d74d2a7289a1764e3f8ace15f7f8c6782a872832dfe8667f1027d076f48272f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,031
Size: 1.00 vMB
Total Fees: 0.01252962 BTC
Feerates: 74.70 > 1.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (217,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,333 697,333 0000000000000000000c5268c4a33127b8de4b89da9b8dc0cfe8cb3013abd37a 1,753 0.88/1.00 vMB 8
697,332 697,332 0000000000000000000581988d9a2a0cc79aa7133e83b2963f61d94d5bc194d3 2,452 1.00/1.00 vMB 19
697,331 697,331 0000000000000000000474f0525dfe47fb67cd7b48d1bad322a2c57ac005cbeb 1,608 0.97/1.00 vMB 4
697,330 697,330 00000000000000000004e1ee7ffa5470eb0951c0a259bfb587d4d0df77dd5146 1,285 1.00/1.00 vMB 14
697,329 697,329 000000000000000000033950845478efacf30e649e28b00910d5a86580f68a84 1,129 1.00/1.00 vMB 6
697,328 697,328 000000000000000000031583366c4d36ffe471912c4d48c892a7151fa0171c9f 1,115 0.63/1.00 vMB 11
697,327 697,327 0000000000000000000f3be6ad0ff25dbc617294117154cff680b0d94291fe34 1,354 0.63/1.00 vMB 6
697,326 697,326 0000000000000000000fe2b41ce5f6c13ce72499796b4c0fb953d0088a772f7d 2,017 1.00/1.00 vMB 9
697,325 697,325 000000000000000000024fc4ae9ef15ffa05f2ff8fce0b9b18a0edee8dab66b1 1,039 1.00/1.00 vMB 17
697,324 697,324 000000000000000000033154965d3842310440a1f89d22a87b1141e0e6098db7 512 0.26/1.00 vMB 12
697,323 697,323 000000000000000000085fd7fe811ec16b5ad5c209c99b56de8055bf3f0c714c 286 0.11/1.00 vMB 7
697,322 697,322 000000000000000000106e65e2542abd13296ee09de64f131536b17691e4a043 531 0.20/1.00 vMB 2
697,321 697,321 0000000000000000000ba8c511bc32f5338f1b5ec1c81ec6294b7b3df0f91cf7 2,221 1.00/1.00 vMB 14
697,320 697,320 0000000000000000000813b6fdc4561804838358ae7e84309cd3cfbf022b969f 891 0.37/1.00 vMB 10
697,319 697,319 00000000000000000003cf284f1ce1109cddedacb3331bcf2793717956b9d229 1,607 1.00/1.00 vMB 4
697,318 697,318 0000000000000000001205982899ccdcfd8b407c63b9a23c8b5f75ef1261aee5 2,672 1.00/1.00 vMB 17
697,317 697,317 000000000000000000059d8d3873b4f8fd90d37236f9e32ce2a9359eca8b57e2 1,420 1.00/1.00 vMB 10
697,316 697,316 00000000000000000001f5802e82129003b1399a4099bfeb592d088003e4daf1 702 0.38/1.00 vMB 20
697,315 697,315 0000000000000000000a5c7f775d648c75064434474432d22a41574283e87c50 1,078 0.56/1.00 vMB 9
697,314 697,314 000000000000000000018ef187ad88f413a1e98e8d31189f5071ecb780cd2b94 115 0.03/1.00 vMB 19
697,313 697,313 0000000000000000000a6ed2bddb0910dca60ef256742f2c89a79afaf5d9561b 403 0.26/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.85 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: 638.63 GB
    • Received: 12.49 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.