Loading Tool

Explorer IconExplorer

Memory Pool

51,229 transactions
30.90 vMB
0.15829183 BTC
Random Selection Loading Transactions
Max Size: 165.61/200 MB

Candidate Block

Mining Attempt 6ddf7c050923ab78d2e85dfff61a91be5f5fbd5f15348da53650ca6e1900ba1b
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root a44e8058d7896e3fc0bfccf59f34cc526c66cd8c46b4b8a0cbd23a494ef64a63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,856
Size: 1.00 vMB
Total Fees: 0.08207193 BTC
Feerates: 200.91 > 8.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (874,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
40,356 40,356 0000000043812fb152776f41492faf8773128eb2989544a3143fdb6e07712349 1 0.00/1.00 vMB 0
40,355 40,355 0000000050a593c3d2ae967b9a481ecef43050bca678b3bccd794b81722f2871 1 0.00/1.00 vMB 0
40,354 40,354 000000001679b2f79ef1f65185289c42823c7dcb37d873183576ee2a8ce2e0d6 1 0.00/1.00 vMB 0
40,353 40,353 000000002ba516ffa3c95de1bea893fa2eea1f7a71b7a30a503fdddc26b31f50 1 0.00/1.00 vMB 0
40,352 40,352 0000000053d6f7efb621c066a310ceb2561cc054b8c53fe018d465a3d007624c 1 0.00/1.00 vMB 0
40,351 40,351 0000000021045c96be78b1d660c539f248c304d56afdd24945b7a14ff7667332 1 0.00/1.00 vMB 0
40,350 40,350 00000000335d372d7ba5e619abbfcf3bf49b00c854caed470f014efd7276fa30 1 0.00/1.00 vMB 0
40,349 40,349 000000000931814c640cc6674c39620a1dbbe7201c573a5a0376b5380d1a9c14 1 0.00/1.00 vMB 0
40,348 40,348 000000001ce14eb3825158b6e48b4a325fdaa9c3117dfa1a82c46a9385fe2b61 1 0.00/1.00 vMB 0
40,347 40,347 0000000055882e7db01667ad951499fbe67627c425a53b53883fae04b69b8d9a 1 0.00/1.00 vMB 0
40,346 40,346 000000000df8ad504560a25322b4cc835db27cef6b22ecb6ed62142338369b12 1 0.00/1.00 vMB 0
40,345 40,345 000000006124f292e159c158e1bc2a7d5d412b57228a98b152f2cfdd94d2b72a 1 0.00/1.00 vMB 0
40,344 40,344 000000001c2163a575fafbad0a3c950ec5d79fc6e604a35ab6328ffa5a2d8d7b 1 0.00/1.00 vMB 0
40,343 40,343 0000000040bbfbdc7e447350eed8e0e014b4234f38b264c35f9ccd7100cfa2a3 1 0.00/1.00 vMB 0
40,342 40,342 00000000126726cc0c3cee313bb41afbc7edef9f70825e2520a7625313ec0886 1 0.00/1.00 vMB 0
40,341 40,341 0000000017d737a8f144594cb0e5e628d0e7c4f79ecf84569d8744def35f7270 1 0.00/1.00 vMB 0
40,340 40,340 00000000074c6c9cdc08c4675b96263b16ec894538183af9759cc124f63b9947 1 0.00/1.00 vMB 0
40,339 40,339 0000000013ed5f80a2273cdea547c415d09517e5cd438e9af7febef12c9d91ca 1 0.00/1.00 vMB 0
40,338 40,338 0000000044ec2b6c307eb3b7f2ff69cd656afa90ab1679e23b156098c092c6ea 1 0.00/1.00 vMB 0
40,337 40,337 00000000524f602c531a7a4dcf19a9012bb12c720d444d990e5f766e4b2eedc0 1 0.00/1.00 vMB 0
40,336 40,336 000000002dd78e1e74e1ebf6ff587a7299ff3b8e38e312d994ca0174711d498d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.53 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.