Loading Tool

Explorer IconExplorer

Memory Pool

77,293 transactions
29.87 vMB
0.10389177 BTC
Random Selection Loading Transactions
Max Size: 178.45/200 MB

Candidate Block

Mining Attempt ba2e8181802c200ba81bc1f2e75798883aa5a094a54f5b98105a82892a47d012
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root 91b19c297029ab959ca54a23a03f471c4e3df5869deccb725b99b41800259b5d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 807
Size: 1.00 vMB
Total Fees: 0.02219510 BTC
Feerates: 20.13 > 2.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (470,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,440 444,440 000000000000000003766a81991bed7db6580644917d6cf69ee3bd4896aa4c34 2,748 1.00/1.00 vMB 73
444,439 444,439 000000000000000001ac09b18a0fc0aa51599a0816253983c2728dd230aa85c8 2,247 1.00/1.00 vMB 104
444,438 444,438 0000000000000000019bef4ba63571fbc69d0622c71284a7fc88d189311e8f9e 2,804 0.99/1.00 vMB 73
444,437 444,437 000000000000000001f2645972f016de7e7b19a836694ca4ccaee007e93ea69c 1,458 1.00/1.00 vMB 74
444,436 444,436 000000000000000003780522cc5426c8024ecb60b55d00378629ddc44d4bd8a8 2,695 1.00/1.00 vMB 84
444,435 444,435 00000000000000000324e9201f05a1aee6792aa71f048f278afa694af1716553 2,497 1.00/1.00 vMB 75
444,434 444,434 0000000000000000031ca1f0c5313cc7cbbd40a21728520c7107735c913c7c04 2,598 1.00/1.00 vMB 84
444,433 444,433 0000000000000000013dea82d9016ac6a4a43cb7103b4aa80e2a7d46161d2fd5 1,819 1.00/1.00 vMB 108
444,432 444,432 000000000000000002f3c169a8fd075f3457420f1d723ff9e9dc04433b9bdac4 1,962 1.00/1.00 vMB 121
444,431 444,431 000000000000000000018930f9272f3ed41ec57543b05fdb3b96beac24a8127b 2,538 1.00/1.00 vMB 97
444,430 444,430 0000000000000000035aa711635a34e9c7d919a0e7b013f26270f013e62e7f04 2,460 1.00/1.00 vMB 96
444,429 444,429 000000000000000002538aeacd1e98483ca3eef0702a2e69ff679600d9f0f4e0 2,060 1.00/1.00 vMB 53
444,428 444,428 000000000000000002316720d7f137569adc47c3fc8096b1e9bd6bba04f7e6f1 2,424 1.00/1.00 vMB 93
444,427 444,427 0000000000000000019058df265525306871a517d82317ccd3d12c7e1670f9bf 2,002 1.00/1.00 vMB 74
444,426 444,426 000000000000000001f66439ae2336b3a8109b3c16c43efd75922b8737dfddf4 2,149 1.00/1.00 vMB 65
444,425 444,425 000000000000000002bf7808d2f1b0a8f37fcc3d33ecb4bea3510a2e332e6f8b 1 0.00/1.00 vMB 0
444,424 444,424 0000000000000000026998ffcdfa3e9a7424da1319e3408a64dbddbc4ac09fa1 2,369 1.00/1.00 vMB 68
444,423 444,423 000000000000000001296c5d15df7701f67537bbbbbcbc76a164db5ffbcb35ec 2,723 1.00/1.00 vMB 70
444,422 444,422 000000000000000000cb6d74c01812caf5475455c51142ed5dc17e533b0b84b1 2,463 1.00/1.00 vMB 74
444,421 444,421 000000000000000002e644c539013fb042a4b32ef95adf1e7eb389178ff5b39c 1,908 1.00/1.00 vMB 87
444,420 444,420 000000000000000000689315f4497c9e09e2a0cebfc9399c5ee707d722865c2a 2,836 1.00/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 782.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: 713.06 GB
    • Received: 17.29 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.