Loading Tool

Explorer IconExplorer

Memory Pool

77,312 transactions
29.47 vMB
0.07025223 BTC
Random Selection Loading Transactions
Max Size: 180.01/200 MB

Candidate Block

Mining Attempt 7707cae2bdf17ca2125819383f301147e43718dfb84df0e1dacce19913c1c37b
Version 20000000
Previous Block 00000000000000000000d3002cc735a2906070d791478a57e618190e90efce37
Merkle Root e79bfdab69bcedb00459f70f8d0cc575d4004f02e65aa66f9696f66b6571d717
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,020
Size: 1.00 vMB
Total Fees: 0.00534237 BTC
Feerates: 104.17 > 0.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,393 (139,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,429 775,429 000000000000000000031b34ddc708821d3099483162a6dd302319e6c0b6e7fa 3,204 1.00/1.00 vMB 14
775,428 775,428 00000000000000000006d4935ee0ee32ded5afa579d4fdc3470a91a0cfa0061b 3,709 1.00/1.00 vMB 25
775,427 775,427 00000000000000000001b351e41327987d8c4de6c8a378b35371fba070a4e05d 1,993 1.00/1.00 vMB 13
775,426 775,426 000000000000000000038d9d4e75d8bc8d75cf594005e9f3be48a3e85392b4f9 3,167 1.00/1.00 vMB 15
775,425 775,425 00000000000000000005dcc85bbfef0701f2253f6d08a8fb8f0992a892bea122 1,456 1.00/1.00 vMB 19
775,424 775,424 000000000000000000049c77059373ca8f695c2b56bb65461eea96fbed7393da 3,962 1.00/1.00 vMB 33
775,423 775,423 00000000000000000000faa17eccc2d5cc77dde99e8295955d2f416a9de6125d 2,410 1.00/1.00 vMB 24
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
Previous 10 blocks ↓
Total Size: 783.07 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.91 GB
    • Received: 18.30 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.