Loading Tool

Explorer IconExplorer

Memory Pool

41,598 transactions
28.91 vMB
0.06886242 BTC
Random Selection Loading Transactions
Max Size: 148.09/200 MB

Candidate Block

Mining Attempt b2c9ea7bff1af9398b6479917006afdd3a35e103ab81bc5fc8482f5f951e2c7f
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root f5cc726650a9cf1dee426ba55b5f3182034445a0a3c7b2732104e0ae5e354acb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,716
Size: 1.00 vMB
Total Fees: 0.01261798 BTC
Feerates: 100.36 > 1.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (464,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,077 450,077 0000000000000000014c1988634fc326393e506d6493e03f79225966e800143b 2,075 1.00/1.00 vMB 85
450,076 450,076 00000000000000000153e48fd3ba9155266eb01a4afa318ca97be25ceb96943d 1,759 1.00/1.00 vMB 88
450,075 450,075 000000000000000000f311e6a7b14cdb5515c338d9b0553082d769786217f0ed 2,488 1.00/1.00 vMB 116
450,074 450,074 00000000000000000157c677e69adf6194529237c3ad7800d4c2f67755e5cfdc 2,047 1.00/1.00 vMB 56
450,073 450,073 000000000000000002a8508120b54ff86dd696c9dc4bd6a0ed934354a6627630 2,153 1.00/1.00 vMB 108
450,072 450,072 00000000000000000145099df38de1371782e66ce2054383db379a00925098a5 967 1.00/1.00 vMB 34
450,071 450,071 000000000000000001c38253ceda9dbd3cdb85b855b32296eafb5296d619e74c 2,127 1.00/1.00 vMB 58
450,070 450,070 0000000000000000003da490dbe0a48758afa626a5a0ccc1c43d8538e52937b2 2,141 1.00/1.00 vMB 85
450,069 450,069 00000000000000000082fcaf06a5af5fb196a6728aab55605406415ac3e7252e 2,140 1.00/1.00 vMB 69
450,068 450,068 0000000000000000008f145145fc0c1f4ecfbf2507eb09ca4e3cd1ec74d15950 1,525 1.00/1.00 vMB 84
450,067 450,067 0000000000000000015524160f6807c2fddbcfd6249933723f25d79ee85ba14d 2,293 1.00/1.00 vMB 96
450,066 450,066 000000000000000002af39fdacd6e6b1c52dc66e642ade397cc0d85b2cce16b7 2,442 1.00/1.00 vMB 133
450,065 450,065 000000000000000002a530b32efce4cb4ee01b401d58592ce36939d84c9f94b9 685 1.00/1.00 vMB 142
450,064 450,064 000000000000000002c48f1a54758dd5ce57b68f0a7a2a606e900bd513cf20e5 1,448 1.00/1.00 vMB 61
450,063 450,063 0000000000000000018423b791fc96849d6441f7e5b5284e533936c1dbc3b4ff 1,151 1.00/1.00 vMB 42
450,062 450,062 00000000000000000205de55fd3b8e7431181a3bec961eb1e58f150e47ff3f7a 1,455 1.00/1.00 vMB 99
450,061 450,061 000000000000000001e051de3f87a2419a040923115058754a914d2b886303bf 1,833 1.00/1.00 vMB 76
450,060 450,060 000000000000000001894538e9f0302c14e970ddac89aef6f5c78cb651d7c737 1,183 1.00/1.00 vMB 58
450,059 450,059 00000000000000000226e5f979cce1d768f4186555e7c7d4f568b5ecfaef88f3 717 1.00/1.00 vMB 13
450,058 450,058 0000000000000000016a9e43b4033638ad10935ba8188eacddc19da866d3251b 636 1.00/1.00 vMB 28
450,057 450,057 000000000000000002b3d5f9c80d808a72a1a5f42313368d8ff5f5b6a9435b8b 1,779 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 781.71 GB

Node Details:

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