Loading Tool

Explorer IconExplorer

Memory Pool

73,564 transactions
28.50 vMB
0.07078316 BTC
Random Selection Loading Transactions
Max Size: 168.44/200 MB

Candidate Block

Mining Attempt 99e0a2ecb548af5cefc85eeeaab2e2f6dd59bb4eb675f00bc3626d155a2c7d21
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 884aaf9d1775c6ebf9444fc33cced28dd1e640e61e3d7340e2d1630ed0774c57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,484
Size: 1.00 vMB
Total Fees: 0.01348725 BTC
Feerates: 100.36 > 1.35 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (436,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,027 479,027 000000000000000000738fa59d50e4f399819503ee0dab296f6988dc363fbca0 1,957 1.00/1.00 vMB 96
479,026 479,026 0000000000000000007f16a9ae368e2656730230795b42fa92ad6aae2fe36905 2,108 1.00/1.00 vMB 78
479,025 479,025 00000000000000000063a8f1042024e8d1a98a7f98b29f48f9c29f915380fb59 1,611 1.00/1.00 vMB 105
479,024 479,024 000000000000000000fcaab0e8eb8520f6bafb9e3a38fbbffa66f1585b509892 2,060 1.00/1.00 vMB 89
479,023 479,023 000000000000000000009b1cb8cc22f30d942eaeabfdfb7dca5052b63067dce0 1,921 1.00/1.00 vMB 75
479,022 479,022 0000000000000000014330c31c76f6cf9ec84341c2a1ea78cf572d32650763cb 1 0.00/1.00 vMB 0
479,021 479,021 00000000000000000063016325b60e5bcbba13b222b0c64d3912366a9091b971 2,025 1.00/1.00 vMB 112
479,020 479,020 000000000000000000fc5a29b103119eacf83578ce70c4c751541e27e664c356 2,246 1.00/1.00 vMB 157
479,019 479,019 000000000000000000ab0d9bd231d1b6f9373ef73ee4ffc267eda7057206997a 680 0.60/1.00 vMB 40
479,018 479,018 00000000000000000133a483b14d4fcf82e1404cf4528d386359edfaf583654c 1,203 1.00/1.00 vMB 52
479,017 479,017 000000000000000000a6f7fdb0efece39148d3fc133314e6663c23d226532500 1 0.00/1.00 vMB 0
479,016 479,016 000000000000000000b3f3044d053adbb6a57a112389f3d4f75c7de9cb3d345d 216 0.38/1.00 vMB 17
479,015 479,015 0000000000000000007a2410d4c3b5b63dc5b898bfe059f489abe19ff5f57b77 1,327 1.00/1.00 vMB 69
479,014 479,014 000000000000000000c9fd9a14118d29d64d41d1232b684afa6d7a34f332242d 525 0.33/1.00 vMB 70
479,013 479,013 0000000000000000005900b49f50f66ea33d1636777e68fab9b2fda079d615fa 724 1.00/1.00 vMB 9
479,012 479,012 0000000000000000003f32862e2860b2743c21fe6ac5b85fd4c510ee65e15e98 1,729 1.00/1.00 vMB 108
479,011 479,011 000000000000000000b5baabb879d4d77d7da35c8a7a38bae7e8123e03fa2bba 1,226 0.80/1.00 vMB 96
479,010 479,010 000000000000000000b2ae1683d2d408e2ab3778e3417b863560fbbeaca6c0f2 1,324 1.00/1.00 vMB 11
479,009 479,009 000000000000000000c34df02e8148c47f9c8888d1eb223abb592055473d75df 1,938 1.00/1.00 vMB 92
479,008 479,008 0000000000000000010d7576915bdb97c5d50131a9e915bf728d8d10f3c94952 2,051 1.00/1.00 vMB 145
479,007 479,007 0000000000000000008ecd4de84bc269498c2d95b20d5ba6c3406b01c913f305 1,359 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.34 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.