Loading Tool

Explorer IconExplorer

Memory Pool

73,618 transactions
27.33 vMB
0.06569091 BTC
Random Selection Loading Transactions
Max Size: 166.63/200 MB

Candidate Block

Mining Attempt 493c1694c3b3a64e73cb8fdacc75fc4964f5639206a72c175e449c73966f178a
Version 20000000
Previous Block 000000000000000000008a4507a168c512f6a66d3b33a8d664a283a838a77ca5
Merkle Root 9e412045dfd69201721a83f43eff5883609b5cbb6496bdc921bbe20e7fc8aa34
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,089
Size: 1.00 vMB
Total Fees: 0.00740076 BTC
Feerates: 40.32 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,313 (911,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,442 3,442 000000006f96e1687eeb496822e84b1934aa5f09362cc5fd2f20eefca1e77143 1 0.00/1.00 vMB 0
3,441 3,441 00000000d77100eeadaa69f6232358a6f7b79199108f84826848d49fad83482a 1 0.00/1.00 vMB 0
3,440 3,440 00000000b40b3445012f57b6d5fc48408182dea75e4428e44ae79909e9e944d3 1 0.00/1.00 vMB 0
3,439 3,439 00000000610c03e257b7bc6319fb1681489938ac2d9ed2af6c95c77116ea010c 1 0.00/1.00 vMB 0
3,438 3,438 000000008205f34a79c50c39d5b6a341a1414f56c5c4e3b15cb0a60415dbec34 1 0.00/1.00 vMB 0
3,437 3,437 000000005c0011e37b2350ab6599e62b52663b38f26f85292a556c2923253020 1 0.00/1.00 vMB 0
3,436 3,436 000000008447de49d0f9ba366fc7e7e8b09699af48bab369ba849220fcf4ffca 1 0.00/1.00 vMB 0
3,435 3,435 0000000037bbf8540f82bd8ea365f9c454998b2ca2111d0d6d40abb5a92f6b1f 1 0.00/1.00 vMB 0
3,434 3,434 000000002bdd4d2377d0874616e031f9d24b42b2b0e03d8d6600010a0918ab1f 1 0.00/1.00 vMB 0
3,433 3,433 000000003345024722b806f833ae52bdd10e12a4a2d199ea3744b3673511ec50 1 0.00/1.00 vMB 0
3,432 3,432 000000002997845107d9649b1d8e55fd8c35f4833da9db973f515c1162addd21 1 0.00/1.00 vMB 0
3,431 3,431 000000000150d645c43690bc7ba1caaa7add0a25bd32c21f67ea1cdd594e1cc4 1 0.00/1.00 vMB 0
3,430 3,430 00000000a2a59182a50b4f9e1b2f0f966933feea493939d429707c1389956a9d 1 0.00/1.00 vMB 0
3,429 3,429 00000000af22adca5a00ea77b26e222efad29ab9915ffb2fb26db80783b33a25 1 0.00/1.00 vMB 0
3,428 3,428 00000000459e9dc7720b210cccc9369a7abcd177fb7781ca2bf7a3d8f61c8bd9 1 0.00/1.00 vMB 0
3,427 3,427 000000002940b85b30c79da2088854e94ed94f1a5006894c1806993848950723 1 0.00/1.00 vMB 0
3,426 3,426 000000005122853ac6cdb4b9211b5281208f6f030b8bcf5afbb3cec0f85a3eda 1 0.00/1.00 vMB 0
3,425 3,425 000000004cd71dd4b667d8c545139537452dbb221081ddcdad71033c844fa52a 1 0.00/1.00 vMB 0
3,424 3,424 0000000021fe503ceff7ddc10ed10ad00ef14f965e6b9f315ea43af238e9176a 1 0.00/1.00 vMB 0
3,423 3,423 000000006282666c70f10cb0d1c13b3488cf0ed5140dc0893ce176ae01988548 1 0.00/1.00 vMB 0
3,422 3,422 00000000c2fd7031ee6eca967579eb4000094bdfbc11214bd62d6be4eb9c7f35 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.93 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.71 GB
    • Received: 17.59 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.