Loading Tool

Explorer IconExplorer

Memory Pool

19,327 transactions
9.01 vMB
0.06625177 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.48/200 MB

Candidate Block

Mining Attempt b6ec0887a5f3d75e8fe1a338fceaaa0fb54d7830a216b119bbe7b33288841227
Version 20000000
Previous Block 00000000000000000001786d08044e0bc11e8685df5e6ef9caff0b5450345fd7
Merkle Root dd828e1f179f6c046bce22eb3ad5c80cbeceb076cb739ef4e317db6a64f544b3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,380
Size: 1.00 vMB
Total Fees: 0.04635847 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,403 (684,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,756 228,756 00000000000000d5c29f2b305f983bd83319e32b78bd51ae06c241b64aa58bfa 637 0.35 vMB 162
228,755 228,755 000000000000002ca63278f5702a8a9df1334e1fde08f5ae73f9b4aff9e8b6ad 140 0.15 vMB 104
228,754 228,754 00000000000000f3fc806864a096a2c3068e60c56f9dbab8c022e68946d79a27 488 0.21 vMB 175
228,753 228,753 0000000000000048be90184edac39205170ac6d7c0eaa0abf1f5e2881971f035 240 0.25 vMB 103
228,752 228,752 000000000000025d4a4a842cd026a6bd75f1532ba38eb54a419f5c39fd7ce33b 313 0.16 vMB 159
228,751 228,751 0000000000000165f69c0c7faee8e7b306539f304a764dc2419be4041bdc1d8e 392 0.17 vMB 173
228,750 228,750 00000000000001bcacd19e5af3dff9c83005d69074776c18045f8efb3222f131 479 0.23 vMB 161
228,749 228,749 00000000000001502f7835f7923843b1529813b8c186c5a959a435556170c27e 268 0.10 vMB 193
228,748 228,748 000000000000011b7532c6284ab228d439ae77bb0c56a989310a6aac98952407 598 0.24 vMB 183
228,747 228,747 00000000000000a28f96852d056e5eebe061efa003c1aba3c237e37ba178b10c 149 0.10 vMB 107
228,746 228,746 000000000000012d120fa878eff2a241c975406df054255ce4a61f3fd9d71c0d 513 0.25 vMB 140
228,745 228,745 000000000000023ca7715c665ee6fd70e14f8ae95c718f4f39d2333182fe3d5b 630 0.25 vMB 391
228,744 228,744 00000000000001a56909c28285ea6531cfc402e680063c4112a9e763398b9823 300 0.15 vMB 166
228,743 228,743 00000000000000335d704087c963e430bf84adf6d39f3fb1207e9cddd04713fd 363 0.15 vMB 500
228,742 228,742 0000000000000218662c53bffbab12a76728be4f97a607713335a32836813401 101 0.07 vMB 103
228,741 228,741 000000000000011d371a3118a7afef2c2aa70a36be439cea56ecff0b5ef7e37f 287 0.16 vMB 123
228,740 228,740 00000000000001d6cc076b3499d4678ae08c2b31fe0e0edf1078cb106454dc05 512 0.18 vMB 219
228,739 228,739 000000000000020a47376f05bf31e07c42b009a4d0b8142c66e777b3db718ae9 450 0.21 vMB 160
228,738 228,738 000000000000009e5819987b947d6927becac6f47ff4ad1c07da3b83b25084c7 81 0.15 vMB 44
228,737 228,737 00000000000001b1b1d475d39bd70710cf40e2f5e1009e26ebb75f4642ba017c 13 0.00 vMB 34
228,736 228,736 000000000000011469132a111ae1aa092f48b610ab5e4f56abfdd805d2386da7 213 0.10 vMB 192
Previous 10 blocks ↓
Total Size: 779.57 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: 272.93 GB
    • Received: 1.06 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.