Loading Tool

Explorer IconExplorer

Memory Pool

46,313 transactions
30.62 vMB
0.09884394 BTC
Random Selection Loading Transactions
Max Size: 157.56/200 MB

Candidate Block

Mining Attempt d74fb7bbc34941d56b72f6247a78e62c2d52cfc473667f838e3e71fd303a9956
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 0b4a02df6990491c8f847e46271e96b0ec48f0e00edbb8ce78cd8c9dc6ebc2ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,683
Size: 1.00 vMB
Total Fees: 0.03174392 BTC
Feerates: 100.29 > 3.18 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (123,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,928 790,928 00000000000000000004bd4aedd4436be58c92d30aaa2e8d05bdf9287ad57f7f 3,957 1.00/1.00 vMB 79
790,927 790,927 0000000000000000000435785429211dca22ed6e2444800c88ad042eb0cc0e94 4,836 1.00/1.00 vMB 63
790,926 790,926 00000000000000000000256c9d0d675177a2dc7e38e55a8c59e12ff48c23fcc7 4,035 1.00/1.00 vMB 64
790,925 790,925 000000000000000000055ff03f3d04f6c9abefb8709bdb76834db20b0255a0ad 4,284 1.00/1.00 vMB 66
790,924 790,924 00000000000000000002b9cae009a87d2d9a30bdcf42ca1ef979bd125984aea6 3,770 1.00/1.00 vMB 76
790,923 790,923 000000000000000000010881b0d0947ec54fa041ee14cadb150dcd58ed81fe4e 3,716 1.00/1.00 vMB 75
790,922 790,922 0000000000000000000315fed78ccbc29ebf15aae8e601977fc9e09583a4ba27 4,195 1.00/1.00 vMB 49
790,921 790,921 0000000000000000000495b79d19f46154c26761208271318323ede008e8a287 3,833 1.00/1.00 vMB 35
790,920 790,920 000000000000000000050bcb25b81adaa1f2138dfd58e05634544b2e77a3dcbb 3,956 1.00/1.00 vMB 67
790,919 790,919 00000000000000000002c8ad7daaebeec1a1780542dd03612fe8d16e63f6d895 3,236 1.00/1.00 vMB 47
790,918 790,918 000000000000000000038f78294b29abd55f780f5e9343d7394da72e59ce4ca8 3,557 1.00/1.00 vMB 58
790,917 790,917 00000000000000000004c4497b6582b447107dcc72ff40d4b6409c900b067910 4,332 1.00/1.00 vMB 29
790,916 790,916 00000000000000000002a5680078c60d275d06e81feeeabb9a65a8eaa6c1401a 3,441 1.00/1.00 vMB 47
790,915 790,915 00000000000000000004946222bfdd303c59bfc17e0bbb75fd86ca94176d2667 2,991 1.00/1.00 vMB 55
790,914 790,914 00000000000000000003eb722dfd0bcf3c828153d43c128ad8f4c4dd0c8b54cf 3,158 1.00/1.00 vMB 29
790,913 790,913 000000000000000000045395243707948ac250cde89840a3657681a1a5b09e3c 3,645 1.00/1.00 vMB 51
790,912 790,912 0000000000000000000180aa513478c4e93400a3a87cca4bac8c43aa07cc413b 3,228 1.00/1.00 vMB 57
790,911 790,911 00000000000000000002de4e38a3d6d4a1997a9a846e8a6d55808658b2578ecd 3,385 1.00/1.00 vMB 32
790,910 790,910 0000000000000000000266266a67808840f2d71dbf13afd726326f78ce4b8ba4 3,065 1.00/1.00 vMB 43
790,909 790,909 000000000000000000019a30343b6c7e00ae5e14c7b0920619e41b5b5582a8df 3,453 1.00/1.00 vMB 38
790,908 790,908 00000000000000000000ad8af271f22ca135222e2d3f0bad0524fc80e4f07ce5 3,761 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

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