Loading Tool

Explorer IconExplorer

Memory Pool

76,496 transactions
28.59 vMB
0.10216653 BTC
Random Selection Loading Transactions
Max Size: 173.23/200 MB

Candidate Block

Mining Attempt b7bd55dacbc624aaf0984c72d713bd891ea53d559958278919cd9d0ae9028479
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 9e45cbc44688915a75f3b42eca43337479aabec3ff2b81389d5f0e08e354a848
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,342
Size: 1.00 vMB
Total Fees: 0.04264686 BTC
Feerates: 101.65 > 4.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (701,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,563 213,563 00000000000001fb64dd3c00f241549bac144cb7d4498056977a4ee7bb2d3218 144 0.07/1.00 vMB 161
213,562 213,562 00000000000002658e390b4cf82a7897fe7e8558b9a71f9e4014720d8cdd4102 123 0.06/1.00 vMB 154
213,561 213,561 00000000000000f797eb4f2ecdf192d2080378d0c2e218d41d4b8b55ee57952c 568 0.21/1.00 vMB 230
213,560 213,560 00000000000001d54d699bb4d342da3124cf480d1d54c5ec76eb9b66a14dab26 171 0.07/1.00 vMB 175
213,559 213,559 000000000000042740c38444c32b7c793cb64572befa9ac98a45f0c1c30a879c 10 0.00/1.00 vMB 17
213,558 213,558 00000000000002759a26c8dec47f8a600d89c8104096f1f45c23ea8b52df2432 109 0.04/1.00 vMB 260
213,557 213,557 0000000000000318263d52d76ba039a8cfa4e318079876a72ee600c9846780c4 84 0.04/1.00 vMB 143
213,556 213,556 00000000000000c9ef2c1a11b07a6ce0ea8cb3be056396731cd0225a0e50a08b 276 0.13/1.00 vMB 161
213,555 213,555 00000000000000eebee14c7419a5ec8935f7313ae37e79e0c9f2312a686ee88f 13 0.00/1.00 vMB 199
213,554 213,554 000000000000019e2d5664d44f022d2c3bad8f008b9148e07f82d9d965a4a012 61 0.04/1.00 vMB 135
213,553 213,553 00000000000002903186a1e9bda5ddc04d6b4ec3255808859f3ce88f46003e33 303 0.15/1.00 vMB 162
213,552 213,552 00000000000002b2559e8e097f8a39a9be4b529dd7b47f066cbea6b6e4799160 424 0.17/1.00 vMB 159
213,551 213,551 00000000000003f0dd11e58c52aec3e9cb7897d893e8306c06a85c0f28cfce08 460 0.18/1.00 vMB 185
213,550 213,550 0000000000000055dc05c6b6ae2d4012a65270d407a126d20d235c4fb95895d9 8 0.00/1.00 vMB 302
213,549 213,549 00000000000000a7a0c8a5e731f1b5eefbf82b70b7f447cc27c8fc0493dabc05 212 0.09/1.00 vMB 178
213,548 213,548 00000000000003ab5b557fb1e7ddc2cf59a36fd095fe138a3a3c4b03e60e24a4 119 0.05/1.00 vMB 131
213,547 213,547 00000000000001e4ac3d3d0f6b6ed9990117516fa8b69373e63cf474ebccd877 107 0.05/1.00 vMB 108
213,546 213,546 00000000000004d80525b751f1d0485964480e40939e67a4919d677c5ec96911 246 0.12/1.00 vMB 172
213,545 213,545 00000000000000a82411a58deaf61027614b0448cf95920ba28fc8f7d4373ac3 392 0.17/1.00 vMB 168
213,544 213,544 00000000000001f08af40c3f6d1889602158194e64450310ecd4d239e215ee3c 37 0.02/1.00 vMB 22
213,543 213,543 0000000000000193749f2b6f74a9adb56e53c092865498c9aae2c2bf39aa69d5 618 0.22/1.00 vMB 200
Previous 10 blocks ↓
Total Size: 782.60 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: 671.82 GB
    • Received: 16.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.