Loading Tool

Explorer IconExplorer

Memory Pool

81,263 transactions
29.94 vMB
0.08064983 BTC
Random Selection Loading Transactions
Max Size: 183.90/200 MB

Candidate Block

Mining Attempt 8195a97dea2daa1559cdf677f3c4d03a86d35b601562a4fcecabeb40ebc52d64
Version 20000000
Previous Block 00000000000000000001b9e1fc0c07b333cc15370429acb6a77281d8bcbc9d2b
Merkle Root 19a8671af0755cd71438af8e5359d713a9136bd7fc44bd6535ba7c35d6ec48f0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,408
Size: 1.00 vMB
Total Fees: 0.01435498 BTC
Feerates: 82.43 > 1.44 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,324 (139,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,422 775,422 00000000000000000006924b4c9c31b98e0de1268913669e6ead83e6f9ad5729 2,190 1.00/1.00 vMB 18
775,421 775,421 000000000000000000004812a5a406660e7f56da2aa357257d861eae3cc78ff8 2,717 1.00/1.00 vMB 19
775,420 775,420 0000000000000000000266308eb5a37614fd42885737ed03b61e61b2b7c3933f 2,892 1.00/1.00 vMB 17
775,419 775,419 00000000000000000000bbc603b1a7bae6d182734a818f33885452f8dc856869 3,832 1.00/1.00 vMB 27
775,418 775,418 000000000000000000015c72deb4f62a61131f265d281bda19aeb0bb1040c2f6 187 1.00/1.00 vMB 12
775,417 775,417 00000000000000000000a55b4ecb32479e7cfbdcff65a411a1fec7c38af002ff 2,048 1.00/1.00 vMB 14
775,416 775,416 000000000000000000056266209a7941ba996077643fcd4fbbb7e02272514abb 3,959 1.00/1.00 vMB 18
775,415 775,415 00000000000000000004e0c7e7cf31f6887b9692ca45814d06b876a91ce8a883 3,856 1.00/1.00 vMB 32
775,414 775,414 0000000000000000000034a2ed514ecda92b8b88593b0bc8e6ffffc978721c25 2,071 1.00/1.00 vMB 16
775,413 775,413 00000000000000000000c5a3d9a93a0f2f2121a4df9a20b08269e95cc5eafdd0 3,250 1.00/1.00 vMB 26
775,412 775,412 000000000000000000012a8fb207695380fb548a5ffc48c0cb9bb52c8d75b98b 466 1.00/1.00 vMB 3
775,411 775,411 00000000000000000000b7eca0adb632e1f0586a22d6dcdc4e6bf56a86300b72 1,577 1.00/1.00 vMB 8
775,410 775,410 000000000000000000010a06ff3c8025998fbccd8084b221838bd61fc22a5d76 1,761 1.00/1.00 vMB 11
775,409 775,409 00000000000000000003c387432b8933239a67b74f0436d47cf1ed0fc57c460d 1,076 1.00/1.00 vMB 13
775,408 775,408 00000000000000000007218fff21ff37c82b358f72eb1956836ad4d41ee98667 1,361 1.00/1.00 vMB 16
775,407 775,407 000000000000000000070f41e13b1f684c0679db2922be10ff1c5e469b6beeaf 3,058 1.00/1.00 vMB 22
775,406 775,406 0000000000000000000142a2f3a1998c1a020b65b720a70c49e56b6f155185b6 1,588 1.00/1.00 vMB 9
775,405 775,405 00000000000000000000955a9eb745d59bf80a0bd5128aefa679e62c5d01b1b8 2,249 1.00/1.00 vMB 13
775,404 775,404 00000000000000000002a5f308df9fb2c50a1829e6358dac2269571dc6c0bdf1 1,053 1.00/1.00 vMB 7
775,403 775,403 00000000000000000007257b010cdacf586a9612a14a7c954dc08fffc43b2b07 1,977 1.00/1.00 vMB 10
775,402 775,402 00000000000000000005f7b5092fcb39acd6afafa9e7deacd6d4233432832211 518 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.95 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: 715.24 GB
    • Received: 17.68 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.