Loading Tool

Explorer IconExplorer

Memory Pool

34,566 transactions
10.76 vMB
0.19414777 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.37/200 MB

Candidate Block

Mining Attempt cbdc7ce990da287c3db18aea10a499feca9c125ac1a3bf7542f91f9ebb17d24e
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root ebdff074e10e3a86b1b90a8098d85aa7782ed2a3992a14eff661a8cefada2fa6
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,357
Size: 1.00 vMB
Total Fees: 0.08258883 BTC
Median Feerate: 5.78 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (646,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,696 266,696 0000000000000004d65b45c9a78f76d4f49cd8d6c165a1d01106a336f7822159 349 0.15 vMB 89
266,695 266,695 0000000000000007555ba23f223be70215f2c9a47402993cc59e5a3b468250af 394 0.15 vMB 107
266,694 266,694 000000000000000953d21436f0a0a4e87823fc2bf091856d7905a4a8cd64ac5b 149 0.06 vMB 91
266,693 266,693 000000000000000545ceb48ca63697dc6ee601d3e70c2e2340eddedc39e46425 508 0.18 vMB 97
266,692 266,692 00000000000000073bcbedd774dddf739e9f3f84dbd1916a49627a742d306024 384 0.19 vMB 86
266,691 266,691 0000000000000009d5bbe52d8f0a80f0413c24c91d27a95499b474f6c7ff0404 288 0.11 vMB 35
266,690 266,690 0000000000000003c1c778d7f300df158ab5a4a7a2dd28357fe63d7ca133f97f 690 0.25 vMB 104
266,689 266,689 000000000000000908fddb47210344de50e6d3bd842e649c68853eeee0390dcd 123 0.05 vMB 79
266,688 266,688 0000000000000007a282da1be9cb9e6b7dfbc76b7fbd4a34795f29d3d10cdae6 39 0.01 vMB 213
266,687 266,687 00000000000000090ec46b4cf9216ba8cb195702e4b2f8786092fd51527fff3e 308 0.12 vMB 101
266,686 266,686 000000000000000911cd90392a320b5aaf8ad8d9a75564327698ec87ccc39d75 165 0.08 vMB 55
266,685 266,685 0000000000000008025b6fd9d10988c086dcfb34c63bf6356df86a4ec34ce46b 307 0.16 vMB 3,389
266,684 266,684 00000000000000090252e8495b342db4a17e793bd6cc8f7cfcb2dd92c990d26f 119 0.05 vMB 108
266,683 266,683 000000000000000789e7fffe91bb5e40e7cd524a7cd4091e3043667242fd0a56 93 0.03 vMB 60
266,682 266,682 000000000000000a7ba6aa6511d2c2a7074c1a7648fd68fe8d204c8b0ab99809 192 0.07 vMB 76
266,681 266,681 0000000000000002a1bbca4a12aa18bae15c2a4d2623ed45e165190597afa942 487 0.21 vMB 94
266,680 266,680 000000000000000296f551af606e46eb660478a9363b25b1d0f7b328706594f7 117 0.04 vMB 102
266,679 266,679 00000000000000077169235eac3978d0ee8b20753009eb81733aeb999ecf80ab 68 0.04 vMB 36
266,678 266,678 00000000000000042fbb03ca811222f2040b20505b0682a6f8ae9983e3897f19 391 0.17 vMB 96
266,677 266,677 000000000000000285d2d0e18cac2be7033e8bae6e75ce90fa6440b05812a335 87 0.06 vMB 43
266,676 266,676 00000000000000037841932cfbc4eec501522406c9fc7d366036591327aeccdb 59 0.02 vMB 63
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 71
    • Outgoing: 11
  • Data Transfer:
    • Sent: 22.57 GB
    • Received: 0.45 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.