Loading Tool

Explorer IconExplorer

Memory Pool

73,507 transactions
27.22 vMB
0.06480524 BTC
Random Selection Loading Transactions
Max Size: 165.94/200 MB

Candidate Block

Mining Attempt 128a20dba8ac4573300596f0e79c4a474f31c6bc18fe658c8a91bcecdac8c9ba
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 79ca06048b9b4bd7826adce5a25800fc6b878717f09940e0fff61941b1f3c4ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,667
Size: 1.00 vMB
Total Fees: 0.00706724 BTC
Feerates: 61.00 > 0.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (139,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
775,401 775,401 00000000000000000004dc21935fc1212c0284510e0c846692a7e94000f9a11e 1,118 1.00/1.00 vMB 5
775,400 775,400 000000000000000000052923971637e8cb568a7f597490614ad2bd9bd654b5b1 2,117 1.00/1.00 vMB 10
775,399 775,399 00000000000000000001a9e9274adaceb1369350b2d3e870f706e74ca0e4d323 2,271 1.00/1.00 vMB 9
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.91 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.