Loading Tool

Explorer IconExplorer

Memory Pool

72,801 transactions
27.98 vMB
0.06534191 BTC
Random Selection Loading Transactions
Max Size: 166.13/200 MB

Candidate Block

Mining Attempt 7aa2caad13d5683aad01e8c5a10ad5448f4a8b506a1847e359e0ddd94c5a1e76
Version 20000000
Previous Block 000000000000000000003563c4b66b8c7aee15d5eb92bb97c05d0ba548e70e53
Merkle Root 61026fb393f87163e900d8b28eacb58b3f280725c1b34afbd4b2bf554e59b6df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,343
Size: 1.00 vMB
Total Fees: 0.00942435 BTC
Feerates: 180.34 > 0.94 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,033 (235,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,915 679,915 0000000000000000000173438abfbcc8c63efe0ff2acded17bc0f54d596d0a78 2,711 1.00/1.00 vMB 283
679,914 679,914 0000000000000000000a23e69c6ef3d1f9f7efc713aac74081d8bb17726f5fda 2,329 1.00/1.00 vMB 272
679,913 679,913 00000000000000000008c2c08d16c83e661f539bf600ccf19bef3f2cc57b2819 3,060 1.00/1.00 vMB 301
679,912 679,912 000000000000000000020d6f531a71f4c7afc7ccc4aef914fd14e2136be2eb48 1,451 1.00/1.00 vMB 275
679,911 679,911 000000000000000000070952c63ed60c8df6026314571123bdd655bd73d57049 3,160 1.00/1.00 vMB 328
679,910 679,910 00000000000000000006e2962638f85064d16c546a08f00a0fde18fbbef718fe 3,017 1.00/1.00 vMB 285
679,909 679,909 00000000000000000005e5b65e8615101d85c56dbf17c3de75d7672b16b6daa5 1,634 1.00/1.00 vMB 136
679,908 679,908 0000000000000000000afebc6990690321dee8df8f52f67bc2dcbf59fb3febd4 2,496 1.00/1.00 vMB 159
679,907 679,907 00000000000000000007cfa4aaac85b26048e0243fbb38a1509257472198773c 3,080 1.00/1.00 vMB 267
679,906 679,906 00000000000000000000c82b2d1213cf16a7794424bf0b59978f9cd7c1d2d70a 2,478 1.00/1.00 vMB 182
679,905 679,905 00000000000000000008b9e4053c97afd19eaddb0f3e6fc362c33f3f99850f25 2,441 1.00/1.00 vMB 226
679,904 679,904 000000000000000000011e502cbfc0afd95403eb856fc64d6b5ad7c3569dabc4 1,229 1.00/1.00 vMB 236
679,903 679,903 00000000000000000002d619fcb7958f9c8d3690fea4b9e316acc2436e665311 2,118 1.00/1.00 vMB 256
679,902 679,902 00000000000000000004c2d3d3aa4f1b649ba67655684b78b662bb1f8cd564f7 2,501 1.00/1.00 vMB 149
679,901 679,901 0000000000000000000a40380f1e65dbfa997f93a68e56c067080a5c93d82bb9 2,735 1.00/1.00 vMB 217
679,900 679,900 00000000000000000009c4d3e8b3789a5e92b2abcc7471db7811edac0cdb17ae 3,348 1.00/1.00 vMB 285
679,899 679,899 00000000000000000002aece15402457693863af5ff455b52189a206224e11d1 1,328 1.00/1.00 vMB 139
679,898 679,898 000000000000000000010ee409b37340b1d4450e725adabcc7ab11c0c4d77f48 2,390 1.00/1.00 vMB 183
679,897 679,897 00000000000000000007b505fb5f68a2a969f5c99933025c0cbba13d3bf07cfe 2,267 1.00/1.00 vMB 186
679,896 679,896 00000000000000000001e13882b283f50b69fbf1f830be2badac3563b298ddd6 1,355 1.00/1.00 vMB 137
679,895 679,895 00000000000000000003f0244d84dbf6064704bf064713029e8a56fb7c21595e 2,559 1.00/1.00 vMB 210
Previous 10 blocks ↓
Total Size: 782.45 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: 666.90 GB
    • Received: 15.23 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.