Loading Tool

Explorer IconExplorer

Memory Pool

28,656 transactions
12.13 vMB
0.02929913 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.21/200 MB

Candidate Block

Mining Attempt 4254a195b9428198fb793fd705f611ebca16e46e0aa2d5dec4d87612a7852167
Version 20000000
Previous Block 00000000000000000001618c17567df601b1cd592032cb5ea4638f60527e241a
Merkle Root d1622df0625176bbd85c6e29e804b5d0df2f9043bda39b75a469054703ca9b65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,905
Size: 0.99799725 1.00 vMB
Total Fees: 0.00896810 BTC
Feerates: 502.67 > 0.90 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,680 (716,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,298 197,298 000000000000064528fd92832b8de998679d265b47512b4d6682a6520b187047 233 0.07/1.00 vMB 46
197,297 197,297 0000000000000504978435698e71aa6c5d659eb2981fa689e8dc0b7ad121f471 60 0.02/1.00 vMB 120
197,296 197,296 0000000000000626c24d98b8bc0fc85e360366ef5fe0212bbfeb35fb80d740c1 256 0.14/1.00 vMB 108
197,295 197,295 0000000000000126173c046f5c045045661e5c5a650ac8ab7e670f12cc63dc1f 60 0.03/1.00 vMB 66
197,294 197,294 000000000000040d1b00cd759b873d96b068057ab8d2a5074b888c4813eff987 357 0.16/1.00 vMB 136
197,293 197,293 00000000000004e79bb97e87debe4acf52dee90d7af800627855f86b6f008ebc 400 0.15/1.00 vMB 137
197,292 197,292 00000000000003cb6c8febc5f73211cd5074cb855128c42e43331a4f8ed61a6b 268 0.14/1.00 vMB 182
197,291 197,291 00000000000005c839363eeee11f2a13eb0140d8b53611f27a36b28da0a40982 117 0.06/1.00 vMB 125
197,290 197,290 00000000000002be1c32a53b11b2f666ff75952af88f9942729f0409ac4da2ad 148 0.05/1.00 vMB 116
197,289 197,289 00000000000005af4ee1320285fe33adc1e0e5a12013bd23d9813c8589720b79 166 0.07/1.00 vMB 121
197,288 197,288 00000000000004f6f161a5034e7ec824e905a83988b8e227f75c8e41fd3ca22f 80 0.03/1.00 vMB 85
197,287 197,287 000000000000006bfde24b61a66176fe320d205f24399d01f0fe89292ada8dee 23 0.01/1.00 vMB 94
197,286 197,286 000000000000012cbfde72ccf0f915e1145d7876772e03ad4205403df25ccffb 69 0.03/1.00 vMB 107
197,285 197,285 00000000000000f57545d610cdb02392f20f37efe8f8a80fc42c0bf6a493374e 192 0.05/1.00 vMB 15
197,284 197,284 00000000000003ab6851f1c138d032075cace7aadd90b7a1bc0d5792b2637ea5 169 0.07/1.00 vMB 185
197,283 197,283 000000000000069a17b56ae5dccbfc93afd8f4c6c98bfc705d9b7c7df54f09e5 268 0.10/1.00 vMB 134
197,282 197,282 00000000000002b5d58ff44106383b6988ff3e1267b3bfb4c3a85364237f261e 321 0.14/1.00 vMB 143
197,281 197,281 0000000000000673a1645fd6281d9033df933803f7db90c3f509ca29a24a0b5d 26 0.01/1.00 vMB 117
197,280 197,280 00000000000001b38e93f02be1f00ae3f39c4ab32dfb989154d38cfce2b29a4a 145 0.10/1.00 vMB 104
197,279 197,279 0000000000000088246a0a90732f7fca77d0b0087c1997a91311e70a54b33da8 218 0.09/1.00 vMB 138
197,278 197,278 000000000000048cc655fa1a2506237e1dd0d027a77519e3eae16b6a4bddd16a 122 0.05/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 780.06 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: 488.24 GB
    • Received: 3.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.