Loading Tool

Explorer IconExplorer

Memory Pool

72,632 transactions
28.03 vMB
0.06608490 BTC
Random Selection Loading Transactions
Max Size: 166.23/200 MB

Candidate Block

Mining Attempt aa167a5a929a029f3b6e31dd257afd2475137891beae80d35eaf4411e2a71ab8
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 54070be87a7391d70941d8800efdb7f38c1eb2958a63855cd1036e18ef4f99d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,925
Size: 1.00 vMB
Total Fees: 0.00998128 BTC
Feerates: 150.93 > 1.00 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (632,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
282,455 282,455 00000000000000011015ce0f6a2ed1295e0ecc10b62c5604d675982b45c88610 158 0.08/1.00 vMB 41
282,454 282,454 0000000000000001235c2162ec7e777f936ad1159823453e8f16328a5c60a324 589 0.28/1.00 vMB 42
282,453 282,453 00000000000000003f1d230a1764909edd5e64e9da76efd4adeb357dd52ecd13 374 0.23/1.00 vMB 36
282,452 282,452 000000000000000174f73edcb0781478476815e4f4233371ce574fd4a1cb2057 715 0.25/1.00 vMB 60
282,451 282,451 0000000000000001876533ee8d95d0852207696bf3201d8abbbc291a2067b6e9 104 0.04/1.00 vMB 27
282,450 282,450 000000000000000062b1985ebc54389fcb76b664e5180fe5e2820783115ee500 317 0.22/1.00 vMB 23
282,449 282,449 0000000000000001421a2f0076122245390a25ac3db851412fee0c2bbf46509f 687 0.25/1.00 vMB 59
282,448 282,448 000000000000000173c6c6a201da4780f5acd62a3a12634aeecf086a68c8c198 108 0.06/1.00 vMB 23
282,447 282,447 000000000000000018864d2cacf7e5be52cf67b329c5d05554de9474cb3df8ce 901 0.36/1.00 vMB 59
282,446 282,446 00000000000000017a2fc0add6609bfd5c878cd965761320b5447cfc3ccb8fa7 605 0.42/1.00 vMB 27
282,445 282,445 00000000000000000ce82421eb852015d30453403ecba6fa8b6ff2fda14f515f 173 0.05/1.00 vMB 83
282,444 282,444 0000000000000000dc618370bf61505c97844bdbd4a8927abb99ed414a270327 150 0.05/1.00 vMB 66
282,443 282,443 0000000000000001000ff721b3a832df01242bbec138a296c913d931ebe5684e 173 0.05/1.00 vMB 118
282,442 282,442 00000000000000019c6866b58a72fb314778982a0128a33d238e7afe10435c11 681 0.25/1.00 vMB 55
282,441 282,441 0000000000000000142f268bf897d236bf843d665572245f9c73029e6f50be9b 41 0.04/1.00 vMB 24
282,440 282,440 00000000000000012a8d194980a2bd49365ce6b7116d1204af1a9a88f3e4eb5a 118 0.05/1.00 vMB 55
282,439 282,439 0000000000000001790b3b14d7207abd5234391913e684b4228da38ea9329758 359 0.23/1.00 vMB 30
282,438 282,438 0000000000000001168897411bb400c6d20fba5f20c2012bc4c59c5c2fc620d1 654 0.25/1.00 vMB 71
282,437 282,437 0000000000000000e8bfaef969e13f27ada12e515f8bcf9dc939257d0fa0753c 171 0.07/1.00 vMB 43
282,436 282,436 00000000000000011f13336fe3860b3eb93f17b343ca4d489447eb057ce51cd3 456 0.18/1.00 vMB 42
282,435 282,435 0000000000000000c6647dad26b01b28f534223450d75d3b6b2882855039b673 129 0.05/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.40 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.