Loading Tool

Explorer IconExplorer

Memory Pool

52,039 transactions
30.35 vMB
0.26438317 BTC
Random Selection Loading Transactions
Max Size: 160.12/200 MB

Candidate Block

Mining Attempt 30280e29f7e34ba4869f1ab1555b994dc35e417734d2aa1ff70395f13c345748
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 5499b021326978bf3614155f5784fee02d2aadba2e0222c7863254e53de40cc3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,757
Size: 1.00 vMB
Total Fees: 0.08345760 BTC
Feerates: 229.15 > 8.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (183,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,386 731,386 00000000000000000003193287ac9bb5434c9703168207fed2bf7b3d834c70d8 907 0.42/1.00 vMB 9
731,385 731,385 000000000000000000066636f924b4670f3df93a80f5b696f66d61d577da6a22 264 0.17/1.00 vMB 4
731,384 731,384 000000000000000000021d6cb0f6b7a16fafebedac5f70cd7f3d66f54820e45d 1,985 1.00/1.00 vMB 4
731,383 731,383 00000000000000000005d68220960bf033dea1e16add4a28a0a4bf158b4c01e6 1,210 1.00/1.00 vMB 2
731,382 731,382 0000000000000000000603f93a92a9fbe9ed2a4f5a5d0b779e5f40d958dbddb9 2,389 1.00/1.00 vMB 3
731,381 731,381 0000000000000000000439a324093e3c0800ac2e35c998142041b6cca1aca2d4 2,743 1.00/1.00 vMB 3
731,380 731,380 000000000000000000095294bf2b993a4f4328b28df5db2822e6f14f80e03665 3,577 1.00/1.00 vMB 9
731,379 731,379 000000000000000000003cff32d030e8069e9806d53241004d126b9e7081d438 3,328 1.00/1.00 vMB 16
731,378 731,378 00000000000000000004ae23c82cf2e6d18716f3c80721aaff10b7e0289546bb 3,566 1.00/1.00 vMB 6
731,377 731,377 000000000000000000092f81b8e7e1afbd1b88278f3b217b03047dc78fa5b6bc 2,935 1.00/1.00 vMB 17
731,376 731,376 0000000000000000000455f00c93aac8890388163ac33e9f8fefd0207484e3cb 1,258 0.86/1.00 vMB 2
731,375 731,375 000000000000000000036e97f3bc818876ae37c1b778bee75fd3b05f3ea77451 2,158 1.00/1.00 vMB 5
731,374 731,374 00000000000000000009918707b83cd3bd7dac59a426d3f13d50db7b4defca22 1,484 1.00/1.00 vMB 3
731,373 731,373 0000000000000000000793e426ddd2be58d042545d6486bc90623676d45badf5 2,451 1.00/1.00 vMB 8
731,372 731,372 0000000000000000000868a8f948d071f609bbadf04ad3d7e001b0b3de6647f5 2,700 1.00/1.00 vMB 5
731,371 731,371 0000000000000000000640e5d36d63a4264aeaa05e732d685669458d179648b4 2,165 1.00/1.00 vMB 13
731,370 731,370 00000000000000000001dcca9f997cd2776e79eee4716c2d422c5309b1584b0f 339 0.17/1.00 vMB 6
731,369 731,369 00000000000000000002361da52cac7063b17a5d9db676590d6b140bd232f2c6 55 0.11/1.00 vMB 1
731,368 731,368 00000000000000000006efbe59c88b40fddb515b98d815cb421187be2bdfb432 1,451 0.99/1.00 vMB 4
731,367 731,367 0000000000000000000610f29853f0bea1665d4d0df3d1f923f34742d2a5ab11 1,464 1.00/1.00 vMB 5
731,366 731,366 000000000000000000023e636c3b4e98d1952f8c2a0c9ba352a49001031e0460 1,745 0.80/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.87 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: 644.16 GB
    • Received: 12.61 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.