Loading Tool

Explorer IconExplorer

Memory Pool

79,003 transactions
29.67 vMB
0.08781437 BTC
Random Selection Loading Transactions
Max Size: 179.20/200 MB

Candidate Block

Mining Attempt 7b463695e6bc03a1591631cd5aaf78a2fb29c836558da464f02a079b9e5c8c3a
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root ccf34f1b904813a7642a3f1338dacfa76957aa0a54c8a78bfe5b0901ca3c4561
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,642
Size: 1.00 vMB
Total Fees: 0.02202421 BTC
Feerates: 100.21 > 2.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (345,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,324 569,324 0000000000000000001f12fce66922e415fb9e8dc2bc1ed1cc53675fa640b6da 2,810 1.00/1.00 vMB 63
569,323 569,323 00000000000000000007ceadd7ff3c9863e1f30e5aeaa6a60538b7fddd792049 2,454 1.00/1.00 vMB 41
569,322 569,322 0000000000000000001e20617c25fda1f2ec41f4e9ada61116c2e605cb24e9cf 3,034 1.00/1.00 vMB 54
569,321 569,321 0000000000000000000484cda7caf9532a6757b173db528e18501ff3d9cfa5ec 3,223 1.00/1.00 vMB 57
569,320 569,320 0000000000000000002b236266aa9d6c67001232774922f5f80c75bfbb3b6de4 2,567 1.00/1.00 vMB 54
569,319 569,319 0000000000000000000568836b61dac548d4b3ef1561783985aa4c01d5e2708a 1,980 1.00/1.00 vMB 71
569,318 569,318 00000000000000000006c87e43ccc0d7db3457312e38d61be377648bafa9a703 1,028 1.00/1.00 vMB 87
569,317 569,317 00000000000000000003798afb3cbb7f60ec3e2e937617ae058e6e2ca4054f74 1,975 1.00/1.00 vMB 45
569,316 569,316 000000000000000000273954328e712cd84846534c0c07237eb25efa226b6b40 1,928 1.00/1.00 vMB 44
569,315 569,315 00000000000000000001a41e44efd9c2f4e0e3abe684de701c65aeece578d1c0 3,140 1.00/1.00 vMB 59
569,314 569,314 0000000000000000000ed0b654679f13845aecb3a11373f5542eac70a3b662d1 2,723 1.00/1.00 vMB 53
569,313 569,313 0000000000000000001163b229d57d4eef23652b7a47f8a4259b912f39fdfdc6 2,152 1.00/1.00 vMB 36
569,312 569,312 00000000000000000025a670c34f912e09f74da0220de84de1e5887373d56652 1,935 1.00/1.00 vMB 40
569,311 569,311 00000000000000000025aeecda42a546fbc57106cc3c13ef87678ae83adbfe8b 2,984 1.00/1.00 vMB 56
569,310 569,310 0000000000000000001f1b59bd59f34f100cc1f959295a6e67b05ad011ac0905 2,744 1.00/1.00 vMB 50
569,309 569,309 00000000000000000025a2e2edd9a421d8690b89649a6aaf4439c70a9742866e 2,286 1.00/1.00 vMB 45
569,308 569,308 000000000000000000112affaacc8ef593efdbd81748b9581c69138d7d5fcba1 2,334 1.00/1.00 vMB 44
569,307 569,307 0000000000000000001cf4dd0da5904edf54f9c05a55b8e8a0eaa9434de8cd17 1,910 1.00/1.00 vMB 48
569,306 569,306 0000000000000000001466f602bbf7b1b5d29607b27482d8403f65b7bd8640f1 2,842 1.00/1.00 vMB 71
569,305 569,305 00000000000000000021de4277972567c004b119adfa73f8ce4af7ba046ebe57 2,751 1.00/1.00 vMB 40
569,304 569,304 0000000000000000001164f2f939fdc7ab1485771e60eae077f20a8810b814e9 2,561 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.64 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.39 GB
    • Received: 16.22 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.