Loading Tool

Explorer IconExplorer

Memory Pool

83,784 transactions
31.84 vMB
0.10672419 BTC
Random Selection Loading Transactions
Max Size: 193.02/200 MB

Candidate Block

Mining Attempt 7126385eaca6263144efc353240212ab26269939510f0bbc80a5c34f47c841a8
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 603e9fe6b443bc51142ccda6f9fb635830379220156b13762ee83d9dff20af2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,712
Size: 1.00 vMB
Total Fees: 0.03590848 BTC
Feerates: 351.58 > 3.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (837,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,097 78,097 00000000000f2e552293839f01ad5e70d377bad52d06ab5a3c84eda5e8477678 2 0.00/1.00 vMB 0
78,096 78,096 00000000004f4a1394a4d23ef9e6885912607b79a1dcf8a5f2baec1aa19b17f1 2 0.00/1.00 vMB 0
78,095 78,095 00000000004417481a832b93333844787c19cae1ed67519afc154ce6759c6057 3 0.00/1.00 vMB 0
78,094 78,094 00000000001240f6c457c783d2c5d3bd1a49272a8b549edd4cfb55b468754194 1 0.00/1.00 vMB 0
78,093 78,093 00000000002ded7e5ec6a8fe133676b7ebcfaa9b1eb1424b49f8b11fbf22fbbe 2 0.00/1.00 vMB 0
78,092 78,092 0000000000474dcf7b2809cc35bb7571200921648983ad7d49628e068a1d000b 1 0.00/1.00 vMB 0
78,091 78,091 00000000004e3326a3ec83cc58a449ee890d029cbf6219d51d3a5182826daa9f 2 0.00/1.00 vMB 0
78,090 78,090 0000000000597c49a6019c4633f78e22649dbfa17531184b2a1d8f9440885e18 1 0.00/1.00 vMB 0
78,089 78,089 00000000001b4324ca6fe6099b80dfc37a9a1a67950568239c6ac23788e7459a 1 0.00/1.00 vMB 0
78,088 78,088 0000000000063fb75fb0432ee64da9f16a54e39d66beb887c0a419a9dbfbcad9 1 0.00/1.00 vMB 0
78,087 78,087 0000000000105a2da98670e854404bd0bf14a4c199ee8b80e6b21aa9b2a3995f 1 0.00/1.00 vMB 0
78,086 78,086 0000000000110b341b30d4ec8d12db8b7edeeab7ce4319a8bd4cc144d3e995a3 1 0.00/1.00 vMB 0
78,085 78,085 00000000000ac69275fb99b082fb8138ba0bc6bbbad6983c5dca98e7d8111d93 1 0.00/1.00 vMB 0
78,084 78,084 00000000003ea590f9d0e769caf4421798a53abe7dea1efc11dbbdbeed9088a6 2 0.00/1.00 vMB 0
78,083 78,083 000000000045930eaa9bb5dc8ca1b5b037d9464320227c7aa75c1c958e2fe8ca 1 0.00/1.00 vMB 0
78,082 78,082 000000000025abc0d005e75a7a368f33ab5e8a172377f34eea1c8af6b5c37fdc 2 0.00/1.00 vMB 0
78,081 78,081 00000000003ffa0c806ddfc1c67211c073aca127360ec8c35de601df8f615698 1 0.00/1.00 vMB 0
78,080 78,080 00000000001d7cf644d824971586379d2a708a81d9c9926bf1c0a7b1bc6eef28 1 0.00/1.00 vMB 0
78,079 78,079 00000000005287c0e6755cb3eebf3c496f423778cf6d3b0366ce41c6fa324d4d 1 0.00/1.00 vMB 0
78,078 78,078 00000000004aecf916c6a027d9d148bb8dffe4a74bc322f6da59b6f17d689cac 2 0.00/1.00 vMB 0
78,077 78,077 000000000012b97222f8e7cd63e85afe073f203f5817ae43e8bf0a594ae3bbbc 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.75 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: 708.67 GB
    • Received: 16.75 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.