Loading Tool

Explorer IconExplorer

Memory Pool

88,847 transactions
33.50 vMB
0.09161654 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 32167948bf938b3e4e114d7fa097e1078c539f19d6834a9f56ace855e7419b55
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root ac498804ed83dc54d1d656b75a501eff09420b3dbb966b452e13bea8b57c24ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,184
Size: 1.00 vMB
Total Fees: 0.02454699 BTC
Feerates: 502.65 > 2.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (388,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,428 526,428 00000000000000000004ff0623a737d6d7a5ca0e31b2b75031cab30803f2a894 1,736 1.00/1.00 vMB 26
526,427 526,427 00000000000000000025d9a0ab11ded8c2178c18df484353c695d1ac1a5cf278 1,286 1.00/1.00 vMB 52
526,426 526,426 0000000000000000001438344569f1690178fdec28e0eb37e6e3f042158e20d9 701 1.00/1.00 vMB 66
526,425 526,425 0000000000000000002174ea942b070285270c8673f7c70329183e65a57cad68 2,241 1.00/1.00 vMB 15
526,424 526,424 0000000000000000002d88317a91d8c76eee18d90f39f7bccf27f9b37527d422 2,523 1.00/1.00 vMB 23
526,423 526,423 0000000000000000000350ae5f8efbe5894b88e7ed10eda05b4e3c5ddfb24356 2,009 1.00/1.00 vMB 17
526,422 526,422 0000000000000000002ed3b1b9a85a151569f22ddb90aac591cc9b0643fb3648 2,882 1.00/1.00 vMB 14
526,421 526,421 00000000000000000002a9f2f4b8d86fead6346e6d6e7c40c9e13035d30e441f 2,922 1.00/1.00 vMB 26
526,420 526,420 00000000000000000026d4146297c1961316994189aeebebd4f8e42575151095 2,409 1.00/1.00 vMB 49
526,419 526,419 000000000000000000308bb60ee7b071c1b03a8e2b7fd7bd0edb6115663c214a 126 1.00/1.00 vMB 1
526,418 526,418 000000000000000000375c22cfe42aa00f1bce6b0caf4eceadfc8d41477ffe92 2,098 1.00/1.00 vMB 17
526,417 526,417 000000000000000000094a5ddfde4d7e8b985859db6e3859ba96b0f9d6601dc9 1,662 1.00/1.00 vMB 16
526,416 526,416 0000000000000000003259dc6f8edcdfd7b1b2a67c0a6d893f7a8a948d2ada73 349 1.00/1.00 vMB 2
526,415 526,415 0000000000000000000ee71b9e375537ec791c5e91d21676e4c93a425773e1ac 1,936 1.00/1.00 vMB 11
526,414 526,414 00000000000000000011ab817740d04bd7d82d08ad36d56dcd651ae4dd5e9b39 2,258 1.00/1.00 vMB 31
526,413 526,413 00000000000000000031989467b9aa7c18b75ccafd0ca3f788d5e413dbb86e4a 168 1.00/1.00 vMB 2
526,412 526,412 00000000000000000032015afc76ed6c6e3e6fabae75f832e8f3d6f1a79bb2bd 390 1.00/1.00 vMB 2
526,411 526,411 000000000000000000202480df5129b81e6d96ae62f0793f69de01258d9f26f2 1,207 1.00/1.00 vMB 11
526,410 526,410 00000000000000000026ad331064a289d78c3fe81c83af89092a9fd2c360f953 762 0.31/1.00 vMB 29
526,409 526,409 0000000000000000000e7223ccee7da43843cb91cfd30353d88ead1f3adc5fec 339 1.00/1.00 vMB 3
526,408 526,408 00000000000000000025691ebf8677b8928d84196985369807972761e4a65fc0 1,776 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.29 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: 657.30 GB
    • Received: 14.51 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.