Loading Tool

Explorer IconExplorer

Memory Pool

41,091 transactions
31.98 vMB
0.11523013 BTC
Random Selection Loading Transactions
Max Size: 159.41/200 MB

Candidate Block

Mining Attempt c98cedc3fc432281f95f295b78dde4e814470e5ff546cc1af075865077e016c2
Version 20000000
Previous Block 0000000000000000000032f72ad601e73d75302004b04df11dee528b3c1075f5
Merkle Root 3c59be518cc83f89ac2b262abb4bd8f03a53b9ca4ad0c5092578bb5f29aa715d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,733
Size: 1.00 vMB
Total Fees: 0.04866923 BTC
Feerates: 154.17 > 4.88 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,380 (912,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,886 1,886 0000000072d2a9bc066cd767cc7b87f55c2ed6a56f3afa209875fa754e33a9f9 1 0.00/1.00 vMB 0
1,885 1,885 000000006a7e674aa8851c0821d246124b62afcbc224c493a3e898d0618dfa52 1 0.00/1.00 vMB 0
1,884 1,884 00000000be3d49138ffadc146173b21c3b9f4fd3225617a4656873b2ed4a4cdd 1 0.00/1.00 vMB 0
1,883 1,883 00000000feeb0d4b6494e4ccd20aef37fb9d93fb45a1feee644c2aaa33ebda4a 1 0.00/1.00 vMB 0
1,882 1,882 000000002457c6c89c31b8cdbdcccf4ba884dbe7d7fce2a6ccd2ee7e75c122f6 1 0.00/1.00 vMB 0
1,881 1,881 00000000c0577d1bd0329e645f7f6f79d224bb3e6af8cd480c1210010ce08680 1 0.00/1.00 vMB 0
1,880 1,880 00000000ef5126d211c6e240795c88d9475c2b0b5d5e75bb0feae6cf59775f08 1 0.00/1.00 vMB 0
1,879 1,879 000000004718c1ef012d3980ba6c85916402c57e4bb0d285f4041627f326d850 1 0.00/1.00 vMB 0
1,878 1,878 00000000d02b479f4b12acc60bd26b95c74ea25ba831facd30117dffa9e94cb4 1 0.00/1.00 vMB 0
1,877 1,877 00000000ba48a5254205120912ea04481540b940d871f1e5828f8e4421d57241 1 0.00/1.00 vMB 0
1,876 1,876 00000000c997904ae560a37450d81ebf44414e6c29d43e24be0e9c3285e00734 1 0.00/1.00 vMB 0
1,875 1,875 00000000a15e23a0455d0453a6216857db4f1920308eea8b7f21b2ef9698ed75 1 0.00/1.00 vMB 0
1,874 1,874 00000000963d1bf30564d1807ab3e156f991e3b0b0967fefe27b7b2a90bce6ec 1 0.00/1.00 vMB 0
1,873 1,873 000000002aacdf4f815942c612af16cbd181b0102c1d9a09f41c6862815f9d89 1 0.00/1.00 vMB 0
1,872 1,872 00000000c2dfe3968ef3133e68e9d56fee1eee7409ea6986aafb5bd003f38478 1 0.00/1.00 vMB 0
1,871 1,871 000000009b258aba4631bcd3e763667edd28ca4960da6cfedf98f42e2631314c 1 0.00/1.00 vMB 0
1,870 1,870 0000000039d64ce3bb6f073707a6ba831e6e2fbc7d9fae40709d162012b1253e 1 0.00/1.00 vMB 0
1,869 1,869 00000000a76a1ab5f25b55e9d47ea902fd6039cb30806276d7b25460841cd9c3 1 0.00/1.00 vMB 0
1,868 1,868 0000000062ad09e4891dfc8ef3c454c92ae68ba033a8762eda270227ff3dcdc5 1 0.00/1.00 vMB 0
1,867 1,867 00000000d0770388d9f8e34235e8a46f6acf92777b489b45a8bbb088e881310d 1 0.00/1.00 vMB 0
1,866 1,866 00000000f918fbed0d800462cd4f37c25109185019daaac1789134feea9c641e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.28 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: 597.41 GB
    • Received: 9.84 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.