Loading Tool

Explorer IconExplorer

Memory Pool

48,407 transactions
27.98 vMB
0.08088947 BTC
Random Selection Loading Transactions
Max Size: 148.38/200 MB

Candidate Block

Mining Attempt d57dca8017e2a243bd857a5c6bed7ce4900216400d2acab5decd4f31bf7d01de
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root 16d63ae05653aee81d2c2821697b881a6ec75605d1ee07b90ab32f4cab873beb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,779
Size: 1.00 vMB
Total Fees: 0.02535065 BTC
Feerates: 318.30 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (87,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,960 826,960 00000000000000000000edc902d7777542d2a8d8ca67bce84f94b35b57143c15 2,817 1.00/1.00 vMB 46
826,959 826,959 0000000000000000000359370de9c51b577c2139b9811e23f8a1ee15cb39970d 1,666 1.00/1.00 vMB 32
826,958 826,958 00000000000000000003ca89eac580cf262a3e8d63249a49747430b9722b46c2 1,579 1.00/1.00 vMB 40
826,957 826,957 00000000000000000003586e4ec7e044a4453c8fed76373c7cf2f22a9f505e0d 518 1.00/1.00 vMB 28
826,956 826,956 00000000000000000003ad5355c34afe2ea3c2db0bc73142136895d3cfdeb56e 1,640 1.00/1.00 vMB 33
826,955 826,955 00000000000000000000bf9e9c6c62bfdfa6f8fc9f379d8193dae8bace1e1ce7 282 1.00/1.00 vMB 30
826,954 826,954 000000000000000000014986090ef46158cc9cf86cce2cc9ac3d55b676636886 1,578 1.00/1.00 vMB 36
826,953 826,953 000000000000000000000328f23b0c1a5fbfd7a1c8c8c5e5bd9c7676d8f91676 3,521 1.00/1.00 vMB 44
826,952 826,952 000000000000000000031de7640c2d107c7283263a2a4e98f95a63e3de0716b2 3,050 1.00/1.00 vMB 32
826,951 826,951 000000000000000000004b48e05ac7ce5c90a2f6c30d8e3085da5d862d5a6f6e 2,439 1.00/1.00 vMB 43
826,950 826,950 00000000000000000003b42b2dde86bae27daba5954204c43b4fc5ca0eb412b1 4,048 1.00/1.00 vMB 36
826,949 826,949 000000000000000000015c0b74d5304c29be1f05208610b42432cb517e958402 1,704 1.00/1.00 vMB 37
826,948 826,948 00000000000000000001e262287c6657d54c67e29bdd979c0b552325a26f57ec 1,302 1.00/1.00 vMB 35
826,947 826,947 000000000000000000029d8e27b1cbc21d5288f6282a553f1e932abb8a477932 243 1.00/1.00 vMB 30
826,946 826,946 000000000000000000002502d197a3dabf36c50308da07ea7c881e6d3c83e981 3,080 1.00/1.00 vMB 33
826,945 826,945 000000000000000000038d23dd73c29a791a07549218cbec2e10377d35bfc789 1,150 1.00/1.00 vMB 30
826,944 826,944 00000000000000000003b4450ad9157ebb3d0f479ea42eb61122347fc15106b0 4,164 1.00/1.00 vMB 36
826,943 826,943 00000000000000000000ed341755ddc13f685e3a8e8127961abf07e81b20d4d6 2,205 1.00/1.00 vMB 36
826,942 826,942 000000000000000000032252f6e6b570c57e8561826267e98eb56f572de9dec5 567 1.00/1.00 vMB 32
826,941 826,941 00000000000000000001f91bf540f90f7c417e894b9bb63e905979ad55d015c4 2,613 1.00/1.00 vMB 32
826,940 826,940 000000000000000000000bd1ce57f4096ce92776580b09711e037c0ab7797a4d 2,106 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.20 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: 654.04 GB
    • Received: 14.10 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.