Loading Tool

Explorer IconExplorer

Memory Pool

40,276 transactions
28.16 vMB
0.06032640 BTC
Random Selection Loading Transactions
Max Size: 143.79/200 MB

Candidate Block

Mining Attempt 51264cb342e262c9e1ed307ba293ebf845063655bf397cdb6685df08c043fec6
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root c14fd14364572b4ab9c4d7071a2b76d4cf11584812c5edc7dd80c8fcab32a85d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,468
Size: 1.00 vMB
Total Fees: 0.00616213 BTC
Feerates: 87.72 > 0.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (272,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,634 641,634 0000000000000000000b52358ba6673a7c98771b2712aa82ddae49e8a5d356b0 1,874 1.00/1.00 vMB 170
641,633 641,633 000000000000000000071be0de6c441913323f2459b9bf38a87e621b8e9279c3 2,327 1.00/1.00 vMB 180
641,632 641,632 0000000000000000000f1209521442cea6b512dd38d57b53df973bfde9e4e8d7 2,645 1.00/1.00 vMB 110
641,631 641,631 000000000000000000032e662032f2e2d68f77159b23f299948d5ea6c80ac49a 2,069 1.00/1.00 vMB 25
641,630 641,630 00000000000000000004534aae284855509de2a9a220ff1efdd0e7edc4e458c4 2,029 1.00/1.00 vMB 24
641,629 641,629 0000000000000000000199f45f0296a1b54c545cd87f49ee1580a25ef3412c0b 2,491 1.00/1.00 vMB 54
641,628 641,628 0000000000000000000d8d1b280945ab2dd23a940147857cc228eb1b6ac228cd 2,411 1.00/1.00 vMB 105
641,627 641,627 00000000000000000009f4cbaaedc6557f299e4fe3d3be9e60b5511b03bb6c02 2,179 1.00/1.00 vMB 106
641,626 641,626 000000000000000000070fd0ba9b63eef36fa354c40a143b2f9a9aac28b047f6 2,670 1.00/1.00 vMB 80
641,625 641,625 0000000000000000000e74100992d40e3f9867cb9a5e9ba793231d6fd3847fa0 2,069 1.00/1.00 vMB 41
641,624 641,624 000000000000000000065eef7079d2943e47adc83619ca8aefc9aaa08b7dc236 2,497 1.00/1.00 vMB 36
641,623 641,623 0000000000000000000e07ed2f91d5f49f2284c4696078abde8cc31336a52af8 2,605 1.00/1.00 vMB 80
641,622 641,622 000000000000000000012ef682ef525c7695f30ff26127dedada4f4bd76fec9d 2,720 1.00/1.00 vMB 156
641,621 641,621 0000000000000000000c5b924867f9866555e630d83bbd076b58c7b6d9893947 2,539 1.00/1.00 vMB 92
641,620 641,620 00000000000000000002a6ea4d379de9db05abcd60db758e8c8a396a7495d806 2,643 1.00/1.00 vMB 101
641,619 641,619 0000000000000000000febd26e9836b1d101a0c91f966b4be6aef637dac2527c 2,526 1.00/1.00 vMB 97
641,618 641,618 0000000000000000000ee592b85499be5dd2bc1abacf360d874c516a9b9be731 2,772 1.00/1.00 vMB 139
641,617 641,617 0000000000000000000ba48a7728abdb95dfdafc4d3d9b05ee730a7aa21f60c7 2,948 1.00/1.00 vMB 161
641,616 641,616 0000000000000000000c5e494f1d0d55be978f63e0b5b19c81e9769c14d4d26e 2,432 1.00/1.00 vMB 161
641,615 641,615 00000000000000000005f9d8c6bc78153b9da343e68d57c88fbbc712e62947a9 2,368 1.00/1.00 vMB 67
641,614 641,614 00000000000000000008b5c62a0f814e81b9af77c802bfd45455c905f334197d 3,165 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 781.74 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: 630.34 GB
    • Received: 12.02 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.