Loading Tool

Explorer IconExplorer

Memory Pool

75,413 transactions
27.79 vMB
0.07978633 BTC
Random Selection Loading Transactions
Max Size: 169.02/200 MB

Candidate Block

Mining Attempt 4f6ab91becc68240082f11449b364fd88a5929bc8e8f84d0b15f907cbb6ba0be
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root ef7e08eec6212e00001811f8852d84c7a6c7d8e32f334a4e6aca2aee758b78d1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,632
Size: 1.00 vMB
Total Fees: 0.02028471 BTC
Feerates: 151.01 > 2.03 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (112,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,872 802,872 000000000000000000039d60edec4e5981c3261dd2de7cf6c7bdc7dac508fb95 3,241 1.00/1.00 vMB 19
802,871 802,871 000000000000000000036107e927f339daf3e3bf7d7489c48dfce617caa191d6 1,876 1.00/1.00 vMB 13
802,870 802,870 0000000000000000000253efdb1e8fa3744752d5daf0e9e1e1ef83b67b1346a1 2,588 1.00/1.00 vMB 17
802,869 802,869 00000000000000000000ad787bbf6c94c50b7c4075732c6b17ef38a91556a023 3,368 1.00/1.00 vMB 11
802,868 802,868 0000000000000000000136f33e3ba4a6fdeb1aef9df99275b70ed678cbd25d5b 2,164 1.00/1.00 vMB 9
802,867 802,867 00000000000000000001812eae80f8e4ab443d6b98fae8d9356a9217492ea986 2,684 1.00/1.00 vMB 10
802,866 802,866 0000000000000000000512df4ec148973d5180c556af510af07ca7619301f57f 3,405 1.00/1.00 vMB 19
802,865 802,865 00000000000000000001a6cf364a4ce43a48661e42751b200bf7c3909910a2dd 3,174 1.00/1.00 vMB 21
802,864 802,864 0000000000000000000362540c9d75ab2e0dd7a77b37c8107a55fcfbba94a014 2,750 1.00/1.00 vMB 17
802,863 802,863 000000000000000000026780f6f8027e20c0923c799ba81dfad52778fcb1a490 2,272 1.00/1.00 vMB 11
802,862 802,862 00000000000000000003d11d7a11ddb8fdfd1e727e54661b3042d06836291752 3,415 1.00/1.00 vMB 15
802,861 802,861 000000000000000000039529f692a1592bfc1da41a5dcc00a4ac832c97f243a5 2,236 1.00/1.00 vMB 14
802,860 802,860 00000000000000000003237c8ebba8df4a972c61f5ce5258e0423bcce2b0fc90 6,284 1.00/1.00 vMB 8
802,859 802,859 0000000000000000000404b7954f61c347517a08de83b4d3acae2ca7b82b4706 3,560 1.00/1.00 vMB 6
802,858 802,858 00000000000000000005268735929aaad948eb4d5c4015f0eb62ca05e2cc6562 2,795 1.00/1.00 vMB 8
802,857 802,857 000000000000000000024c38702c75af6d00ada01e58469393a3f3e3529a3071 2,825 1.00/1.00 vMB 13
802,856 802,856 00000000000000000004db2b0566b4571505fb0f9399dd6cd238aab5a7e0d642 3,224 1.00/1.00 vMB 15
802,855 802,855 00000000000000000002b9265b302ce446d471c7a4161c7b4f9b311b7d3105cb 3,214 1.00/1.00 vMB 29
802,854 802,854 00000000000000000000228e907414147e84828b477646c8a1c42ae4bba8175c 4,186 1.00/1.00 vMB 7
802,853 802,853 00000000000000000004ed0d2dacda8d08a975905606aa8ff9ead22c81892f4d 4,054 1.00/1.00 vMB 6
802,852 802,852 00000000000000000000f83b9d75e34c92ca3b1cdf4b5ba892d92d879d832904 6,016 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.