Loading Tool

Explorer IconExplorer

Memory Pool

80,258 transactions
29.76 vMB
0.12362562 BTC
Random Selection Loading Transactions
Max Size: 179.64/200 MB

Candidate Block

Mining Attempt ff98edc0a7adf044c8ee15b62949bd9534527a105984f56ceda529fa44ad7194
Version 20000000
Previous Block 0000000000000000000128f9d7d357082962347ad1ef01e0fe2639a67c42c001
Merkle Root 0555f50aec1ee644776a5282a2e7e31e1ab9a6e6bae3bd3c72535397c1f1d260
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,845
Size: 1.00 vMB
Total Fees: 0.04677414 BTC
Feerates: 571.19 > 4.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,592 (687,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
227,736 227,736 000000000000011f1f22d1f936e844f6250936b6c8aeb15e3f1eea6d90bd2b8d 112 0.05/1.00 vMB 175
227,735 227,735 00000000000002fd019488f80b8f33f22a2422051d477c0ee9a59d2cddd01e76 257 0.13/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 783.42 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.34 GB
    • Received: 19.86 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.