Loading Tool

Explorer IconExplorer

Memory Pool

41,090 transactions
29.18 vMB
0.09670585 BTC
Random Selection Loading Transactions
Max Size: 148.42/200 MB

Candidate Block

Mining Attempt 944e331142ae27f993cba8c8b6ef9c18bf01ba38c91859043d03f043f6f4090c
Version 20000000
Previous Block 0000000000000000000139927d84a510b18a8af0488a36abfc20135ab1be683b
Merkle Root 1d442c302c394b60ff531c7871b0cf36d9267f17a0eabeadf0566fb408ced9e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,109
Size: 1.00 vMB
Total Fees: 0.03957030 BTC
Feerates: 101.64 > 3.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,577 (566,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
348,359 348,359 000000000000000006f531ad146df7bb619fd9c138f309345bcd41d91c0975f3 484 0.38/1.00 vMB 13
348,358 348,358 00000000000000000a0366dfb6851c20437615e6f63c3ebe184a7507f18835ee 1,165 1.00/1.00 vMB 16
348,357 348,357 0000000000000000114d250df2fe0cc61390c0f32a3b682b9805c7d3d73dd9a2 1,072 0.35/1.00 vMB 39
348,356 348,356 000000000000000001e64b7599852fe5f93692a915b6ce0bc0d6a279e72763a0 1,024 0.32/1.00 vMB 42
348,355 348,355 00000000000000000866bd482ab9c9eacb7d0e666057a8707d38c431ff5f5b56 993 0.55/1.00 vMB 24
348,354 348,354 0000000000000000096e098d1ab53e23950bad597724c8259fd60a3b8087413c 1,024 0.45/1.00 vMB 30
348,353 348,353 000000000000000016b9f71a6a2bffd3e84d69da0dede90d7aa33d9ed42a6ca8 391 0.36/1.00 vMB 19
348,352 348,352 0000000000000000147a8ce685482c442b064d401685c2dc9f63fedd66eaeaf6 256 0.10/1.00 vMB 143
348,351 348,351 000000000000000010e51d102382728ca23e9b2f353d0229e6e13bdad541b3b9 494 0.25/1.00 vMB 22
348,350 348,350 000000000000000011aa014be3ba431f5f4c9997ebe37e8f725dafdeb78a97d0 481 0.26/1.00 vMB 25
348,349 348,349 0000000000000000063e959eeb5fa8827e92560157a3a9cbccb25ce6d54c4e25 600 0.38/1.00 vMB 21
348,348 348,348 00000000000000000d24b551d4933abb6ca9f5e68b3f016a96bf936df02b8c0b 495 0.25/1.00 vMB 22
348,347 348,347 00000000000000000f252eab6ea3105d78c10f4dbbd337bae0574f0b37ed10dc 550 0.31/1.00 vMB 27
348,346 348,346 000000000000000006035200f6e6aa8b59751291d5c704c2f94acd3b04a67cb4 1,858 1.00/1.00 vMB 24
348,345 348,345 0000000000000000013b3e4c3eff1c5bc1a1db602d38539a4147a20ddeff910f 438 0.24/1.00 vMB 25
348,344 348,344 00000000000000000a5fc4a8afac8f99676d29a8ff923a1a98677410ba55500f 28 0.06/1.00 vMB 8
348,343 348,343 000000000000000007167af2a1f1145db2d517eadd5cd21486c04ad23219fda3 117 0.10/1.00 vMB 13
348,342 348,342 00000000000000001654f7c7e1911fbea7174fb3fe2c5189dd003928ba9dbd52 755 0.42/1.00 vMB 25
348,341 348,341 00000000000000000aad0c19fb0dd142bf29b42a2fcc5c381c195a99710f20c6 197 0.14/1.00 vMB 13
348,340 348,340 00000000000000001453b9aa46c051906f8533580db07645946a3c6ce1f0343a 942 0.50/1.00 vMB 11
348,339 348,339 00000000000000001297d3c70d79db77c213a71ef3756df2560a54dbb9de5061 960 0.75/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.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: 626.42 GB
    • Received: 11.64 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.