Loading Tool

Explorer IconExplorer

Memory Pool

73,069 transactions
28.16 vMB
0.07083102 BTC
Random Selection Loading Transactions
Max Size: 166.72/200 MB

Candidate Block

Mining Attempt 8e1138833e5f55439057ff35fd608e2c897edacba21e1bbf6c35c4e2aef5ebda
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 03044031b4c54c31dc36e4e5c610388cc0f6cd26b08e7d89a7d7adae36863a33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,374
Size: 1.00 vMB
Total Fees: 0.01450111 BTC
Feerates: 150.86 > 1.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (430,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,916 484,916 000000000000000000f6b91d7884efef9223abc814dc21b66d5909ee4d08c632 1,383 0.61/1.00 vMB 113
484,915 484,915 000000000000000000ca6617de889f22f8d206497e4b0297fe80bad38dceff94 1,827 0.88/1.00 vMB 34
484,914 484,914 000000000000000000c0985b0c2e6b2414c7ce776baaea858346a57181f22b3a 2,045 1.00/1.00 vMB 143
484,913 484,913 000000000000000000d9366fbb95f9f88989d032329246452272d6d81b7c9e1f 2,083 1.00/1.00 vMB 128
484,912 484,912 000000000000000000b8675f89b7377b5170f24a9c028f287731642b69f99ece 2,059 1.00/1.00 vMB 151
484,911 484,911 000000000000000000d70534af68b00db7efb57117217711123d789c0b523d19 850 0.37/1.00 vMB 121
484,910 484,910 000000000000000000d3dccda3523223859f804115adf5e36bcb40dfcf9a1d65 535 0.22/1.00 vMB 131
484,909 484,909 0000000000000000003eba65253ba2769ea6b75f6baffd345b70961c36687f23 449 0.21/1.00 vMB 20
484,908 484,908 0000000000000000006ec393dadf4cfdafecce1957a4d2fbb7ab67ef239cf89f 2,128 1.00/1.00 vMB 142
484,907 484,907 00000000000000000074c4a844248d7bb7a185f67d4452dc19ee31c85102ac39 1,080 0.46/1.00 vMB 119
484,906 484,906 00000000000000000084c496327a671b389bf21a6472e6c4ffaee8ba2681b27c 1,301 0.59/1.00 vMB 113
484,905 484,905 0000000000000000000b83efc0b5ef1976969efcdba67390ed986454bcbdf912 1,082 0.63/1.00 vMB 80
484,904 484,904 000000000000000001110ee8c68d7e18dcb2cc1c0d3b783e3c6f9e150e6275b8 1,883 0.87/1.00 vMB 126
484,903 484,903 00000000000000000004844b930d67e7547044c789a409b465aa2acd85f48439 1,480 0.85/1.00 vMB 91
484,902 484,902 0000000000000000003cd96a58f2c1e10e831c85c45ec31ceac91c5823358664 1,083 0.51/1.00 vMB 117
484,901 484,901 000000000000000000e2492a2da38394d183b83af641682db3c1aeffb0dc3b62 1,300 0.55/1.00 vMB 113
484,900 484,900 000000000000000000a19cb4369431115c73c141d0883fbbb7a6fda0719d08f8 1,629 0.92/1.00 vMB 100
484,899 484,899 000000000000000000eb2c11f0ced0b367945bf3992efd2eb295184b36fe9acc 1,445 0.81/1.00 vMB 67
484,898 484,898 000000000000000000da9e53c4e153b7bdd1fb0e50baf770955815204f6ad4c8 1,638 1.00/1.00 vMB 62
484,897 484,897 000000000000000000b0f01a72e99418996f13e8b683224cb348e03b2d09028f 2,045 0.99/1.00 vMB 184
484,896 484,896 0000000000000000001540134c3049692d5162faa9bb37ec2b2cf47c675794b8 2,144 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.