Loading Tool

Explorer IconExplorer

Memory Pool

79,588 transactions
30.15 vMB
0.08232509 BTC
Random Selection Loading Transactions
Max Size: 183.90/200 MB

Candidate Block

Mining Attempt 688fbe055fe9335993b670e64472a12a2759577616efa4759dcf8d0a0a5d6e00
Version 20000000
Previous Block 0000000000000000000132aebc62a7fb5d713e95e3d3a19852c83d9376df43c7
Merkle Root c9b34668feb103364c62c09271dcf682ae887cde53c4e3d45e3f23b7f23c0a4b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,993
Size: 1.00 vMB
Total Fees: 0.01526212 BTC
Feerates: 200.00 > 1.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,374 (36,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
879,318 879,318 0000000000000000000199ab6c36df68bd87f1c604472af7a137e8ecba0466ce 129 1.00/1.00 vMB 3
879,317 879,317 00000000000000000000455783d58b6d51bd22e241b2805a7580292d637ceba0 715 1.00/1.00 vMB 3
879,316 879,316 0000000000000000000065f1d4ce2db3cb175f73440914daa03742eb2fa6a80f 1,601 1.00/1.00 vMB 5
879,315 879,315 000000000000000000026b9ebd9593e9990b1c9ad5b0dd5e99cf8dbec542e4f0 1,758 1.00/1.00 vMB 2
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
Previous 10 blocks ↓
Total Size: 783.04 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.68 GB
    • Received: 18.13 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.