Loading Tool

Explorer IconExplorer

Memory Pool

78,340 transactions
28.95 vMB
0.08310947 BTC
Random Selection Loading Transactions
Max Size: 176.16/200 MB

Candidate Block

Mining Attempt 2a9a357592fbcdd67fea1a72ec0611d3fdfd3a21f814f3a4a78b780aa72ee678
Version 20000000
Previous Block 0000000000000000000173e04047e2fe39105b58a1ecaf148a4d5ecb3621b13e
Merkle Root 26dda4416ade372822128b607b6571e6a7e30c9c99eff1a08d11ba786ab22caf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,042
Size: 1.00 vMB
Total Fees: 0.01935084 BTC
Feerates: 100.36 > 1.94 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,600 (687,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,757 227,757 00000000000003271e7c4cdb70ad9a8bb6045f89a654fa3eb06de87fd0b98e0a 303 0.12/1.00 vMB 189
227,756 227,756 0000000000000037e544e21b06f2c8d23aa700d0b78954442d82ff0ff5fd950d 68 0.03/1.00 vMB 163
227,755 227,755 00000000000001b8712c9efeaff1101a931123c5622b393f088ea8c5868fdbb0 17 0.00/1.00 vMB 211
227,754 227,754 00000000000000c16d727976814d429a86e201de229de2931916f6c3f14ce716 15 0.01/1.00 vMB 151
227,753 227,753 00000000000002cacd2d47fef4bc48fc0be08b71c5f4f79d39430d87c83dd433 181 0.07/1.00 vMB 198
227,752 227,752 00000000000002c86030ea967f03f9725f65a7dcf6d3394081f89acaf34dfb87 193 0.12/1.00 vMB 136
227,751 227,751 00000000000002c9a97e479b5abc9ffa2b539a3130226d601f2b46f823b28025 159 0.07/1.00 vMB 166
227,750 227,750 000000000000020356a2c1b6d9786d305eaf4da3d238351d502941bbc5dc1409 221 0.10/1.00 vMB 199
227,749 227,749 000000000000020c1150d53f9010cf1f8b95a727502343e1988d2cbb3673de31 95 0.05/1.00 vMB 177
227,748 227,748 000000000000011001f0ec3594ee136d2cb73ef88fb474154fce44547165cd3e 123 0.06/1.00 vMB 272
227,747 227,747 00000000000000f134b085db21b37ff857962519f08c6e4b0b1be8dcc2d79401 44 0.03/1.00 vMB 124
227,746 227,746 00000000000001bdc98de6cefb76a03e0d47cd6866ee6a353df9b8fee00c4d9d 102 0.04/1.00 vMB 190
227,745 227,745 000000000000002f56d2835a3d96695a9181a28201c8844fafbd471f886af1b3 217 0.11/1.00 vMB 129
227,744 227,744 00000000000001613371ba354e5de420327d97d7a530ab1b1d75a3e8d5a37f1e 234 0.10/1.00 vMB 153
227,743 227,743 000000000000023a42c1af6786eba798d53ec0d75062c31b2e97b387dbb42a78 44 0.02/1.00 vMB 258
227,742 227,742 00000000000000c3d103ede48681a213c63c2f2adb37a05e9e5dcf1239872e7c 268 0.20/1.00 vMB 125
227,741 227,741 0000000000000071f0de89ec4ebfd0bf0e82b34cfb2b394bc2b292e6860b455f 487 0.22/1.00 vMB 163
227,740 227,740 00000000000000aed1378f0ad1300d60ac3025c7cdc9a71624582f77e4036482 322 0.15/1.00 vMB 164
227,739 227,739 000000000000000db5943482c83d5d203d876a6a28e8cd1fa45738636e724e99 422 0.31/1.00 vMB 126
227,738 227,738 0000000000000113730150b0c35ffbfbc60e159f5b389f473a4e2975c7a742b7 128 0.08/1.00 vMB 298
227,737 227,737 00000000000001e7e5d25d9b2337b7011ac92e0fc0c32badf595880ae7764aec 572 0.25/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 783.43 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: 770.55 GB
    • Received: 19.93 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.