Loading Tool

Explorer IconExplorer

Memory Pool

43,963 transactions
27.06 vMB
0.09459681 BTC
Random Selection Loading Transactions
Max Size: 141.72/200 MB

Candidate Block

Mining Attempt b0f947b7ada531fffb457a08deb50a0a3f62df760e6af0c3737fbe791b5ded75
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root b4f26bc1d26902c29ec6ad4c21a87d4689058c81d4301b39a8f3ba3d9c1fd557
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,541
Size: 1.00 vMB
Total Fees: 0.04232994 BTC
Feerates: 151.16 > 4.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (252,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,290 662,290 000000000000000000089fb39cca71dcb2f4f22aa1138772938901994c5ef5f0 769 1.00/1.00 vMB 127
662,289 662,289 0000000000000000000afde5936bba85449759345a1af765b9357d696cb968fe 1,216 1.00/1.00 vMB 5
662,288 662,288 0000000000000000000d1bd512bbca58ea252a721a861836476dde800f5512d5 1,661 1.00/1.00 vMB 15
662,287 662,287 000000000000000000076c3a032e2eb1eb9a8717f3fa94035e64be7f1312c68d 1,150 1.00/1.00 vMB 73
662,286 662,286 0000000000000000000550d1b49e60da00f4f8dd44ac428300f33b841ed2fa98 2,079 1.00/1.00 vMB 74
662,285 662,285 0000000000000000000d5e3b0c94874eb4073b1a2d24a6d9cf8a1eae34da566e 1,579 1.00/1.00 vMB 38
662,284 662,284 0000000000000000000428f94f3c473d9be4fd6fc568661956e0461f215e0743 2,272 1.00/1.00 vMB 81
662,283 662,283 000000000000000000039c03a82651640932845f247ae80aded6d15c155c381b 2,188 1.00/1.00 vMB 51
662,282 662,282 000000000000000000040858253e363185faf9554007b008e87a9bb00e54e06f 2,223 1.00/1.00 vMB 52
662,281 662,281 0000000000000000000eb676df8a67a9b2fa3848b7d1fc0b21b85957fb676e98 1,793 1.00/1.00 vMB 36
662,280 662,280 0000000000000000000964e01574e5a88771948ffea8b3374c5eb7d5438cdc1b 1,596 1.00/1.00 vMB 9
662,279 662,279 000000000000000000002bd97c76a51737a687a60fd4720b3e75a9c7eb14f249 885 1.00/1.00 vMB 9
662,278 662,278 000000000000000000064287a3fa9ae4dc004c749e59fa47d4b0669a3b28a9bf 1,222 1.00/1.00 vMB 15
662,277 662,277 0000000000000000000e825021471fdf234b957b8cf6d8090f0052ce16dc45e2 2,483 1.00/1.00 vMB 33
662,276 662,276 0000000000000000000ecc942ff9f0d6da6ca3436e5143955779233006ee6984 2,484 1.00/1.00 vMB 63
662,275 662,275 0000000000000000000339b774ff81c8de5443cf72f18e0a4b33777e273b8480 2,141 1.00/1.00 vMB 97
662,274 662,274 00000000000000000003dd61d624fd4ffb357ca9292352910fa17d5305d2cfcc 2,288 1.00/1.00 vMB 21
662,273 662,273 00000000000000000009f40fc76cc42ee0daab5b54a2da440d717e2c5a363721 1,885 1.00/1.00 vMB 34
662,272 662,272 0000000000000000000abb4c5a9d90902757987ce9658dca8571adb681f35250 1,547 1.00/1.00 vMB 42
662,271 662,271 0000000000000000000e3d986ebf895aaef215d9230307f2fe4ee4c010d07813 2,144 1.00/1.00 vMB 9
662,270 662,270 0000000000000000000b9d5ea579f827b61ad8d2f2a69c17021dcc508846ff52 1,983 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.85 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.