Loading Tool

Explorer IconExplorer

Memory Pool

87,184 transactions
32.09 vMB
0.11669913 BTC
Random Selection Loading Transactions
Max Size: 196.12/200 MB

Candidate Block

Mining Attempt 6245c6e5e3d7f3c0229f540f79a40e0fdf2d40d2d7aaeb0b633bb2ca79e71e3a
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 8f8583421a4cbf05fbfd7752ec586fc2d132f0724412c61132981beab33b2df3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,456
Size: 1.00 vMB
Total Fees: 0.03244941 BTC
Feerates: 1,236.26 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (438,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,002 477,002 000000000000000000709f94de472a18e49d3b1ef9d9a29130929521384d3825 2,145 1.00/1.00 vMB 182
477,001 477,001 00000000000000000128ba3a7c04616a9997c45cd7e2efdb275c0786fa8f84b2 1,668 1.00/1.00 vMB 62
477,000 477,000 0000000000000000002063ef556c95b0adb12e5f2c1e2705966af17abe75d507 1,962 1.00/1.00 vMB 134
476,999 476,999 000000000000000000021e22fb2bed50f22c18ac34d6843dddbc7edae4b5f639 2,132 1.00/1.00 vMB 189
476,998 476,998 000000000000000000447eb594f3bdb9f32c99a5e057b241f5276cd4c677b944 2,408 1.00/1.00 vMB 199
476,997 476,997 00000000000000000025e99e7e2373f592745e17ff6fcd3da74d725f2fdcb6b9 2,107 1.00/1.00 vMB 270
476,996 476,996 00000000000000000037be0311d1b523226928d43f319a73258bba0220bff44d 381 0.99/1.00 vMB 62
476,995 476,995 000000000000000001397450a10e6768aeea51cabc9692e080568fba08c9998a 2,151 1.00/1.00 vMB 194
476,994 476,994 00000000000000000061f5fe9bb0bff1d22ff3c1725997bcf2b66105dc3a8e7f 1,103 1.00/1.00 vMB 119
476,993 476,993 000000000000000000b7605f7bb9be26023413b60cd4e741d049eb88772c24f4 74 0.03/1.00 vMB 136
476,992 476,992 0000000000000000006f2081d8fad105aeeb658b2b0839c9b84a2a2a823ae028 547 1.00/1.00 vMB 29
476,991 476,991 000000000000000000c78d6d3436242bb3785c4ebee5037c36797b82d9a1fab5 62 0.03/1.00 vMB 116
476,990 476,990 0000000000000000000a78f9eeb5973d30d857245d94d7c3fdb19b50884b1d65 514 1.00/1.00 vMB 25
476,989 476,989 0000000000000000013a88ab396628381c37c61b5c5c3dc0d55f45983c15c426 473 0.99/1.00 vMB 7
476,988 476,988 0000000000000000002022cbb7091332937c941141434d374399a56e02611e11 786 0.49/1.00 vMB 153
476,987 476,987 0000000000000000013bb4ff4dc2d48a793c7db45e733b8ae79e5313f157571e 1,016 1.00/1.00 vMB 66
476,986 476,986 000000000000000000a8869cccccd39a7c25a842a76548f0685f624607b62472 907 1.00/1.00 vMB 72
476,985 476,985 0000000000000000013bdb0d116aef4713ccf86d85edd51b7195b66dddba3fe3 490 0.99/1.00 vMB 21
476,984 476,984 0000000000000000012ea1dc68e1a3980367124bbeac9dcb580c3b6a54da4ee0 47 0.03/1.00 vMB 83
476,983 476,983 0000000000000000005907e79ec9002a127b4dbe2bb43b9884ade048033f67d2 245 1.00/1.00 vMB 4
476,982 476,982 00000000000000000106c047db1a0035fca7efa75ead64ef73ec769799da4f13 274 0.15/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.