Loading Tool

Explorer IconExplorer

Memory Pool

31,713 transactions
26.63 vMB
0.09840194 BTC
Random Selection Loading Transactions
Max Size: 132.48/200 MB

Candidate Block

Mining Attempt 183cc9767d813a92c17cfc2c3d5102a90a5c129ece79e28938f967f92f366233
Version 20000000
Previous Block 0000000000000000000088eb0f120f975e57ee7b05837846c83d2c87324a46fd
Merkle Root 65ff1cc235a734e38130931499b770bc84496a39f34a2f7d0db052d7f4eb3a62
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,289
Size: 1.00 vMB
Total Fees: 0.04398046 BTC
Feerates: 502.67 > 4.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,242 (811,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,039 103,039 000000000000efe4755204c3052c1b3adce7b871f6d43300bd6f18c671638970 1 0.00/1.00 vMB 0
103,038 103,038 0000000000008432d5367be113c4f188a6ee957b01e5e8c57a70a512f7b56712 5 0.00/1.00 vMB 0
103,037 103,037 000000000002748958ae8dd8ad6d1a29e5379c36aea0bd7d1d1c756c22b97326 5 0.00/1.00 vMB 0
103,036 103,036 00000000000264d2a29ce7e2ea0e1a9c094f471ae0a0e11b158cc53a95365e80 3 0.00/1.00 vMB 0
103,035 103,035 0000000000013661f502c6b94ff92b52cbd37819c67bfbef7b1733ab694e82d0 2 0.00/1.00 vMB 0
103,034 103,034 0000000000011cc7462f76c5617c705e2db1d85ff2f6bec1b4aec670495c301f 1 0.00/1.00 vMB 0
103,033 103,033 000000000000e6548403e4cfece595f94d87736c6374c399e6a5b96de97f4c1b 3 0.00/1.00 vMB 0
103,032 103,032 00000000000111ddd4ab54cbbbbef45bdcda86f9daf29b0efec0d08ab1edefb1 1 0.00/1.00 vMB 0
103,031 103,031 0000000000027482aec16407c682d68eb0ca0ada16e90d7c1efd0f9028624f8b 24 0.01/1.00 vMB 0
103,030 103,030 0000000000038518db30335bca313175e5719ba2e2ce9f91e270b27a6809534c 2 0.00/1.00 vMB 0
103,029 103,029 0000000000028ef78aa77ebf15896377ecfa5dcf19fc3eb465e7cac6b17f5261 8 0.00/1.00 vMB 683
103,028 103,028 000000000000b3c5348edb301316bc50c16cbbb0b2da9c948cf85d80a3e50ec1 3 0.00/1.00 vMB 0
103,027 103,027 000000000001163b581d120c1028f1b8a08616771976bf8690596f1a951ff0d0 4 0.00/1.00 vMB 0
103,026 103,026 0000000000004b02d6acb912157e9892604b6c222f6d89c5ff7d829d48fca894 2 0.00/1.00 vMB 0
103,025 103,025 000000000000af8ac9953c3e6a06ed4c8f35dd1d192e5acc5e6af3b24529a10a 3 0.00/1.00 vMB 0
103,024 103,024 0000000000015054f74c8be1854d9b26adef609a80cd2380eb9a7d7397df8618 6 0.00/1.00 vMB 0
103,023 103,023 0000000000012ed9eb1a7b5215b573da3d026c0c4c7ed090ee7b6b5917fb453d 12 0.00/1.00 vMB 0
103,022 103,022 000000000001edc552aa18f5834fa02ccded94381359049a9d6caacc05c0e0fd 19 0.01/1.00 vMB 0
103,021 103,021 0000000000032090d86affea51f45c23f53ddf194ad7a86af142e641236109f7 2 0.00/1.00 vMB 0
103,020 103,020 00000000000131960f9ac0bba00119f6ff55c3396255c59378187da5ba4dc384 1 0.00/1.00 vMB 0
103,019 103,019 0000000000026f32a0722d02e84f95c43691c7badcf21a8000ded331d5e57c41 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.02 GB

Node Details:

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