Loading Tool

Explorer IconExplorer

Memory Pool

80,016 transactions
30.14 vMB
0.07986682 BTC
Random Selection Loading Transactions
Max Size: 184.34/200 MB

Candidate Block

Mining Attempt 8de36169a8fec422a7d3b488eeb2a4ff829a716b1c88ec0a4b1e3a549ce24704
Version 20000000
Previous Block 00000000000000000001a02cb6d4fbacf8844dee7e1b84f92a84ac70592c59af
Merkle Root 3a1bb4069cdd9d46c50025220e4ab78f072a0a9927aec94308f41df19c098e12
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,413
Size: 1.00 vMB
Total Fees: 0.01280241 BTC
Feerates: 104.17 > 1.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,381 (442,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,901 472,901 00000000000000000096663469de4b01488ed57fde5133112308cf52403b233f 2,309 1.00/1.00 vMB 156
472,900 472,900 00000000000000000136eac7651b12cd8105c74db966d471b3d380c5a114db04 2,187 1.00/1.00 vMB 208
472,899 472,899 000000000000000001762c5ed773410ca075ee9e9d11be981d90f1c3e8a61590 2,343 1.00/1.00 vMB 214
472,898 472,898 000000000000000000a33078c1258efe58f5a3b2c94fa67d5e4d3e7717280bd0 2,004 1.00/1.00 vMB 248
472,897 472,897 000000000000000000cc7cd572e8329496964e369484655698d3f697e43a8b01 1,878 1.00/1.00 vMB 353
472,896 472,896 000000000000000000ce44c2d581d72baac22162ddde4953879d3060df14153e 1,175 1.00/1.00 vMB 128
472,895 472,895 000000000000000000b5e23759e668ff1897d32f34ea37bd5dd922ba1e5666af 2,399 1.00/1.00 vMB 200
472,894 472,894 0000000000000000002cca77787686d8024c171f89852c0208b3e5b160e961ca 2,162 1.00/1.00 vMB 291
472,893 472,893 0000000000000000001cc41114eec5854e3353b1e34c2da62603e6cbcbf8e322 2,099 1.00/1.00 vMB 338
472,892 472,892 0000000000000000004302a7ecc1a0c12a0140d4b60c398867f5fe64078c49cc 2,286 1.00/1.00 vMB 376
472,891 472,891 000000000000000001306e36d7382eeed7bd57225a8afa56e848182aee63cb3c 2,231 1.00/1.00 vMB 285
472,890 472,890 00000000000000000165980af14735665ac556bc1e2a1c485c16d9266622881c 1,469 1.00/1.00 vMB 229
472,889 472,889 00000000000000000159c6d590497c65281934c9b3d530c5fb812f1beb96d15a 1,731 1.00/1.00 vMB 332
472,888 472,888 000000000000000000636df93cf3c43b1eaf6688b090bf0f2fc7f94fbeb6033c 1,643 1.00/1.00 vMB 176
472,887 472,887 0000000000000000003897cc36963382b7eea82388fff01a8800463cf4c24297 1,622 1.00/1.00 vMB 370
472,886 472,886 00000000000000000070303088c0626fec56fc0322dd44d6338c60415cbadf64 2,514 1.00/1.00 vMB 377
472,885 472,885 0000000000000000010145367197c21681d360a116f980a4e36f2e6c57101bb7 1,686 1.00/1.00 vMB 222
472,884 472,884 000000000000000001215d14eadd949f8a1148425904cecef1e478f9a59ec3df 1,854 1.00/1.00 vMB 360
472,883 472,883 00000000000000000097d9af03507af466a8c369eb8a89153b8c5d6eea005cce 1,953 1.00/1.00 vMB 285
472,882 472,882 0000000000000000009241988350d5b8bb3c9b7f1bffff2e2c5b686d2030db25 1,732 1.00/1.00 vMB 321
472,881 472,881 00000000000000000166c4733178b494eaaa4bb3dc6d92fa037e248455b67a76 1,330 1.00/1.00 vMB 278
Previous 10 blocks ↓
Total Size: 783.05 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: 720.56 GB
    • Received: 18.19 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.