Loading Tool

Explorer IconExplorer

Memory Pool

87,821 transactions
32.56 vMB
0.24763864 BTC
Random Selection Loading Transactions
Max Size: 194.61/200 MB

Candidate Block

Mining Attempt 5f95592d7c8b80d987203537e6b3f5a6fdcd9b7641eca973d1dfaa487eea1012
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 0ba6212b0f7ade35a9ec84f327c3a328a3f2a0eb23dc25295378f62c48c61d66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,836
Size: 1.00 vMB
Total Fees: 0.10955093 BTC
Feerates: 538.26 > 10.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (307,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,730 607,730 0000000000000000001437edd81538af0f6dbfcc6df590e756cf0d388ef24fc4 2,263 1.00/1.00 vMB 20
607,729 607,729 0000000000000000000a2e4a7fc6725421326575a74477fa97823968a19e9156 1,795 0.44/1.00 vMB 10
607,728 607,728 0000000000000000000666f4b9068fe88fa4be8ba960759d1683a3c60f9d089c 2,555 1.00/1.00 vMB 25
607,727 607,727 000000000000000000044270f3e3a29fb8d79e97bb212f598bf18d2a1d71c7d8 2,485 0.93/1.00 vMB 6
607,726 607,726 00000000000000000009da0d60257ce17f8b0b4f0c20098d20794eea29fe82ba 3,436 1.00/1.00 vMB 23
607,725 607,725 00000000000000000002920c4c8f2226613145e5141045eeea61431e14e1b5d3 2,336 1.00/1.00 vMB 30
607,724 607,724 0000000000000000001025faf391b5a4f27074229b2a6166c62155c3bd458df0 1,671 0.48/1.00 vMB 20
607,723 607,723 000000000000000000057baf26bf37bc91dd21a61f758ddc16f980aa15f43112 3,289 1.00/1.00 vMB 18
607,722 607,722 000000000000000000034c0b25a9665327eb07e9367810629df853b0496e9b9f 479 0.13/1.00 vMB 17
607,721 607,721 0000000000000000000cfccf802301243a9126bacb299fdd8a7ad20ee7e980e2 2,773 0.76/1.00 vMB 17
607,720 607,720 00000000000000000003736be5669b471dc55a74d9624876fc0fdfed2f51900a 2,311 0.67/1.00 vMB 17
607,719 607,719 000000000000000000106145b1fb03cd43159176c811b103d243457060f9f4c8 1,202 0.33/1.00 vMB 2
607,718 607,718 0000000000000000000b4d7caccd605126ef5b8f64cfa81e5b1ed1f3d026427d 3,104 1.00/1.00 vMB 15
607,717 607,717 00000000000000000014c0baf1a75d262b79c7ddb974d0afc86b8526a73a5319 2,296 1.00/1.00 vMB 26
607,716 607,716 00000000000000000005a82ea867c6109da0c1e909551c0252460d3d7f20bd29 666 0.19/1.00 vMB 11
607,715 607,715 000000000000000000135074b65acc35759fc02e43ec62559a6ecc13972eb092 3,383 1.00/1.00 vMB 11
607,714 607,714 00000000000000000012312d42ba14e79c88a54bd5299593851ad3af801c5c5b 2,689 1.00/1.00 vMB 22
607,713 607,713 0000000000000000000c3a11e324eacc3a4137b0abe3fb975b89f87bafadcf18 2,771 0.89/1.00 vMB 16
607,712 607,712 0000000000000000000fd29d20af0cb16f82fccfe5110d341180a76005af67da 1,753 0.76/1.00 vMB 3
607,711 607,711 0000000000000000000edf698838d89b3517ed440c03bd0ee63fa039db7047eb 2,661 1.00/1.00 vMB 9
607,710 607,710 000000000000000000105874506c18dfb3bce2f5028189e0a3e5d0ce0aa44f18 2,885 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.