Loading Tool

Explorer IconExplorer

Memory Pool

29,281 transactions
6.65 vMB
0.05264867 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.81/200 MB

Candidate Block

Mining Attempt 443246d3f49c6c27a8caadb1ee1b80aeddbcba8ef32d023b30c33ffb37051923
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root 0ec452c83b8cfd76b152c439e3aa0987d99f4cd594473f0328f6e42bafeb83f3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,277
Size: 1.00 vMB
Total Fees: 0.03580736 BTC
Median Feerate: 2.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (706,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,788 206,788 0000000000000120780cd85eddc2ba17cf1d9c55b4a33332b56e00a5531ba40f 130 0.04 vMB 206
206,787 206,787 0000000000000104628e1e1092b74a9bfb996d84bb60cc2eed4bf0ce8c18f05e 457 0.17 vMB 249
206,786 206,786 000000000000046924f788e62a3c5b8aef6c4bf1c1e0b7528fb20e8d9d90b62d 49 0.02 vMB 79
206,785 206,785 000000000000036b79f53fd4400f23a0194988619fd1cfbb6ad0a1ad0667c8b1 274 0.13 vMB 156
206,784 206,784 00000000000001b0951a33a9645acfba934ea0f9cbe3008028e92bea83af1a32 616 0.25 vMB 225
206,783 206,783 00000000000002dca00e64c042d9d19be141bc7130b45e80635198e3505a0706 225 0.07 vMB 16
206,782 206,782 000000000000023c26e5ca1c6fc1eac89f2de4eeba83b3944c356f30288c2183 688 0.27 vMB 224
206,781 206,781 000000000000042fde40f73479d47a7854d3227292b0d99cc2f6ed904c5976af 11 0.00 vMB 181
206,780 206,780 00000000000003616a56a0964d41d1e4efe7293d20604ba5e11df125c2488f37 252 0.12 vMB 177
206,779 206,779 00000000000001de615ca18e4277b61fea9224490635d6323f9c3240cbde56de 244 0.14 vMB 145
206,778 206,778 00000000000001b43e2f830232d595735e472eaff8ef4a198eedfe605bce2d03 138 0.06 vMB 188
206,777 206,777 000000000000008ea1996667ff71e73a85b69c00ce709f384ec192e490e39fe8 42 0.02 vMB 204
206,776 206,776 00000000000004a0e885131199e4aa1cb1c2fc586c0376fa6914f2c0e56e661f 420 0.33 vMB 62
206,775 206,775 00000000000003b7aa44b71daa28cdbf8c2f046bef0201a343f0af853b79f845 216 0.10 vMB 145
206,774 206,774 000000000000047f088fa419e130e02476410ddeebd34e90287187829de5b944 33 0.01 vMB 109
206,773 206,773 00000000000000b32b72e1563ee32919a937dcca05262c6407e8403d51cbbc13 38 0.02 vMB 123
206,772 206,772 00000000000004e4da4f9d50219a127bbea20974ea17e040575efff9de76dcf3 397 0.24 vMB 119
206,771 206,771 000000000000010d8fe5eb233b0140045e71e2e33d20a1a7b7a49f4b03914d3a 767 0.25 vMB 265
206,770 206,770 00000000000001f4307efc5a5f99f9f7dc7164988ee7be977deea92c5d1a3532 120 0.05 vMB 162
206,769 206,769 00000000000004ee6e2ee4e1debba33f8d1dc0bf3eb4a2d90f01d91e73df82b2 136 0.05 vMB 224
206,768 206,768 0000000000000079ce04f403c625a8231845ebbbb8745bbfbc1ed2d38d64068e 313 0.09 vMB 45
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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