Loading Tool

Explorer IconExplorer

Memory Pool

32,405 transactions
8.26 vMB
0.11164732 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.93/200 MB

Candidate Block

Mining Attempt 7c2a81572d7abf35e3dc321d236cb8023a0d6d83c148301ae760b74d7b803327
Version 20000000
Previous Block 000000000000000000010aae71661ec974f19f60e6845081a7dd81ae0148c404
Merkle Root 5f0fc058096cd94f4f518255743bf490e58bf859ea11cbe7da3869b18a8542fe
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,238
Size: 1.00 vMB
Total Fees: 0.06908294 BTC
Avg Feerate: 3.44 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,016 (813,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,909 99,909 0000000000030839d0076c2c7bd1ecfb708f7dcf0564340618a3df2e31a3905f 0.00 MB 2 0
99,908 99,908 000000000004610b097fbe42b77c0b190e143c87798a7c93e73a797457b34254 0.00 MB 12 326
99,907 99,907 0000000000042f9f6a89cdb82638843d49d7d255053fe678641fc48aeadc77af 0.00 MB 12 0
99,906 99,906 000000000003cb1c3d81af6b67eb27a034dd5194d3c50c1976f4e45f984444ae 0.00 MB 4 0
99,905 99,905 000000000002f05a5c89fcf2321f6885eb130f9c8a13aea76b34f6989eda6cbe 0.00 MB 10 0
99,904 99,904 00000000000206b06e1c588ccf8da578f4798596251d046074584ce9d377ab4b 0.00 MB 10 0
99,903 99,903 0000000000009ae2822dc35250e0cd1fb619a08eb08d10d02afdaebd5eaa3265 0.00 MB 12 0
99,902 99,902 00000000000118014fb7a2c198b6b21f3e3536e6c8c0cb967b00781417b03a3a 0.00 MB 13 0
99,901 99,901 000000000000655ccc8b2af70741c86690be257ae40881593a4f68c309ee85a9 0.00 MB 1 0
99,900 99,900 00000000000371b15c205c32d0796c0a791000b73003ada3d0ef8bd7f0aa72d1 0.00 MB 4 0
99,899 99,899 000000000000a3d8b01c7f5009652e2d46adaa6e1e2a6c286059b1946bed31ec 0.00 MB 3 0
99,898 99,898 0000000000002b5897a1fd1e6fabfc409c2caa6a9db2be3f92846f7806ef4b18 0.00 MB 2 0
99,897 99,897 0000000000003f9c14c33d90574dee123950e62dff44100ad2f59c29b5b4e709 0.00 MB 4 0
99,896 99,896 0000000000006cb8a8db4ff698abe4f995dd4fb0c93deb2be6d1383b1982fb8e 0.00 MB 5 0
99,895 99,895 000000000000b39cdf84cf98141ce6e8a7a4eb226d43f6411e0c02493adc0770 0.00 MB 1 0
99,894 99,894 000000000001df95e8f156b61ca8755a8c102d4f94062c935ac4502016b17c33 0.00 MB 1 0
99,893 99,893 0000000000035abe5032487bcf3d2431c1c1a57e82c12dd0495db93920890bcc 0.00 MB 2 0
99,892 99,892 00000000000426001d49c8b35c6e3185b45626dffe7d776416051e6408f73e00 0.00 MB 1 0
99,891 99,891 0000000000004dbe64ebc2e0005972615a5b56927de30559d8b30d6608e3cd06 0.00 MB 1 0
99,890 99,890 0000000000025871b959d5fca203575e2335675eaef03e58b2d06e8e7daccd71 0.00 MB 3 0
99,889 99,889 00000000000049bfd16b1b6c3a04ac465e1d814155cde61df9c7737bba29093b 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 778.87 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: 399.10 GB
    • Received: 3.57 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.