Loading Tool

Explorer IconExplorer

Memory Pool

81,755 transactions
30.55 vMB
0.11630200 BTC
Random Selection Loading Transactions
Max Size: 183.99/200 MB

Candidate Block

Mining Attempt 335f9abb68cb29ac1e0c92b7b8e11334c2f2878b359fbf46b9ad111c4935b955
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 61b3a8850e0254eb906094045ba26a53162bcfeb401cf1b2199f4918aeddab12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,475
Size: 1.00 vMB
Total Fees: 0.04058533 BTC
Feerates: 180.34 > 4.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (385,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,220 529,220 0000000000000000001f1ec3555658852526a8fe4e7d7300cfd47250a7bc870f 1,657 1.00/1.00 vMB 21
529,219 529,219 0000000000000000000fabf40f6e68dea89f203b6175b57d6a041391d271616c 1,057 1.00/1.00 vMB 24
529,218 529,218 00000000000000000013642d1f9755ed0031b005f199b927efd2fdcc515d6c25 481 1.00/1.00 vMB 6
529,217 529,217 000000000000000000127dd16a09e06fd27c80aa862b82cf7f19dde9fab81fc6 572 1.00/1.00 vMB 4
529,216 529,216 0000000000000000000a48d2f93c2bba515449267577651c9e947c50de6015af 2,384 1.00/1.00 vMB 40
529,215 529,215 00000000000000000009eaeed670f11fd5bcaa49afb8b0373eab95d5601bce43 2,787 1.00/1.00 vMB 29
529,214 529,214 0000000000000000002e0a55b6baf96ca1319cc2426a46d46db13801e9b51c33 2,307 1.00/1.00 vMB 13
529,213 529,213 0000000000000000002a87c55d7d95b756721eaf743054beb444d28a0d76df87 2,623 1.00/1.00 vMB 34
529,212 529,212 0000000000000000002a98e8105099ca09bce7e49bbada6ccd207bdc45a503d5 2,374 1.00/1.00 vMB 23
529,211 529,211 0000000000000000002b80f850b169c51ce5f20652ef7432d09c6a1adf23ee49 1,649 1.00/1.00 vMB 15
529,210 529,210 0000000000000000001f3cc8ad9013fdab6d4617fdefc93493964c6926ff793d 2,517 1.00/1.00 vMB 36
529,209 529,209 000000000000000000158dbb2805e0d74c359cafb461d9df55b53747e9644307 1,759 1.00/1.00 vMB 51
529,208 529,208 000000000000000000083acdbbf4f66516b895a7362c610ae2b3b71c7b03895d 2,285 1.00/1.00 vMB 54
529,207 529,207 000000000000000000021cafaeb92cf9abc1bd8799af39e7f382b3b115db79dd 2,535 1.00/1.00 vMB 125
529,206 529,206 0000000000000000003114148391a8cb25f5b2bc182f48ab19b43f117d37c241 1,609 1.00/1.00 vMB 17
529,205 529,205 0000000000000000002f4cb45606bc7e2e9630d0fd90a941ce76fb4c4aa9ac42 2,567 1.00/1.00 vMB 46
529,204 529,204 0000000000000000000567a4acd61973688607345df73697e9c6bc2215f1f8be 2,500 1.00/1.00 vMB 8
529,203 529,203 0000000000000000001b28a7afd4f57ac6ea79421ffe138cef134e31951d183f 2,268 1.00/1.00 vMB 82
529,202 529,202 0000000000000000002716a4cbe7ef3d8ca0d6e5cc152b8dccf3b808ad7c2fcc 2,106 1.00/1.00 vMB 35
529,201 529,201 0000000000000000000f2a5d02ef49f7d720b7ae2e7b9c5c129d5cab710c9ae0 493 1.00/1.00 vMB 9
529,200 529,200 00000000000000000035727f82d8215fbeced4e4a06b09a0b314a952049bb962 455 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.42 GB
    • Received: 16.24 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.