Loading Tool

Explorer IconExplorer

Memory Pool

73,781 transactions
28.87 vMB
0.07065868 BTC
Random Selection Loading Transactions
Max Size: 174.80/200 MB

Candidate Block

Mining Attempt 6776400d4226490f337cb1f65a716d8e4868091557e675a28f605bcc9e4b1481
Version 20000000
Previous Block 00000000000000000001de95a124532fb5b79f73499f42c91953c61275ccc598
Merkle Root 63bf3712adb5d307a8a09ebe928e8c23d34519facebd0053c81f554dd10c38f0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,871
Size: 1.00 vMB
Total Fees: 0.00681588 BTC
Feerates: 73.20 > 0.68 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,429 (751,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,908 163,908 0000000000000c71fb962d386f5fd077fdca48d86cbe21cf8de97d306106df4a 13 0.01/1.00 vMB 341
163,907 163,907 0000000000000ba21ef3238a8972a1eb2cb04b167607cd4c61129e4ad3207817 134 0.04/1.00 vMB 3
163,906 163,906 00000000000003f2a02c70ffeb5732abc69cee6dfefaec1eb24b1fbd587b982f 15 0.00/1.00 vMB 40
163,905 163,905 00000000000000b18eafb185bf686c9512f50c825d8a2bffeae96280c862ddac 13 0.01/1.00 vMB 231
163,904 163,904 0000000000000512deb9dbe55d2e241658c65553adfdd7f7bd1273bb44f2d03f 69 0.03/1.00 vMB 209
163,903 163,903 0000000000000cc1af604f96945e8fc4e6010f070b42e63ebf1307790f1feafc 45 0.02/1.00 vMB 25
163,902 163,902 000000000000061d47c3e262dc7c4b3274d99c7b9ae40dde2a2eb35ce8447939 46 0.04/1.00 vMB 88
163,901 163,901 000000000000068341e31cd8181ef7b70a9e5508c2689bedb221fa5dfddff45f 18 0.01/1.00 vMB 7
163,900 163,900 000000000000030115055f7afff3c1979fcc74c0c23c55c9a81165e1bc45cd7d 100 0.04/1.00 vMB 243
163,899 163,899 000000000000017740ac9ef2f2aac6993a95e43848bcdf9c33780d1610336382 131 0.05/1.00 vMB 76
163,898 163,898 00000000000002b34f234f7b5c1cdded28c91705b2c404c95f5551f9aa4c5ada 39 0.03/1.00 vMB 116
163,897 163,897 0000000000000174dea6e54cfb7ba3cc123fa04bb2d84b60b07dc28891ecbf47 1 0.00/1.00 vMB 0
163,896 163,896 0000000000000a468d987dd228f8b9ef3fdbad7f9bed95ca14a6d4ffdac8b5e6 30 0.02/1.00 vMB 3
163,895 163,895 0000000000000bf731661c7c1ef9ff121a6f84e9173c3c5d94adbb6a92386339 81 0.04/1.00 vMB 177
163,894 163,894 0000000000000b4382ec5e1002c12fba7b6769bf708e7683939c23dde5b8d513 5 0.00/1.00 vMB 0
163,893 163,893 00000000000000e69c3439e69ea7497416a80cfb7e4ee3fba454809bc96107ad 12 0.00/1.00 vMB 16
163,892 163,892 0000000000000070d81a7ff0972841ad53a7dd241bd0354b97deae009530559a 9 0.00/1.00 vMB 53
163,891 163,891 0000000000000890b6df46b4111f63b82d680f04a5b0f323df8e134c0f94b79d 54 0.02/1.00 vMB 18
163,890 163,890 00000000000007f0426b5c201de7524ee5ad58c79bdc09b2871e6881135d10bd 53 0.03/1.00 vMB 116
163,889 163,889 0000000000000acb2a85e25e59871cea5818ff417c009fec8337a02be1cae53f 74 0.05/1.00 vMB 48
163,888 163,888 000000000000015393858751be21bdef6f77c8cde9f24139f6d37fc204e3ec25 4 0.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 783.13 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: 741.74 GB
    • Received: 18.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.