Loading Tool

Explorer IconExplorer

Memory Pool

78,989 transactions
29.24 vMB
0.12141991 BTC
Random Selection Loading Transactions
Max Size: 176.38/200 MB

Candidate Block

Mining Attempt 8d80065ef5e05c9dc2755db7b5f10bb6d6fb69c4e2d926c94f7bce29b43d7121
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 9a7f042341f58620a9f21bf4bfe402708a3a3f016b587cfb86e1ea7e9408dfbd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,206
Size: 1.00 vMB
Total Fees: 0.04418368 BTC
Feerates: 150.80 > 4.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (116,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,037 799,037 00000000000000000004cf4ffd367869430ea5f1fa7fadd2bf4fc8906c30742f 6,179 1.00/1.00 vMB 6
799,036 799,036 00000000000000000002101e67d9e8eca4d0d54c73aeb79a2bb72f34a58f45d5 4,748 1.00/1.00 vMB 6
799,035 799,035 000000000000000000049747638ef90da588ffcc1a790100309df811b8cbaeb8 1,433 1.00/1.00 vMB 9
799,034 799,034 000000000000000000041d9f2efea6301e96b4d767c4275231615e763a637fa1 1,801 1.00/1.00 vMB 13
799,033 799,033 000000000000000000008076627166c0d0b70a545b6ae7976172c260cf855515 1,470 1.00/1.00 vMB 5
799,032 799,032 000000000000000000039bf2653332db064d0667931243aa1359c1f77362ac3d 3,364 1.00/1.00 vMB 6
799,031 799,031 00000000000000000003e7d28b96ca590833e296a769c7f2c30d13e3aab5a43e 2,341 1.00/1.00 vMB 11
799,030 799,030 00000000000000000000d0bd10dd172c6291c99f2dba44a9e22e5152f658fea2 2,876 1.00/1.00 vMB 14
799,029 799,029 0000000000000000000003ac6f373f635bda01d129fed9ffbde5550da6873360 2,827 1.00/1.00 vMB 11
799,028 799,028 0000000000000000000514b5ccafed907f2c5fe88811a94ece94e93087c2d252 3,688 1.00/1.00 vMB 9
799,027 799,027 00000000000000000001431580a58477bcb71fe919df671b6b64ad38525d5779 2,865 1.00/1.00 vMB 13
799,026 799,026 00000000000000000000164099709153f093770030d133fbf2fe0c9d1006b8ed 3,638 1.00/1.00 vMB 11
799,025 799,025 00000000000000000001c07c6e28221d71e4767c2bef6404852ac6b98e451345 4,629 1.00/1.00 vMB 6
799,024 799,024 00000000000000000003b17cf1fd562033433cac513ad432b5936c9d910fcada 3,698 1.00/1.00 vMB 6
799,023 799,023 0000000000000000000139fb40e7235b498c0eba0d996180511630f4a9fec299 4,511 1.00/1.00 vMB 7
799,022 799,022 0000000000000000000254f656f194faa1a19d4aeca96cbf7e2487a43d83efc8 2,730 1.00/1.00 vMB 10
799,021 799,021 00000000000000000002711c1d5aa8ac8b6383d6aa419acd6571195c24170d26 2,351 1.00/1.00 vMB 16
799,020 799,020 00000000000000000003dd94b10f35ab357c840512e8325579b27bcb4a9d9dae 3,592 1.00/1.00 vMB 8
799,019 799,019 000000000000000000014713e283cb015f9a7cd93ee4743d25e8e9f2288e6c86 1,386 1.00/1.00 vMB 6
799,018 799,018 00000000000000000002a2cd912d32f9ba911198dfe5fd74d671c33e822abf03 1,706 1.00/1.00 vMB 8
799,017 799,017 00000000000000000001b1ec4892ed669c02eeeb8bbf15621445701f02ba5f0f 2,513 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.