Loading Tool

Explorer IconExplorer

Memory Pool

11,550 transactions
4.27 vMB
0.02739136 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 25.78/200 MB

Candidate Block

Mining Attempt 66d7f3102f9dc2eb71c9d1f033626459090f4fe1cb58a6da0e8c6d3c0a8b32e1
Version 20000000
Previous Block 000000000000000000000247c6b4eb078ebeceab5565ea7965612418fdd9e683
Merkle Root 7b38aa0c85c3b426442ae54350684597cad7ae1f7c5f4595e108e98a1cef246d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,730
Size: 1.00 vMB
Total Fees: 0.02188580 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,470 (655,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
257,765 257,765 000000000000000355bb0df3f9fb1c8b45fbbe9c7f41539e06b7c95c683be363 407 0.24 vMB 77
257,764 257,764 000000000000001e04bf1359138b0f0adf13135c456aece27d26abbb7181c106 178 0.07 vMB 54
257,763 257,763 000000000000000a152787fd64e5e892a14643c8075daa6949435007bb2e7b9d 330 0.13 vMB 144
257,762 257,762 000000000000000089b16088253e5e9cebe8e9c84bbf75987fdf1605dfca980a 64 0.05 vMB 29
257,761 257,761 000000000000001965088f26955de56a89d925b59cc5f5372e3a5bf4a032a8a1 243 0.12 vMB 96
257,760 257,760 0000000000000021c1673ae5f8f7735542a1748ca0c13de59b6e1aec6229db33 291 0.10 vMB 125
257,759 257,759 000000000000002f94c0477be966f4ebb0e3d7ecfd59c7250999352074e2fca1 220 0.09 vMB 97
257,758 257,758 0000000000000002e2521628b6fdaaf462eb3e70b970f69460a425723a850300 219 0.09 vMB 90
257,757 257,757 0000000000000012632aa09bf2333c1459fe1e73bfe6753b4b136dc4e11990dc 71 0.03 vMB 87
257,756 257,756 00000000000000056c598e65f9cd6525b88d785235cbd329f1a026c13a842b6f 157 0.07 vMB 82
257,755 257,755 00000000000000014fb5e90df4423e0621a45c52797d8b8b01f0ffca6f254bb3 633 0.26 vMB 111
257,754 257,754 00000000000000078bb1c9c3cfe72c06b831daab9eb0ade02887d3500602d35f 172 0.07 vMB 134
257,753 257,753 0000000000000015a267866c4c03eb8105e4e1fed86f89a0b721ca0f2ee5d1b1 71 0.03 vMB 97
257,752 257,752 000000000000002e68f0246bbb4a0a58448e526e3fb2d2737f893420f0636927 512 0.19 vMB 116
257,751 257,751 000000000000003158574acdbed2d21592f0eca79de3b8b324a4ec3f20246121 126 0.04 vMB 69
257,750 257,750 0000000000000026e200792bd6af3596152eca74bd850e0ef45e457795e82d9d 91 0.04 vMB 59
257,749 257,749 00000000000000285c514e73c0b61d19803798f0d4b2761c902381f3581cdd33 435 0.18 vMB 120
257,748 257,748 00000000000000243fbd3f773e603bfeb48c090fcb4dae42ebb9dd866ba1ef08 150 0.08 vMB 35
257,747 257,747 000000000000002e091d37b90136bb940e040ae90b2201270cdc4a30ac476676 373 0.14 vMB 126
257,746 257,746 00000000000000184d5751b1e9e89bbc6306f47d0f975ef52d40e5dbe0fb05d4 795 0.33 vMB 94
257,745 257,745 000000000000001e789cdc2b0c44e7147b11ecd0dd74127d96e80c5ca8c97871 366 0.17 vMB 126
Previous 10 blocks ↓
Total Size: 779.69 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: 331.84 GB
    • Received: 1.60 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.