Loading Tool

Explorer IconExplorer

Memory Pool

79,855 transactions
30.03 vMB
0.07751304 BTC
Random Selection Loading Transactions
Max Size: 183.95/200 MB

Candidate Block

Mining Attempt 170658910ca5a9d71f962f98793b7d16d6c77ad5b27f72e5b5a3f475fb78f8df
Version 20000000
Previous Block 00000000000000000001a02cb6d4fbacf8844dee7e1b84f92a84ac70592c59af
Merkle Root 47aeba55e4c0e9829835596278d7e4b3f3440a1ec24bb972e0af2a4e9ab9490d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,777
Size: 1.00 vMB
Total Fees: 0.01078783 BTC
Feerates: 104.17 > 1.08 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,381 (36,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
879,314 879,314 00000000000000000001f153150cf040a81edc78c3ac170307226d28a6d682ee 3,172 1.00/1.00 vMB 2
879,313 879,313 00000000000000000001968709f74d4334ac98e921b7ff90893325d265bcf53e 3,138 1.00/1.00 vMB 4
879,312 879,312 000000000000000000002a5d781837d6ba702f0a38633815603fa49a55d76d1f 401 1.00/1.00 vMB 1
879,311 879,311 0000000000000000000014b3ad3a9e682255fc87582889bc41117c4a86d6e920 2,789 1.00/1.00 vMB 2
879,310 879,310 0000000000000000000017a826cfb324a8be7abbf1d109a52b6fbee69aebeed0 3,261 1.00/1.00 vMB 1
879,309 879,309 000000000000000000005d1c0ca3b7335d32463b2c74710ae53f4eccecdf0b08 2,400 1.00/1.00 vMB 2
879,308 879,308 00000000000000000000699773ddc32b1f454bec93f95ab52ca7af376814a097 3,204 1.00/1.00 vMB 2
879,307 879,307 00000000000000000001c4e2d15a2aa97196a01fb29840abd7e90890797cda89 3,201 1.00/1.00 vMB 5
879,306 879,306 000000000000000000026bb9994d652f51fdbbbdc66b71a07ff8a56bcef4b82c 2,597 1.00/1.00 vMB 7
879,305 879,305 00000000000000000000bf4820c629e04b0f1b2d9a17a1afd33873183a2ccf37 3,271 1.00/1.00 vMB 8
879,304 879,304 000000000000000000008b74b9872d421b633beaa98ce50bba4720aac24fba47 3,452 1.00/1.00 vMB 11
879,303 879,303 00000000000000000000457fcaf23f8eefe8f6ea7c6beffdbe63003e7ff3ee58 1,470 1.00/1.00 vMB 2
879,302 879,302 00000000000000000000633ae8f7146d8ae7442ed6cb3a4d8d61a6955afe6b9e 2,609 1.00/1.00 vMB 3
879,301 879,301 00000000000000000000790c3c85c2945b8798223227b1d147689e6aea547e3c 2,077 1.00/1.00 vMB 3
879,300 879,300 000000000000000000000ab580113b3a6556ded8bdc1e464a14ba8129b560034 3,507 1.00/1.00 vMB 5
879,299 879,299 00000000000000000000f9e87c90f25b1e3a94ccddf9cc9a43608359b95cd0af 959 1.00/1.00 vMB 2
879,298 879,298 00000000000000000000a44e849453422ff527e39bd1cf9e0fc4c0df4aba8b5d 1,737 1.00/1.00 vMB 2
879,297 879,297 0000000000000000000192356a4982d9cecf2c218d1b4b71aeefcba832045820 1,657 1.00/1.00 vMB 2
879,296 879,296 00000000000000000000f415b0c349e2c272b768e01fd7725620966b60be6bb4 2,492 1.00/1.00 vMB 3
879,295 879,295 000000000000000000014deecc2769712974582afce300260102f4b53aff51ed 298 1.00/1.00 vMB 1
879,294 879,294 0000000000000000000257140f6af5f47fd9afd88d78a50fc329e69989bca7f3 1,335 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.05 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.56 GB
    • Received: 18.19 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.