Loading Tool

Explorer IconExplorer

Memory Pool

82,463 transactions
31.15 vMB
0.15150425 BTC
Random Selection Loading Transactions
Max Size: 185.24/200 MB

Candidate Block

Mining Attempt 4f59b0320cbed61e97235eb5a3a86f1ca44331046ebe2bf7ec913b52ea67f7da
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 47c657cd27875dfa8d97122095400b7b83335201515b56d4b937aab87b26dadc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,953
Size: 1.00 vMB
Total Fees: 0.05764356 BTC
Feerates: 269.69 > 5.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (317,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,385 597,385 0000000000000000000b0ffd96747c55948e2e75ac8b6996d124e449e4cb3b79 3,042 1.00/1.00 vMB 9
597,384 597,384 00000000000000000009a640a7b9ef114a05dc3dc7d31ac16fd0c0c37b3cb0b2 2,600 1.00/1.00 vMB 35
597,383 597,383 000000000000000000018d72276c2f5b48e33c8039afd29e9064b019956af82b 2,517 1.00/1.00 vMB 46
597,382 597,382 0000000000000000000eff6412c1d57b3c764e656db86d885074050eaa8e33de 2,330 1.00/1.00 vMB 31
597,381 597,381 00000000000000000008ffdacf4828500022c00b667d97823b975e827de20b50 2,896 1.00/1.00 vMB 45
597,380 597,380 000000000000000000061b82466f5aef92d169f044f2ac38660ab402fe9d1de4 2,795 1.00/1.00 vMB 71
597,379 597,379 00000000000000000005f8920febd3925f8272a6a71237563d78c2edfdd09ddf 2,590 1.00/1.00 vMB 31
597,378 597,378 00000000000000000002fc5679f64f7fe636318ade80bb75f4978d0c75658eb0 2,890 1.00/1.00 vMB 42
597,377 597,377 000000000000000000042a90305f0e4bdd77305b6fe011a1cce7dedcb16b557f 2,941 1.00/1.00 vMB 34
597,376 597,376 00000000000000000005100ddfa0f0173bf3b540f22ecbdbff5db86de4a9fa9d 2,365 1.00/1.00 vMB 21
597,375 597,375 00000000000000000003b83eba0e12071a71501733a940c8b80184ce47d098a0 3,018 1.00/1.00 vMB 59
597,374 597,374 0000000000000000000a8e8aa04927a7bd5937c06eb451954df2c662dddc2f91 2,717 1.00/1.00 vMB 51
597,373 597,373 00000000000000000010740ca258211338553d1cb9fc1f1236b67f8ff1f4e66a 653 0.19/1.00 vMB 39
597,372 597,372 00000000000000000010185f19b54bf8978052ede242c70e88fbdd6cbef5c952 3,100 1.00/1.00 vMB 34
597,371 597,371 000000000000000000107213eca4ee1fd2baa125d36af9e7fc58855356ef2846 1,272 0.39/1.00 vMB 29
597,370 597,370 00000000000000000001a6c89d1f7aee58f38b0879371cc6fc59d4b0fa5f641d 3,036 0.89/1.00 vMB 29
597,369 597,369 0000000000000000000cc6a5ad5dd612c5e7299d2680989c63c3abe1d8dac169 2,080 0.74/1.00 vMB 29
597,368 597,368 000000000000000000157bb966edc442ff64792707d6ec8cc4c54653d1d7d849 2,125 0.68/1.00 vMB 3
597,367 597,367 0000000000000000001047164659ccd8c2fbf32b32d1e0bd00e5c01ad6e6a4d8 2,430 1.00/1.00 vMB 38
597,366 597,366 00000000000000000012b9fb6e76faab2659ac3f1c88a356dea1047160b0e3c5 2,575 1.00/1.00 vMB 16
597,365 597,365 0000000000000000000378c967d0a94a8ee6224b54e7b36f3af4a056c37c265b 2,669 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.27 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.