Loading Tool

Explorer IconExplorer

Memory Pool

47,302 transactions
27.99 vMB
0.08793582 BTC
Random Selection Loading Transactions
Max Size: 148.74/200 MB

Candidate Block

Mining Attempt aa406631b16d51ace051b3e511e3793ea60a5609b5da290555d8ff1bca914bf5
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 70cc3c85ef9f079a1f25dcd9ab828bc6543a65f70dd27a98633feaebe3c312f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,407
Size: 1.00 vMB
Total Fees: 0.03337391 BTC
Feerates: 500.00 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (687,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,364 227,364 00000000000000edab047309a44c3ce1fbab17ddc71b4a5f980a19079dd0ab20 114 0.08/1.00 vMB 87
227,363 227,363 00000000000002263e738365502c1466e48dc0564e9870a741deec84ab630ca8 45 0.08/1.00 vMB 13
227,362 227,362 000000000000032e20b83d0ed4db95a711eaa5a4aab6a8bd0af3663258eb2dd5 230 0.14/1.00 vMB 1,452
227,361 227,361 00000000000001d2f071960b5302553451f097de749f1bdc1245abe78106bea3 13 0.00/1.00 vMB 148
227,360 227,360 00000000000001bd2b034260e06f1c43fd42c10bb0a3e34dec107db4d10d3c5e 164 0.09/1.00 vMB 129
227,359 227,359 000000000000034152b2d7c9d07309a8c98a582091bc06601f8cd00f866bcc94 253 0.13/1.00 vMB 174
227,358 227,358 0000000000000305b3cc61d7f6ba8fd38557560f2db27eec88f529d46dcb34c2 313 0.16/1.00 vMB 186
227,357 227,357 00000000000000cb2ebd9069a62ec4760c1530b4d28af192c1ef9ab938145340 203 0.11/1.00 vMB 152
227,356 227,356 000000000000006a94d9dd171dd3610a1de8b51fb345b65cd6d53bb6a76e7be4 11 0.00/1.00 vMB 116
227,355 227,355 00000000000002b1db8d4e2c1438f1a2c1bd78831f6431c9919372b83d8a7f70 106 0.06/1.00 vMB 79
227,354 227,354 0000000000000042520b27e1b72afd2a84bf37f0669f9d616a919d9d1b125f95 47 0.02/1.00 vMB 191
227,353 227,353 000000000000022ca8c2e46d0daee995ee0e11e80a732bdb4952348ccee45c0a 145 0.07/1.00 vMB 138
227,352 227,352 000000000000001f172a9d4f6aea2eb66a84773698052bbda2f4017d83d9b3cf 443 0.21/1.00 vMB 168
227,351 227,351 0000000000000116b6c917f98d3ddd3e7bad7869821eaadc72f18828f43e79c5 39 0.01/1.00 vMB 146
227,350 227,350 000000000000023756c4e56dd6f7f8721849018b8bfd39376b2067aaa14ba7da 1 0.00/1.00 vMB 0
227,349 227,349 00000000000001cd9eb96d7762cb92cb7ecee625d16da9b66c5ac2d04297412e 314 0.15/1.00 vMB 155
227,348 227,348 0000000000000151f2354ec826e7460d7109b34032770cddef02ae36874e0126 11 0.00/1.00 vMB 0
227,347 227,347 0000000000000193e6e28e0258f4957d7c27ce13354684d9ef09a313c52d2714 200 0.08/1.00 vMB 170
227,346 227,346 00000000000002dd741174abcfc60463bac2c4785df26f3b7ecc20fe783a0e09 526 0.18/1.00 vMB 184
227,345 227,345 00000000000001e14988f8c892defdbc73fed6f5677692465b3ac0d66d33de1a 325 0.16/1.00 vMB 140
227,344 227,344 00000000000001aafeb92fef3f4ddad5949bdd729ee19051483142325962eb4f 46 0.07/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.01 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: 649.39 GB
    • Received: 13.17 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.