Loading Tool

Explorer IconExplorer

Memory Pool

82,100 transactions
30.95 vMB
0.08740326 BTC
Random Selection Loading Transactions
Max Size: 189.57/200 MB

Candidate Block

Mining Attempt 43f5a732832f0a757e25515a9cf5a3bcbeb67c2d62e9458f77b2f1f194f7b9c3
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root cb88175b6d7c3c3f3375b216706911087d5bfc34da126a2228377ece773eeac2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,327
Size: 1.00 vMB
Total Fees: 0.01766354 BTC
Feerates: 100.00 > 1.77 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (763,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,913 151,913 00000000000003858f659fd7144274003bfda496e9fe8891b3a5d6edc1067149 38 0.01/1.00 vMB 223
151,912 151,912 00000000000009cfd9523008052e0727388745669e163e445e433f14edd9dda3 33 0.02/1.00 vMB 6
151,911 151,911 00000000000006783534752c34ef6ec7760e48b407c34a73a18ed3af7c40e611 65 0.04/1.00 vMB 73
151,910 151,910 0000000000000a860455625d55cc34f75152b807c5dc4d595633011653e5ad47 92 0.03/1.00 vMB 3
151,909 151,909 000000000000072f987ff1d9594ed76c385fada170ec45e009a14c7e643587de 88 0.03/1.00 vMB 203
151,908 151,908 0000000000000b830c6f5da108022264c45883e5465ffa4e6ac84784b4ddff3a 4 0.00/1.00 vMB 0
151,907 151,907 0000000000000b07aeed2b09fdfa69850998def956133cfa2819a964344b92ff 78 0.02/1.00 vMB 18
151,906 151,906 0000000000000248aa55b92064ce7f016a2eede9f160900609a61cef1a6dba1d 14 0.00/1.00 vMB 33
151,905 151,905 00000000000006886b5f234005c26a111a9f9f06bbea3be7d878ab0e8dd2104a 11 0.01/1.00 vMB 203
151,904 151,904 0000000000000beb754369c48aa7cdcbf77d59c0dca156c1f3db2ce4b711bff0 16 0.01/1.00 vMB 70
151,903 151,903 00000000000003aeedfb3168c942dee19b0c650e32a7ed96be0c8340f60474ba 27 0.09/1.00 vMB 58
151,902 151,902 000000000000011e1f56069d03439f1de5e3292ab51aad544c11c93fe2f59ca0 119 0.05/1.00 vMB 197
151,901 151,901 000000000000030ef51754641501fdcf5d5c4c2750a9d7f3ce0a8612ba44143e 20 0.01/1.00 vMB 29
151,900 151,900 00000000000003347276a7a1d0978a89ebbffb46b36f6bc197b2b98da1c6fd7a 48 0.02/1.00 vMB 73
151,899 151,899 00000000000006bf947c85d3dcefe32b6ac0b861d7ae05f8f29607fadfe14d7b 54 0.02/1.00 vMB 106
151,898 151,898 00000000000009f71329cd6f160c2b94b81dd3591e3501747dcfd354483e266f 78 0.03/1.00 vMB 191
151,897 151,897 0000000000000d94ca2e1b9b8decc15889add6727bef28c1527651d4c64e1010 35 0.01/1.00 vMB 147
151,896 151,896 00000000000003495d3b0b53260b4c278b2cb35fdfbeb49a93b9f5a2a2cdc002 8 0.00/1.00 vMB 303
151,895 151,895 0000000000000b00514f50a1c6dda6f1d4acaf3c8f81240e6244e6a8d5f8ed84 30 0.02/1.00 vMB 101
151,894 151,894 0000000000000d226fa601e75f0fd4c0497a85cf2c015e3604f0baca800d7b0c 35 0.01/1.00 vMB 40
151,893 151,893 00000000000006110183ae56086e2716d2f2642cc00384c4d67b33f22a808b08 7 0.00/1.00 vMB 1,022
Previous 10 blocks ↓
Total Size: 782.77 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: 709.32 GB
    • Received: 16.88 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.