Loading Tool

Explorer IconExplorer

Memory Pool

82,340 transactions
30.17 vMB
0.13613607 BTC
Random Selection Loading Transactions
Max Size: 182.30/200 MB

Candidate Block

Mining Attempt 3dcb09528ff57c5034485d4302c3b8dc742767d74f30ec7bdfa90b0d5e318216
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 04797bee86eb2911a53fdc759312c60d934e63f70b7105051c63058df28cc245
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.05655052 BTC
Feerates: 477.45 > 5.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (203,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,635 711,635 000000000000000000080a1347f417cf611d1dda5c8655d9850919f3f472ff28 520 0.16/1.00 vMB 10
711,634 711,634 000000000000000000032dcfe8a13350746d67e45222e8eb8be6dc106c9ff3c5 1,994 0.67/1.00 vMB 10
711,633 711,633 00000000000000000001a6de49ffbde9dbfe8cf08652f69c365934abf7f16a7b 377 0.14/1.00 vMB 10
711,632 711,632 0000000000000000000466638de8bcda7393d14fe5bb1833e8b6af29ed7586de 1,521 0.60/1.00 vMB 8
711,631 711,631 0000000000000000000b9c82300b8f81712bec7f9d5a0a0e63c2fce8a9eda87d 207 0.09/1.00 vMB 8
711,630 711,630 000000000000000000016d67b5eb10e4bc30eb14b32880baf9e2eb487cb4b8c7 2,396 0.80/1.00 vMB 9
711,629 711,629 0000000000000000000b98dd8e7504793c0644cb0c27eb98f06aab9ea93c4ec2 436 0.23/1.00 vMB 8
711,628 711,628 000000000000000000006a447c8a403fa7de575bc94ac27b19efa49e314981b0 66 0.02/1.00 vMB 12
711,627 711,627 00000000000000000008ad6d444dcee5c9b218b1feb481fc68b1a92c15da5a5e 178 0.05/1.00 vMB 15
711,626 711,626 00000000000000000007b6161b659f7751cba1b5623e737b2a87d36eaac36bbb 610 0.23/1.00 vMB 6
711,625 711,625 00000000000000000006d90aaa6590e6e1754f9122f2e5adc0923bebbe35e64c 3,072 1.00/1.00 vMB 10
711,624 711,624 00000000000000000004f9d0b485ba6e23e85d4a65a4cd1e3f8e62d860944ae4 683 0.39/1.00 vMB 7
711,623 711,623 0000000000000000000c5dcaf5498cf5786efdff184227596ff8d976888c8e58 1,742 0.73/1.00 vMB 8
711,622 711,622 00000000000000000000f0bf24b542c0292ec5899a80ff704dc58c057c119ca3 2,069 0.97/1.00 vMB 8
711,621 711,621 00000000000000000009db65edb96e827f3ecd3a8d0b2df450a53c18da164b8b 1,539 0.65/1.00 vMB 9
711,620 711,620 00000000000000000008a762a40c1f7476ac85851269fe5e6eac1fdb5cc0f9c1 396 0.14/1.00 vMB 12
711,619 711,619 00000000000000000000fd413b248f5a47e12fb01c95d5f8994cb56887924304 1,197 0.52/1.00 vMB 11
711,618 711,618 000000000000000000077b0cebbabb9c8cf53b88ec34a879554d8b05e83bfef8 444 0.14/1.00 vMB 11
711,617 711,617 00000000000000000001fb9e438f9c106914bf03d0379f7daf825cfd1fa43e02 2,304 0.97/1.00 vMB 9
711,616 711,616 00000000000000000001bf1c2146106f526168a61eafe9b6bcec947534b597f4 975 0.40/1.00 vMB 10
711,615 711,615 0000000000000000000aee635e6945141e55f170124f58818db48c77f90a1c4a 848 0.45/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.