Loading Tool

Explorer IconExplorer

Memory Pool

80,991 transactions
30.04 vMB
0.09444604 BTC
Random Selection Loading Transactions
Max Size: 179.19/200 MB

Candidate Block

Mining Attempt f7b6135436d3772ae7a5eb30c81a1b5183dd0817f019f8cf4de8b7571f47a30a
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root b5da7e55b644b8b52364c2bbd7bffde001ac5ce5e1d6dec6828d5803d4830ab5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,720
Size: 1.00 vMB
Total Fees: 0.03125286 BTC
Feerates: 100.37 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (809,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,394 105,394 00000000000204c4d061e1b44ef547872e2137aa4b8518a46bef068139b3b420 12 0.00/1.00 vMB 0
105,393 105,393 00000000000264ef5078f789894c7095f2dace947cc0d15fb766ac0b5d6c943e 12 0.00/1.00 vMB 0
105,392 105,392 000000000001e547a532060290a313ac7c6c293226707d4819157b3d24178316 10 0.00/1.00 vMB 0
105,391 105,391 00000000000291df5a85b196db9b42f1c9b342442f6eacdcaf8364ed746c3649 11 0.00/1.00 vMB 0
105,390 105,390 0000000000015c9617a3a6b300e3d6d9d0191e338357ff1ce4aa51a66201c028 12 0.00/1.00 vMB 0
105,389 105,389 00000000000042fc4799e3d280a14ea49767e852d2cbd2565404ee594dd79fe7 30 0.04/1.00 vMB 843
105,388 105,388 00000000000265751e148918862136990b3da2cd3b8662562f7c062751bff8f1 189 0.05/1.00 vMB 0
105,387 105,387 000000000002d4a8def3360651d5d1e9783ab7a1b7d4c419f4471161c3581f75 11 0.00/1.00 vMB 0
105,386 105,386 00000000000081c4488ae8143b26c1f0b1df33e9dc495be2cccc8af0aa4fc553 12 0.00/1.00 vMB 0
105,385 105,385 000000000000e06a23a0b5c1dcabd50c5bc527ce1ad1cb9feff067d9b8b1709d 5 0.00/1.00 vMB 0
105,384 105,384 000000000000c758b61c112c8c7d016b1500bb4dbc83a517982a05892c98c8cf 18 0.05/1.00 vMB 935
105,383 105,383 000000000001470139e4dd44f95f0e6cc96ff074446d368fe686917cb9bf2720 12 0.00/1.00 vMB 0
105,382 105,382 000000000001ae28a47977785f2125b4994137323d0ac51b171f4c4dfc315bd6 7 0.01/1.00 vMB 0
105,381 105,381 000000000000b23994784767dfac8e8dfe1aefeadf49c7d5b061166084551129 10 0.00/1.00 vMB 0
105,380 105,380 0000000000006d57e8f6f2bd159ab674e80d96037494df69e541f556f289e7ec 10 0.00/1.00 vMB 0
105,379 105,379 000000000002a136b9b7c2ee6d4297eb0bb99e8cbd006b644c6f28a8b3c2473d 12 0.00/1.00 vMB 0
105,378 105,378 000000000001303f54f1c8e7fca0c1e6100f4b9efcf32908ae42ac99922ae1e9 191 0.05/1.00 vMB 0
105,377 105,377 0000000000027b64d9bebcd19aa719b1fa1cbf0b7bc6f41a054804cb1c6fa1fd 12 0.00/1.00 vMB 0
105,376 105,376 000000000000a4c7ea218725401182a37fd143dea552dba47cd3ff29d7b32804 7 0.00/1.00 vMB 0
105,375 105,375 0000000000012d143f0c9e1978387c8894f039ead644070c9cc915d824b418af 12 0.00/1.00 vMB 0
105,374 105,374 000000000000214ad28dc309fb38b4652d3106238f3327093f146c50a5ec6254 19 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.