Loading Tool

Explorer IconExplorer

Memory Pool

34,697 transactions
10.87 vMB
0.19843581 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.74/200 MB

Candidate Block

Mining Attempt 98a9868a4e8104310f918baff647c5bfe88bddf564ae45407b9377181288a6ab
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 55373b514d2eb4b91c9c3ad1367216334c2389f728442501549653b60c5ee980
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,292
Size: 1.00 vMB
Total Fees: 0.08418838 BTC
Median Feerate: 5.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (766,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,505 146,505 000000000000013a2526704b5d718d0ae47a584e0a67e0aa580ea0daf7ba3274 31 0.01 vMB 184
146,504 146,504 000000000000056954df7f269fe65d2a62b2224c9015dc13259ec143adbc1422 16 0.01 vMB 195
146,503 146,503 00000000000001140369086e1fb8bab5c2c8133a26cfb608ada08fd9f0ed88b4 60 0.03 vMB 365
146,502 146,502 0000000000000613f153500ca4211b3552f47c14ea7c86ec77b91f7acf5d28d6 72 0.04 vMB 218
146,501 146,501 0000000000000131cb340b4f36a4f259464538f5aa0ae08f1504f3e5d6c384ad 1 0.00 vMB 0
146,500 146,500 00000000000000e3747c3c1c4b7c409d25c706f294fdb7fe3ccecd2917434499 7 0.00 vMB 0
146,499 146,499 00000000000005296d58d57800cc547adf47398e43fb4ea1edd6519af28a1e43 68 0.04 vMB 155
146,498 146,498 0000000000000581195c7c7bd4d88708cd6ef1f54ea61b70d2b89ef305b2fd24 99 0.05 vMB 274
146,497 146,497 000000000000093c51b281bfd546e830938726ea6c8ecb0cff1d049a950416af 136 0.05 vMB 16
146,496 146,496 00000000000004a3879d3e3d108c371bc0aee352674965353f37eddf4c0ef177 29 0.01 vMB 228
146,495 146,495 0000000000000700fe47032bb16c09514374bc3a58083ddaea748c9300cf65dc 117 0.04 vMB 64
146,494 146,494 00000000000006e5dd7a825bc186804d462cdf183804b8a6ce2d91e77d7de924 5 0.01 vMB 428
146,493 146,493 000000000000062204ee81a1a88074f8404ace74012e6cf72a977b4da5108972 34 0.02 vMB 122
146,492 146,492 000000000000042584bde0348af10e95caa80eb81053c930ee08e87da156bcc9 67 0.02 vMB 5
146,491 146,491 000000000000060b60fdba9625abfa975209670084f8a6f0ac74aa243186c937 76 0.04 vMB 178
146,490 146,490 00000000000008ceb736930f4ee98c35e69c40e938b35b950c0e7e7fe55bc669 23 0.02 vMB 42
146,489 146,489 00000000000006d23a1398d7f1329fb9e6dce7ca5baf5260a309bbcc11c1f172 66 0.04 vMB 101
146,488 146,488 00000000000002cbbd9aa8ddabb010b65cbd5896c94048d281573a7822da911e 119 0.04 vMB 218
146,487 146,487 000000000000049d493f9dc00ec99461ac4e56f9aac980bc5efd1928306e435d 48 0.03 vMB 143
146,486 146,486 0000000000000944f52dd8f028b508b4a6ad279a9437902305e01fddd720492e 9 0.00 vMB 0
146,485 146,485 0000000000000134b57f7dd16b7cb305b81bb611152367ea10ea84c43b5a442d 22 0.01 vMB 58
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 71
    • Outgoing: 10
  • Data Transfer:
    • Sent: 22.61 GB
    • Received: 0.45 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.