Loading Tool

Explorer IconExplorer

Memory Pool

78,787 transactions
30.24 vMB
0.06938234 BTC
Random Selection Loading Transactions
Max Size: 183.71/200 MB

Candidate Block

Mining Attempt ae0561da8ab1d06f2935afdf0a9e1ef44459d6e3b41826b8a78c4acfa68b6c65
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 9d3ec833b9b651944514ca301d8f150b285ba412954c540c05bc6393b2cc98ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,166
Size: 1.00 vMB
Total Fees: 0.00506134 BTC
Feerates: 49.17 > 0.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (255,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,181 660,181 00000000000000000008792c978e7987b014cbe9415e76b72468336c81aa72b4 2,329 1.00/1.00 vMB 15
660,180 660,180 00000000000000000005900553aaf2b498d1cbf4ee3206f49f7c3b9e769070db 2,397 1.00/1.00 vMB 26
660,179 660,179 0000000000000000000bf4ea109250c107a2f979d25165d7e91f681d76d0dded 2,031 1.00/1.00 vMB 24
660,178 660,178 000000000000000000005cc85a09c1c9fd5f4db9df1dd2835a49782c652e6322 2,660 1.00/1.00 vMB 55
660,177 660,177 000000000000000000033dc64bfe6b11058d5f2eb0d07d3a26fd4cd35d4733b0 2,811 1.00/1.00 vMB 117
660,176 660,176 0000000000000000000ddb56e5506cff6e53bbc34c5bc28312a8f17f208d641c 211 1.00/1.00 vMB 1
660,175 660,175 000000000000000000040b0e36c35cc269901a82ec545e036b0c94ec10fa8acd 990 1.00/1.00 vMB 13
660,174 660,174 00000000000000000002929265aab795d0f8599a7cc0818388142e043998751c 1,388 1.00/1.00 vMB 22
660,173 660,173 000000000000000000063637baa2ea5a40db0e456f045ee5012d2cc6d22735f3 1,757 1.00/1.00 vMB 20
660,172 660,172 0000000000000000000dc43bf304514ed4ecd8fa88f8a04d67052df7c49e3fe3 2,204 1.00/1.00 vMB 33
660,171 660,171 000000000000000000062adcd4c6ba4727c7d3a5e3f7cf50b55934295bfbd4d8 2,493 1.00/1.00 vMB 55
660,170 660,170 0000000000000000000638a681c8ea75e4ef759d9d912a01819a28f53279afc7 1,817 1.00/1.00 vMB 42
660,169 660,169 00000000000000000002b7e2cb141c9c3f32f23ee8f86bed713ff074c01633e8 2,177 1.00/1.00 vMB 3
660,168 660,168 00000000000000000003d223f3e5379d2050f3f1167ae91e0c622073b7280dd2 2,635 1.00/1.00 vMB 51
660,167 660,167 0000000000000000000c3151478e3bbaa6f7d963e92170a991a05d8bf6884e74 2,293 1.00/1.00 vMB 12
660,166 660,166 0000000000000000000e6e0738b9ceceef9b0238bdbb092cb6d3f32edd8c0955 1 0.00/1.00 vMB 0
660,165 660,165 0000000000000000000132598245339542bdf2ec0d85a103156f2e31ffe6de97 1,649 1.00/1.00 vMB 30
660,164 660,164 00000000000000000003e3a3a25c290ca973b39c34fea9256036ca83b5656e06 1,930 1.00/1.00 vMB 29
660,163 660,163 000000000000000000023e1d634f251ee4b963dcc2411f2f9da209aaf32ac1a2 2,819 1.00/1.00 vMB 81
660,162 660,162 0000000000000000000568b894f73168aa66c783473ff83719fcf4a57faeba1e 2,620 1.00/1.00 vMB 62
660,161 660,161 00000000000000000006fc746d4b884e6de282f4896cf36a0484fe82138b2d5e 2,517 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.72 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: 701.57 GB
    • Received: 16.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.