Loading Tool

Explorer IconExplorer

Memory Pool

41,812 transactions
26.02 vMB
0.05336051 BTC
Random Selection Loading Transactions
Max Size: 136.25/200 MB

Candidate Block

Mining Attempt 992cf33d3581adca60413774e3fe4cacf10d0f33d86a86f0addb5443ef23abb7
Version 20000000
Previous Block 00000000000000000001eb538b44df8d39ae4bf8dee821fde296842d221e7d43
Merkle Root 7801c2c2632a68d7c5cc6934eb9b3a09ff4c16ae5dfced1a76d3fd5455373e96
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,098
Size: 1.00 vMB
Total Fees: 0.00605698 BTC
Feerates: 135.80 > 0.61 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,755 (82,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,453 832,453 0000000000000000000031747f3201a26578c8d8f61fd5d6d985440d2cfdde02 2,872 1.00/1.00 vMB 62
832,452 832,452 00000000000000000000cf84de9c7884ecd1a80c1e041b564bd64501667aae15 2,705 1.00/1.00 vMB 67
832,451 832,451 00000000000000000001b954a31470c7edc5465e8950c4e5fdbdb8d815c50c17 3,239 1.00/1.00 vMB 65
832,450 832,450 00000000000000000001a4879c938bab44cba622725343440b21e83424d51e84 3,237 1.00/1.00 vMB 81
832,449 832,449 000000000000000000022f3621509eaf66540b5829e850b5c3f593192fefc500 3,354 1.00/1.00 vMB 88
832,448 832,448 0000000000000000000038bb91c705669aa6003d1b56b889a4dd57a0dbc40ffb 2,828 1.00/1.00 vMB 57
832,447 832,447 0000000000000000000017d0952c1b0404d1e9c8d4da56ebb7909f34d6b1bb4a 3,602 1.00/1.00 vMB 57
832,446 832,446 000000000000000000023217d0f13fd5c384673a54021061032aaf833204a2ea 3,321 1.00/1.00 vMB 71
832,445 832,445 00000000000000000000ddf344c6781b4aa83d0761b410cb8b8451dd09495092 2,557 1.00/1.00 vMB 58
832,444 832,444 00000000000000000000d5aa72049fe78ab6641a5ea5ec97d95e8094602ae731 3,020 1.00/1.00 vMB 73
832,443 832,443 00000000000000000001cc4a2eadbaa22c51fa6e706b83c9f03f707edac8a9d1 3,201 1.00/1.00 vMB 59
832,442 832,442 00000000000000000002e82be989a485945ce34978e96de1d569f9891c8b5f11 3,185 1.00/1.00 vMB 69
832,441 832,441 000000000000000000007eeda14d1722b19e3c2bd8fbbb635762678d81ff09bd 3,304 1.00/1.00 vMB 64
832,440 832,440 00000000000000000000f654fa694e5f36607e572535c7fcc41512ff7c498c18 3,352 1.00/1.00 vMB 68
832,439 832,439 00000000000000000002ec9d0d2c96043207c687746771fe45a3edbdd3b9d7c3 2,434 1.00/1.00 vMB 69
832,438 832,438 0000000000000000000321834d8bb9f62e1b74c971ad3621223799459330098d 3,388 1.00/1.00 vMB 72
832,437 832,437 000000000000000000011ba6d52ace20130c9d96707cb2172c5b1667624b095f 3,010 1.00/1.00 vMB 69
832,436 832,436 00000000000000000002c8914d5260eb5678d53b27a05cd6e69c7ec72dff44ff 2,025 1.00/1.00 vMB 73
832,435 832,435 000000000000000000000279f9eae316936f5dbc90a01894d0feabf730754f29 2,888 1.00/1.00 vMB 73
832,434 832,434 00000000000000000002c9afa097c2d9cf0ff4a35b748d4b70df5da07a212bac 2,699 1.00/1.00 vMB 92
832,433 832,433 000000000000000000026980480ebc387cfd0631983cc73e8dcd8186c906a01f 2,724 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 781.95 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: 647.27 GB
    • Received: 12.92 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.