Loading Tool

Explorer IconExplorer

Memory Pool

87,095 transactions
32.06 vMB
0.11588237 BTC
Random Selection Loading Transactions
Max Size: 195.98/200 MB

Candidate Block

Mining Attempt 6a6ce3274cb835d3fa3a7a3b1137703aa5467bae70f4e9c73b573b3ab8f183c0
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 2ab94f39850348047e57b20f4253ae286c98dc2adfbcce0f5d6d284abab60903
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,473
Size: 1.00 vMB
Total Fees: 0.03204534 BTC
Feerates: 1,236.26 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (634,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
281,092 281,092 0000000000000000617159cc87f3611457ea46cbb283da6ecdb2ff727679bf9d 182 0.05/1.00 vMB 107
281,091 281,091 00000000000000017f3b2357d9e5b9184d67416fc0aa27f46a27ec36ce95d4e7 51 0.03/1.00 vMB 30
281,090 281,090 0000000000000000ef7f1ed5453225178f73497a795a13797eeb7f513ae88563 196 0.12/1.00 vMB 39
281,089 281,089 0000000000000001ced800e2b19d4b6dda4858b896c54efa80214e270802fd75 88 0.03/1.00 vMB 38
281,088 281,088 00000000000000012333443c881311a7cffdbe680d12c2eff8f2bd65321ac9e4 93 0.03/1.00 vMB 46
281,087 281,087 00000000000000001cad3ebf4c78e7972b2828693ce78344a417141e2a7f57f3 377 0.24/1.00 vMB 43
281,086 281,086 0000000000000002043e1bd356c2fec6c9a8a8e5509954d535df20ddb359f2f0 146 0.07/1.00 vMB 38
281,085 281,085 00000000000000006be776cbfee78d86b0a56c4d8d4b43e5866d07fb307f8163 422 0.23/1.00 vMB 31
281,084 281,084 000000000000000109d5832b9b3d7a24659a9aeaa58127a18db0e7622f075004 121 0.05/1.00 vMB 103
281,083 281,083 000000000000000046395587b4d14381857a0250d46700fed7beb9045efebd85 316 0.20/1.00 vMB 34
281,082 281,082 000000000000000197f8f188f8a1eb2a53c4422b928afeb017d25d1f7d6f51be 61 0.06/1.00 vMB 24
281,081 281,081 000000000000000263e6063bc5ddc7ea59bf16d95c9dc2be072eaebc55bf512b 130 0.06/1.00 vMB 38
281,080 281,080 00000000000000016275f3c3db35d825e13d624b02a1f3aea6470fe53d810546 43 0.03/1.00 vMB 17
281,079 281,079 000000000000000232ed6e8062a517b6c3c5d6a733c42a28923feb0c4d4a211d 131 0.05/1.00 vMB 71
281,078 281,078 00000000000000001a776d56f7ad60d48822341fec31fa1b41e1e26aba2fb661 275 0.16/1.00 vMB 53
281,077 281,077 00000000000000003f92f5eb757cc37173552203d651cca769383e3bcca71b55 329 0.17/1.00 vMB 38
281,076 281,076 00000000000000010b1da28da505e28c146e68f28df51ea883b597dcc57c4bc3 362 0.20/1.00 vMB 55
281,075 281,075 0000000000000002255f6181e9d2f82bc8b445a7a7a04bd5c674240c2d3575cf 175 0.17/1.00 vMB 31
281,074 281,074 000000000000000096f95ebf8c3d369dd550235c7cb27935cbf5b10c7bbadbaf 422 0.25/1.00 vMB 29
281,073 281,073 0000000000000000efa4e25d1a447d435b4cbe7e673d94e350422649152f2240 692 0.25/1.00 vMB 47
281,072 281,072 0000000000000001a40aa8a5d83b884a0dffeb71c8b5da2b1c8761b1b91b4e54 100 0.05/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.