Loading Tool

Explorer IconExplorer

Memory Pool

45,928 transactions
27.94 vMB
0.08400702 BTC
Random Selection Loading Transactions
Max Size: 147.81/200 MB

Candidate Block

Mining Attempt 818ee7daeb17d184ea3e43a75e2066531d08c9f664fdb553ec096f8c535ed067
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root b432bbb92bf91ad28c83dfbc6f4f601faca0f52b9e91d8edc6e7c5159fea80ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,101
Size: 1.00 vMB
Total Fees: 0.03010979 BTC
Feerates: 181.54 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (454,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,038 460,038 000000000000000001915e23478f79674db74b2d0d5b63e0f0be578f17df4a32 466 0.24/1.00 vMB 139
460,037 460,037 000000000000000001a59ae8caac3626a3536c1d9ad97e9c2f3fc0c1dd1ca6de 1,207 0.85/1.00 vMB 123
460,036 460,036 00000000000000000194b80d8a3dd4dabe14211cfff40661a3afe9cea7464f09 1,047 1.00/1.00 vMB 93
460,035 460,035 0000000000000000022e3fbc9a014e886381a22b4fca910d18410bd59275d07d 862 0.52/1.00 vMB 76
460,034 460,034 000000000000000000857150ae6b090e5bb158934d5f9ad3f424d569fe166891 1,830 1.00/1.00 vMB 151
460,033 460,033 000000000000000002297e107ff6c82900d974f26a10595b25a382792f1dcdda 1,397 0.77/1.00 vMB 127
460,032 460,032 000000000000000001d467d62146c51f8a9460d490eda3b5bf260ea303e10860 1,637 0.79/1.00 vMB 94
460,031 460,031 000000000000000000984f28fb7cb2da1b9da13d60ac763d766c7d2d52b14b7c 2,283 1.00/1.00 vMB 177
460,030 460,030 000000000000000001e767c5e28177de1d1697c057e6723645315f17f6a3c02a 843 0.50/1.00 vMB 112
460,029 460,029 000000000000000001d828cad96185d27fef52fa8ed6014a45f5e0b509c304ef 1,110 0.76/1.00 vMB 65
460,028 460,028 0000000000000000011ec9fb7ef13c9677167f9ad351890cc5b6484d6732ece2 2,302 1.00/1.00 vMB 140
460,027 460,027 0000000000000000019109c8e68feb34eaca5ccf55c667d45f67b862f8a1333b 2,101 1.00/1.00 vMB 169
460,026 460,026 000000000000000000b5a2043a663ea20ec011e911371bc9c624fdbadbe97d05 851 0.38/1.00 vMB 140
460,025 460,025 0000000000000000017dccd57e3263f971c0014016f195750673792ca499d7b4 1,339 0.87/1.00 vMB 115
460,024 460,024 0000000000000000010e7b896a7c9d9514e0291225b8b953808a6785877f5dca 1,116 0.62/1.00 vMB 110
460,023 460,023 00000000000000000004d9ab0fdbf609c76d7f0fd61b55b5149e331a1938051c 2,006 1.00/1.00 vMB 123
460,022 460,022 000000000000000001be4881f7a2a356b667791b4722e7c1e093f5566a16378f 2,149 1.00/1.00 vMB 153
460,021 460,021 000000000000000001d75549cd995beb24975313709b5309ba5fecf7be41a92c 1,382 0.98/1.00 vMB 51
460,020 460,020 000000000000000000178ff397f9def3c760f67d602c4251b8b9b6304ecf9922 2,027 1.00/1.00 vMB 142
460,019 460,019 0000000000000000015f510930e393ee5515abe29c406c2a8c78295df3086267 1,945 1.00/1.00 vMB 175
460,018 460,018 000000000000000001ca4220408b213ea28917cdce6b55c7322d0bf4e6496019 2,286 1.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.