Loading Tool

Explorer IconExplorer

Memory Pool

10,190 transactions
8.60 vMB
0.01882909 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.82/200 MB

Candidate Block

Mining Attempt 4c850b7a9c8655b90ceedfde0f7afc8916df462ac63accf845ff7800ffe707d3
Version 20000000
Previous Block 000000000000000000018a8003492cbdec5695b2cec8197f7ffb6a62f2878539
Merkle Root 58a54f35545983325d64bb89b0070bf2167887b25f1ff17ff22c0db8d88341f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,584
Size: 0.99799075 1.00/1.00 vMB
Total Fees: 0.00642831 BTC
Feerates: 82.38 > 0.64 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,621 (655,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
257,774 257,774 000000000000001ee524391992c596445a6dccf1a41d9a3de8fa05d08c4cf7d5 202 0.09/1.00 vMB 92
257,773 257,773 0000000000000028cc85e22294bc62a3d1206043abe5ecb891d43bf71367daa0 171 0.07/1.00 vMB 126
257,772 257,772 000000000000001f64c69bf9328948de65871cae25d0a5839ea45f7de033070a 765 0.32/1.00 vMB 119
257,771 257,771 000000000000002b75267b885c1321358c9ce09ada83fbd0b2363260e02ff1ca 49 0.03/1.00 vMB 82
257,770 257,770 000000000000000cf02b968b1446b67b94c154b3b3412bc334c76513a43f3f0b 173 0.09/1.00 vMB 104
257,769 257,769 0000000000000003337fae18bee718bd4c8667ab12108b7c3854d0eb9591533e 231 0.11/1.00 vMB 96
257,768 257,768 000000000000002937ddfd56f9093ba11c3bb7681cb80d68a846d25977ae9133 424 0.18/1.00 vMB 102
257,767 257,767 0000000000000017e89772bfa0f8d67ef4071a20d951027a51472d85c08f40e0 141 0.05/1.00 vMB 102
257,766 257,766 0000000000000016390c82d3f75cc6d28b7586e78caaa3b440c96baf1b06979b 569 0.24/1.00 vMB 100
257,765 257,765 000000000000000355bb0df3f9fb1c8b45fbbe9c7f41539e06b7c95c683be363 407 0.24/1.00 vMB 77
257,764 257,764 000000000000001e04bf1359138b0f0adf13135c456aece27d26abbb7181c106 178 0.07/1.00 vMB 54
257,763 257,763 000000000000000a152787fd64e5e892a14643c8075daa6949435007bb2e7b9d 330 0.13/1.00 vMB 144
257,762 257,762 000000000000000089b16088253e5e9cebe8e9c84bbf75987fdf1605dfca980a 64 0.05/1.00 vMB 29
257,761 257,761 000000000000001965088f26955de56a89d925b59cc5f5372e3a5bf4a032a8a1 243 0.12/1.00 vMB 96
257,760 257,760 0000000000000021c1673ae5f8f7735542a1748ca0c13de59b6e1aec6229db33 291 0.10/1.00 vMB 125
257,759 257,759 000000000000002f94c0477be966f4ebb0e3d7ecfd59c7250999352074e2fca1 220 0.09/1.00 vMB 97
257,758 257,758 0000000000000002e2521628b6fdaaf462eb3e70b970f69460a425723a850300 219 0.09/1.00 vMB 90
257,757 257,757 0000000000000012632aa09bf2333c1459fe1e73bfe6753b4b136dc4e11990dc 71 0.03/1.00 vMB 87
257,756 257,756 00000000000000056c598e65f9cd6525b88d785235cbd329f1a026c13a842b6f 157 0.07/1.00 vMB 82
257,755 257,755 00000000000000014fb5e90df4423e0621a45c52797d8b8b01f0ffca6f254bb3 633 0.26/1.00 vMB 111
257,754 257,754 00000000000000078bb1c9c3cfe72c06b831daab9eb0ade02887d3500602d35f 172 0.07/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 779.94 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: 466.00 GB
    • Received: 2.80 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.