Loading Tool

Explorer IconExplorer

Memory Pool

81,963 transactions
30.48 vMB
0.13268539 BTC
Random Selection Loading Transactions
Max Size: 183.47/200 MB

Candidate Block

Mining Attempt b39f0f63fc5bd60a6804a302ce8937b5c1e65c16a78da66c4cd4e1baf68e2db7
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root b4886bd26a3971e3c946cfba1a2b5f969038356851b54e4918a880e01316dd2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.05176527 BTC
Feerates: 302.06 > 5.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (379,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,127 536,127 0000000000000000000bdac4f95f5a93c6274977face2386814e8e95d5e4ae76 2,162 1.00/1.00 vMB 5
536,126 536,126 00000000000000000002a04465dcc217a8363abeea7764136ab07aa6f34e2747 2,230 1.00/1.00 vMB 20
536,125 536,125 000000000000000000239ffa5bd73d0dbc1c03ddbeda3c5295e6b99640d9e3e1 2,128 1.00/1.00 vMB 20
536,124 536,124 00000000000000000026df7a4b53c6e9fbd6db7359c9390e3c831e6c83990854 1,570 0.87/1.00 vMB 9
536,123 536,123 0000000000000000002ee4c79433b7f6369647bcd94f8e6819e9e911a3dc2259 2,120 1.00/1.00 vMB 14
536,122 536,122 0000000000000000002cbb899df8f6af136ddd97c92d8b443dcab9636c13e097 1,472 1.00/1.00 vMB 7
536,121 536,121 0000000000000000000fb31adc4abf141f0de9c864901606668a69ad6e4895b5 2,921 1.00/1.00 vMB 32
536,120 536,120 00000000000000000012b02d28b2c781c0276873530c03bd97adec81b398e315 2,124 1.00/1.00 vMB 20
536,119 536,119 0000000000000000002723162dc600fcd56277d190146473fd83cee2747688f5 70 0.02/1.00 vMB 16
536,118 536,118 000000000000000000086d6a8f45327c91da6047cafd1d0da4d37516e832fa2b 1,583 0.77/1.00 vMB 16
536,117 536,117 00000000000000000013b42da51f7c18315cf82484fb5cef013ea78eed9f211a 576 0.30/1.00 vMB 14
536,116 536,116 00000000000000000015306e467ce487ac1b5afcf5475ba00d65c9fb683af344 1,126 0.92/1.00 vMB 6
536,115 536,115 00000000000000000029cdb8097a3a9cf744c1685b58995193f7bb0559b9bf9b 2,342 1.00/1.00 vMB 9
536,114 536,114 0000000000000000000992d9ac11582cfdb256399b87a81f56bf1aab3751d414 997 1.00/1.00 vMB 9
536,113 536,113 0000000000000000000bd4874e770b4803b71ff44fd393987dd47421c97092c1 1,586 1.00/1.00 vMB 8
536,112 536,112 0000000000000000001d95398c634c0843bcabc9f49e60463fb561fa17536574 1,960 1.00/1.00 vMB 12
536,111 536,111 00000000000000000021c8c0a46cb76889c7bae1fae75f8e4e69e9256628eb34 1,716 1.00/1.00 vMB 21
536,110 536,110 00000000000000000010b31a9aeb96f97f9b2c7ec55bcbaa32c1de758c1079ec 1,948 1.00/1.00 vMB 42
536,109 536,109 000000000000000000063b51d26188e6a4edae40678cc65c32c89b2126f29e75 942 0.34/1.00 vMB 15
536,108 536,108 000000000000000000153e76e2fd7e224060901c8e9518179a1d9cb5117151fb 569 0.22/1.00 vMB 20
536,107 536,107 0000000000000000000f77eb9f7e30b4211cd64b4de6ead8b35aed9d88e82d3a 1,348 0.83/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.