Loading Tool

Explorer IconExplorer

Memory Pool

78,748 transactions
29.18 vMB
0.11924638 BTC
Random Selection Loading Transactions
Max Size: 175.96/200 MB

Candidate Block

Mining Attempt 1cf381d909d901031505d45988276c6dad90efdcad893fb4026ccec1261e9bf4
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 0a1271571d22308b3bbb8fc72cd3715d0c038e8fc4347d17220a7cdcb3d84ebe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,124
Size: 1.00 vMB
Total Fees: 0.04318807 BTC
Feerates: 150.80 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (375,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,173 540,173 0000000000000000001fbf83ee6b89218ceff536bcff7e225dec37d0050c897b 1,972 1.00/1.00 vMB 13
540,172 540,172 00000000000000000028b1ad245411f1a0bf409f753f1cde14dd6ebf5b90d56a 2,061 1.00/1.00 vMB 34
540,171 540,171 0000000000000000000c0d2e1fe92b33e6d227a569beb40620d49ffc98ffe7e9 1,885 1.00/1.00 vMB 12
540,170 540,170 0000000000000000000d0f4994cf6138ffd4a8df14e6ab6a84001d8c025adef9 2,032 1.00/1.00 vMB 39
540,169 540,169 0000000000000000000c12279fce298cc79dc64ca858a6597a6bc0f0ed85917a 2,073 1.00/1.00 vMB 18
540,168 540,168 00000000000000000021993abf96bd21cf1879fdf48423a0579cce3339981b0f 2,538 1.00/1.00 vMB 58
540,167 540,167 000000000000000000170b3da1e60f139c603e659b378753023c96c275169eea 1,346 0.64/1.00 vMB 2
540,166 540,166 000000000000000000027852a5105eb4a7735f2c08c9e9f40bd6b3c3020afe86 2,038 1.00/1.00 vMB 3
540,165 540,165 0000000000000000000a02514aa087f0ed4812dbd33bae959a911a9938571cc8 2,354 1.00/1.00 vMB 9
540,164 540,164 000000000000000000283eba916b96652743f45281614fc1158a2cf69dc3a7c1 2,468 1.00/1.00 vMB 13
540,163 540,163 0000000000000000000ff632b149f97298e269d95bb37e29d6627fd6743ea378 2,016 1.00/1.00 vMB 40
540,162 540,162 00000000000000000018c128c93f11a2da19820ac111a3b1ff78669ef2238369 2,458 1.00/1.00 vMB 38
540,161 540,161 00000000000000000014b133b3ca0dc97754cdbd82d5b7a43fe357aff7d76dbb 2,470 1.00/1.00 vMB 25
540,160 540,160 0000000000000000000a0abdf98a8d03911ebfe0bb8d48076331e4e4025f600c 2,755 1.00/1.00 vMB 65
540,159 540,159 000000000000000000299a27b3aedc16db07780cf4336ece4252b0b523107caf 1,938 1.00/1.00 vMB 39
540,158 540,158 00000000000000000015a28885aadaecca9114341649ae9d19e505012d2972ed 1,712 1.00/1.00 vMB 20
540,157 540,157 0000000000000000000914948b096336c30e3db58cd0f64a5872a7e3d64568df 2,875 1.00/1.00 vMB 53
540,156 540,156 00000000000000000017ea14c65a1b8e90366196ada2c42c0efc1feef83c7817 1,483 0.53/1.00 vMB 26
540,155 540,155 00000000000000000023d43b708a83f780eaaea3f801f40cdbddc190ba7e4f42 856 0.36/1.00 vMB 37
540,154 540,154 0000000000000000002944bae6b013d3fdf59cad5331cf6270fec6f245782f27 1,997 0.74/1.00 vMB 20
540,153 540,153 00000000000000000005d3736e0d19b477348a008ef9e4b6c31405b2356bffcd 2,499 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.