Loading Tool

Explorer IconExplorer

Memory Pool

82,913 transactions
31.36 vMB
0.10662990 BTC
Random Selection Loading Transactions
Max Size: 190.72/200 MB

Candidate Block

Mining Attempt b2b97b99cad19977003ae36541c738f1b94aecf31768866e1cb88a0ffa5d4e10
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root c44ac9b34fe7b3a453d97198afb6088e9076af328e999aac33bc6e8135781660
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,987
Size: 1.00 vMB
Total Fees: 0.02958726 BTC
Feerates: 151.12 > 2.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (445,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,604 469,604 000000000000000000213170b178c40b6b6cada9a0d738bb6835b05be9503732 358 1.00/1.00 vMB 484
469,603 469,603 0000000000000000013de90f5835fb7edee1d3ee92b98c9ac0dff8e3ed02294c 525 1.00/1.00 vMB 492
469,602 469,602 0000000000000000013e202f1fb6eac87f8635a45e72d2d0d692c5639d4857c7 1,336 1.00/1.00 vMB 466
469,601 469,601 0000000000000000010c1781d59913971aa14d47beb789af2a1a406d3bb414f2 750 1.00/1.00 vMB 260
469,600 469,600 000000000000000001a01b9b5788d55f71554034ffe6c0047c23fc88ab0431fc 1,895 1.00/1.00 vMB 108
469,599 469,599 00000000000000000084efc4b14c61daa68c152ae81f38319efd2c0be9dc9315 1,998 1.00/1.00 vMB 164
469,598 469,598 000000000000000000d9ee75e7f20424c69c7576f71dc52d99d6a62f87927621 1,063 1.00/1.00 vMB 135
469,597 469,597 0000000000000000009c217cf9fea6506a54c4928679a42d480ebc676a261e29 1,841 1.00/1.00 vMB 271
469,596 469,596 000000000000000000afe36598710f91265ba5bd8a6b0c915bb2abd4c5522cef 1,670 1.00/1.00 vMB 250
469,595 469,595 0000000000000000016a0edc754e6ac690ccd0aa0af74729769f7164bf57f0d8 2,431 1.00/1.00 vMB 357
469,594 469,594 000000000000000000356824d6b50cfdc75127ac412ffe10868d47848335570e 1,082 0.99/1.00 vMB 516
469,593 469,593 0000000000000000006f3af6057f1f770868d41945d30f658e01a94de5556ae2 728 1.00/1.00 vMB 117
469,592 469,592 00000000000000000072dcbbfa9d8b1757ae8084ef14ce95edf14546f497f990 1,838 1.00/1.00 vMB 207
469,591 469,591 0000000000000000012cc6469b6bd9c2afbf0fa927dc097a6626f47a18262814 2,208 1.00/1.00 vMB 340
469,590 469,590 00000000000000000106a8bed618416ece2fa52a80e1856b2d78df43e9a863a9 554 1.00/1.00 vMB 497
469,589 469,589 0000000000000000017c59f931974f72d3e5438c54c992c26dfa31966a92cf83 1,508 1.00/1.00 vMB 230
469,588 469,588 000000000000000000dcdf60d004124f3ef8686dde8c1eee25ebe076d639863c 1,629 0.75/1.00 vMB 293
469,587 469,587 00000000000000000117c787e746e28ffc46e0251b56d6f7b3be8171d8426c60 1,522 1.00/1.00 vMB 347
469,586 469,586 0000000000000000017f8813dd8aaa8e2ed3af457d7fd10047f93f30d18d1c88 1,618 1.00/1.00 vMB 329
469,585 469,585 000000000000000000c22ef592526148e050209504fafc4af4de6f2eb5bd7590 1,550 1.00/1.00 vMB 482
469,584 469,584 000000000000000000cac5b55ffb23786a6ef0ad538f01906f2c395c97aa9d3e 549 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 783.06 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: 720.67 GB
    • Received: 18.24 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.