Loading Tool

Explorer IconExplorer

Memory Pool

81,688 transactions
30.94 vMB
0.07340642 BTC
Random Selection Loading Transactions
Max Size: 188.49/200 MB

Candidate Block

Mining Attempt c6c77d6c4a742ed1cd59c34f8dc1228fcc0d5ed281a48bdcc0c9394e5862eab1
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root cf75adf2cab6a563501ad44b5f0c0c32c397beeee283d543780eeddbd8cdd992
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,354
Size: 1.00 vMB
Total Fees: 0.00672536 BTC
Feerates: 60.16 > 0.67 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (430,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,036 485,036 0000000000000000005c0d16a58dfe216fe487c47d970809b364192171509fc8 2,438 1.00/1.00 vMB 152
485,035 485,035 000000000000000000045c892ce01ddc2f2237517e0560cd83610c7511e1ce98 2,290 0.99/1.00 vMB 123
485,034 485,034 000000000000000000dab6f8a4b7ff9fd6d3bb5e9e469cf2f1bb85bed69b85d7 2,391 1.00/1.00 vMB 152
485,033 485,033 000000000000000000cd4287093ff2a92bf9feab352096099932c99a0fb2d131 1,164 0.63/1.00 vMB 73
485,032 485,032 000000000000000000cb5e0e2f4acac948bc87ca90443ee76c11434bec5af279 1,468 0.81/1.00 vMB 50
485,031 485,031 0000000000000000001b4beef26019b5054c3e425ac51d9d0abf7767bfa696b0 260 0.25/1.00 vMB 43
485,030 485,030 000000000000000000c5faee516ecac0b6873751a7951e89662e574c20abfaca 2,112 1.00/1.00 vMB 87
485,029 485,029 00000000000000000000ea636e9edb49165572634e43ffd99c4e4cfc5a6af67e 99 0.04/1.00 vMB 112
485,028 485,028 000000000000000000a203029131aabd4c79362b36a75e7f21ac77f2c5102635 1,897 1.00/1.00 vMB 22
485,027 485,027 0000000000000000005f41f3dac1b1b8341af97a83efe04467947c955ed6d1a2 1,305 1.00/1.00 vMB 100
485,026 485,026 000000000000000000b33bf7c31a79baaba9cea8f430c70fafcbdd4bdf9d87ed 2,157 1.00/1.00 vMB 195
485,025 485,025 000000000000000000036e7e3f32f2b88638dda8f8c220abb12284404f870f53 2,234 1.00/1.00 vMB 5
485,024 485,024 000000000000000001199a54a9957bb23f10975dbfd0657d8b945b9fce78bfd6 1,780 0.98/1.00 vMB 61
485,023 485,023 0000000000000000001858fb6dc6e984fa76a6e30f7d5d138750fe9ebf080971 2,377 1.00/1.00 vMB 167
485,022 485,022 0000000000000000007978f4649125f24f0e90871f1e488854b34f622234fcc0 1,764 1.00/1.00 vMB 175
485,021 485,021 0000000000000000003e0494c059f63906aac34999662e175b9b953239185e71 2,071 0.99/1.00 vMB 86
485,020 485,020 00000000000000000051a917c663db63a4387ba3116f1b06ee62f1b115d8feb4 1,339 1.00/1.00 vMB 136
485,019 485,019 0000000000000000001974d329fa9a87b970a240ccdaa0f71621aa70955d5224 420 0.18/1.00 vMB 111
485,018 485,018 000000000000000000e83ede444f68c52821673bf1a51c9fe39a695e8fc0f616 1,370 1.00/1.00 vMB 63
485,017 485,017 000000000000000000a7f955b2645a6725c53c4b5f557b8cf99b1af918e3359b 1,279 0.64/1.00 vMB 123
485,016 485,016 000000000000000000d26dc79c81a47498dcc12e83e090eb5511fe71a7e55e62 497 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.72 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: 705.09 GB
    • Received: 16.65 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.