Loading Tool

Explorer IconExplorer

Memory Pool

68,248 transactions
26.03 vMB
0.06473776 BTC
Random Selection Loading Transactions
Max Size: 156.53/200 MB

Candidate Block

Mining Attempt afe7f823c1d0593405bcd5d5968968e05ee2c67776ab8178a0546aa40682c1da
Version 20000000
Previous Block 00000000000000000001d78f9a04771d177c8305f36bb59adf1b3d58d4ddf6ca
Merkle Root 97d197f277e76d935f8fa72f39094ee4184b938793f79a0bc46f335cc536803c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,302
Size: 1.00 vMB
Total Fees: 0.00960583 BTC
Feerates: 60.03 > 0.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,514 (675,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
240,455 240,455 000000000000007a8769dfd9769a7629934978bc586cdd518d5a9f93801a888f 96 0.05/1.00 vMB 102
240,454 240,454 000000000000007128d24954dce8b3bd318f38ff562c18ba6075ad857e8a3532 383 0.16/1.00 vMB 232
240,453 240,453 00000000000000aad45ab0a7251c1c7f4eda51a8252af1bc7edb36ffa03b7745 311 0.22/1.00 vMB 192
240,452 240,452 00000000000000d797d7eac9d63a8f754baa4d38eb6d72097cf5d743a2de67da 255 0.12/1.00 vMB 74
240,451 240,451 000000000000008b0f48d77cbcec59f47f4754d73c28fa45d2d3bfef799b0796 606 0.25/1.00 vMB 171
240,450 240,450 0000000000000020be59a0333b3c5f9237a3a8d19cd0ed546c79a0d805c1a4ed 338 0.15/1.00 vMB 139
240,449 240,449 000000000000001df6eee54343c3d78e0f08b513c70eb54b40dcdfcc5404552f 147 0.08/1.00 vMB 172
240,448 240,448 0000000000000095edc258f0ad84b44b94bd7dbdbfc17a9ad5c3ebc53d70031e 573 0.25/1.00 vMB 140
240,447 240,447 00000000000000ace239fab0339054ad217db9c1c08ea7487cd80fd78c5d4e1b 266 0.08/1.00 vMB 125
240,446 240,446 00000000000000e6aa3cb977ecd5b932c0e7c5217acb6c882cd490d2c1a2522c 143 0.08/1.00 vMB 87
240,445 240,445 000000000000000e224da535348d004f1f52263c0502e975ae0214e56de53a11 168 0.07/1.00 vMB 197
240,444 240,444 00000000000000477471181c8c8c20b22ba5427df6d7b5a2af3a96bf4c0ffb53 415 0.19/1.00 vMB 143
240,443 240,443 00000000000000390a97c6645f4cb0378be3aee8f4bd8edda8785e94cb4bdd16 73 0.03/1.00 vMB 111
240,442 240,442 00000000000000877a7470b031b360376b1e6123bc0a702325ea63b3729d1b74 124 0.05/1.00 vMB 158
240,441 240,441 000000000000003aa388d073726dad0c4e5e253a870475fa09ca764dcd2fddbe 93 0.04/1.00 vMB 158
240,440 240,440 00000000000000bc0e38ec601102438ec9933a0f0287b06bcc286419d87d8c15 100 0.06/1.00 vMB 130
240,439 240,439 00000000000000fcffd5c3d506a00d7f3651d2ce48b8507ffa4a6cdb75836add 466 0.20/1.00 vMB 144
240,438 240,438 000000000000001ec71a854a9df34881280145519f7c2b7fb6c6b4e536f2b1c2 25 0.01/1.00 vMB 229
240,437 240,437 00000000000000e024e3fd7a50889d7a2bae40cabb7ccc5261f4ccfa8f33d2d6 263 0.12/1.00 vMB 163
240,436 240,436 00000000000000fb7be001fc47fe007cdeac068bb0d8fbde62e90ca3f96b7266 6 0.00/1.00 vMB 92
240,435 240,435 00000000000000e445a78af6e00727f70b3839a99a036e2450053ffe649eab13 202 0.09/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 783.29 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: 766.54 GB
    • Received: 19.28 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.