Loading Tool

Explorer IconExplorer

Memory Pool

12,797 transactions
4.66 vMB
0.01896635 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 28.80/200 MB

Candidate Block

Mining Attempt 74731cb7d61007944dd4d4100e8bde7920e47c522469654bcf3324d0822ab832
Version 20000000
Previous Block 00000000000000000001310df28e7f540da68557cbe51885ac49fc1340cd1966
Merkle Root 947a164f61c6e7845091fbdc6b680d8f8adddcb83fa5769090209751b42df623
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,778
Size: 1.00 vMB
Total Fees: 0.01246928 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,464 (687,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
226,079 226,079 00000000000002f536150f2c188bd63b6ccd526f166241123e69a8f7ef13072a 394 0.25 vMB 130
226,078 226,078 000000000000003bd8198d4aa765f03984d852f5c83a2982e2405df9f9cfb411 422 0.25 vMB 148
226,077 226,077 00000000000002b3c35d786a2527245eca0143d9fdd52c76d2ff0068a12ce87d 736 0.25 vMB 248
226,076 226,076 00000000000002618404bcff0f8b23e66a5c7c1b1d982ae114f934e488f9d3de 827 0.25 vMB 243
226,075 226,075 00000000000000332edee1a92e8fc3c01e0c29e77be773053cc61884b1c02f16 770 0.25 vMB 206
226,074 226,074 000000000000020624a4a61aaf676173f21e3c27d997a60f3dc9cf996b364644 345 0.25 vMB 127
226,073 226,073 00000000000002fe0ff31b3976cb4596176b3a737a19cc7b83f80e6597079097 713 0.25 vMB 263
226,072 226,072 00000000000001e20048f06670ab4b51da64a9d91698a714c7e2d2b510fb554f 853 0.25 vMB 324
226,071 226,071 000000000000013fff267264b002236313285222e088044aa81b8f9469831389 418 0.45 vMB 86
226,070 226,070 000000000000028af4ff157befb8e5b0ba5259f31b823c8bc6179e5abee7c629 650 0.25 vMB 195
226,069 226,069 000000000000000ad0536a61d91bbd2cf7a2981e640ad5d1868d0bfbc316cebb 512 0.15 vMB 258
226,068 226,068 0000000000000282218ad37107e4611a6c7da0981f66bd3f62c3c3af2f328fad 554 0.25 vMB 183
226,067 226,067 000000000000035ba7dd2e116398acb1a900517909213a16d2b9cf9a304673d0 610 0.25 vMB 205
226,066 226,066 0000000000000354bc24fe2313163fa94c779e3e2a260411ff2b0015111c949d 568 0.25 vMB 198
226,065 226,065 00000000000002f0f6fa2da699accf0005afbeaf074af8ac8e0eda5a5afaf50d 442 0.25 vMB 158
226,064 226,064 000000000000015b80a3e790081f21bd9b9054cb898d79f7930eba1b981da766 134 0.08 vMB 102
226,063 226,063 00000000000001260c71fc262c71c4b27cdb88b8acd8aebed659c3e46adadede 642 0.25 vMB 240
226,062 226,062 00000000000000d4a0350ca7b225135dd5a550a77b7b4792ff9fb812bb188b22 465 0.25 vMB 150
226,061 226,061 0000000000000346c8cd34734eb2d83159d67e41d0a51d375dd048d6439a62ff 796 0.25 vMB 295
226,060 226,060 00000000000000bf0b1faa90f0cd7460590207c4ccb1ebc9e7e361b378da51ed 11 0.00 vMB 182
226,059 226,059 0000000000000273236e9b741c3fdf8dbe61ee55b90fff5500e9d51ac4f9ac6a 9 0.00 vMB 311
Previous 10 blocks ↓
Total Size: 779.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 321.16 GB
    • Received: 1.55 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.