Loading Tool

Explorer IconExplorer

Memory Pool

78,639 transactions
30.21 vMB
0.06903537 BTC
Random Selection Loading Transactions
Max Size: 183.50/200 MB

Candidate Block

Mining Attempt 205633eca352bf842dbdc0fb76f75b58ca3abc80e8b26b644bbd40dda4707499
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 07b687f76ff3b7b4c14a7f89740133feaece83a92eb174cc3d4bcaff9a0422ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,767
Size: 1.00 vMB
Total Fees: 0.00478023 BTC
Feerates: 49.17 > 0.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (320,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,252 594,252 0000000000000000000fce30ff1a4b35655f00eca534776b24d8b274f1d63318 2,454 1.00/1.00 vMB 32
594,251 594,251 00000000000000000019bfbddc54e78d57f5c7fd8a50d1cb1d2ee9f4bc0f0b9e 2,373 0.73/1.00 vMB 10
594,250 594,250 0000000000000000000b44ba6d474d9f50791f2b37a5bbab80f5687af69a4642 2,819 1.00/1.00 vMB 16
594,249 594,249 0000000000000000000ee4c1269460926c591c55d0ed5e736d87afbe04a85b61 2,787 1.00/1.00 vMB 15
594,248 594,248 0000000000000000000fe03dc34486f74b05bfa7803d5a3ea6d3c363cda37e60 3,147 1.00/1.00 vMB 24
594,247 594,247 00000000000000000015943fee355a01c740d106509aef076fc556f44de90b0a 2,852 1.00/1.00 vMB 34
594,246 594,246 00000000000000000012b00a08bfe9655d1dc4315e9d6da0a97443a8fff2e1bc 1,595 1.00/1.00 vMB 43
594,245 594,245 00000000000000000001d3d5123de072f10cd0cc853147a6fed6f8ab20a8157a 2,368 1.00/1.00 vMB 32
594,244 594,244 00000000000000000013341fbb6aa6f0b83f80e96ebf4361834dec97fe842bad 2,343 0.87/1.00 vMB 19
594,243 594,243 0000000000000000000a434bdc6aa025648ab800ca9567d0aaa8b9bbe8252b88 2,733 1.00/1.00 vMB 6
594,242 594,242 000000000000000000098510a429b3be58c0e7da996d2bffb8b9845b8c6c4312 2,646 1.00/1.00 vMB 32
594,241 594,241 00000000000000000010b2626d0e4f66edc62c7f8c25a2b75619d8b11c5caf4d 2,793 1.00/1.00 vMB 34
594,240 594,240 00000000000000000018bacd993419741fb2379e574d10495ef600668ee45be6 281 0.07/1.00 vMB 28
594,239 594,239 00000000000000000011a499d3cf648a54361db8a2fa2ec14501edc307148b31 1,510 0.48/1.00 vMB 22
594,238 594,238 000000000000000000139e9a337b717dd2ba8200b30d87c5dbd23bd004d34d30 2,148 0.63/1.00 vMB 22
594,237 594,237 00000000000000000015883059f087b2ecdd5610b868645cb9d5a03bf83d3234 713 0.22/1.00 vMB 19
594,236 594,236 00000000000000000013d85c1863e65939c59f2dc23d9256729bfb18b77196b6 1,319 0.37/1.00 vMB 24
594,235 594,235 000000000000000000060ab300a1c64c7b7af9cf1924b003bba132638ff7760e 3,184 0.94/1.00 vMB 23
594,234 594,234 00000000000000000010b6ff3ef40c842d2061c8017c4cc467bc340f12995541 1,787 0.62/1.00 vMB 25
594,233 594,233 00000000000000000005079ecc8d6520ebe4bd7422c7b203fd27e5b7754bf702 1,066 0.40/1.00 vMB 8
594,232 594,232 00000000000000000010f24d16ad682e04c8ce543385293b17f075ba9cf72802 2,450 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.72 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: 701.57 GB
    • Received: 16.62 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.