Loading Tool

Explorer IconExplorer

Memory Pool

4,453 transactions (1.74 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 8.70/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,345 000000000000000000022b910000000000000000000000000000000000000000 2,239 0.04372514 BTC 1.00 vMB 3.42
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,344 (882,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,599 29,599 00000000e74e01b211c28bf6da2223823d421b6ac5aa73eb68a94fc90e06ed71 0.00 MB 1 0
29,598 29,598 00000000b71d4f9fcff4c5950cbd0347c36f205c75a545dd419e4f85da06db8a 0.00 MB 1 0
29,597 29,597 00000000145e5f19edfe00ceb6586b58f1fba956cd880aeade9e3dd40b28c702 0.00 MB 1 0
29,596 29,596 0000000055716732150645af3c43e165dd6c512a0c801c72ba63776d14de49ac 0.00 MB 1 0
29,595 29,595 0000000089b10a26498093449de81c5b8dfb0b26f4b1a4e6acad11742f51041e 0.00 MB 1 0
29,594 29,594 00000000632650092bc32be866be0389616639f4b36244db46a4233234820ea4 0.00 MB 1 0
29,593 29,593 0000000002b03e578548d11cea7c4525ec0fa5b326f63e2827c362f163036cf6 0.00 MB 1 0
29,592 29,592 0000000014a78ecc0341a7ed03929ded058f111c8de280bb0e1e0b7cf5b1ed93 0.00 MB 1 0
29,591 29,591 00000000dcd3d88f0857de0151e53bdb7c9e4c1cc2206ffb0f213f94264f478e 0.00 MB 1 0
29,590 29,590 00000000aa31f66df4fdf3f0c116eca7a1acfec239f1d5a55d5cd33d31d0ed9a 0.00 MB 1 0
29,589 29,589 000000006c8aef9e8d9e03015354e11e079a32b0f0d11cfa3ad8e1c7dff15d60 0.00 MB 1 0
29,588 29,588 000000007dab4a9d13c7418b94e22d43c955e843f510ca941edb456c5675ff4b 0.00 MB 1 0
29,587 29,587 00000000a02bbda32889a64b490ccd5c5d1ff7ff9eedf8e3f0a948f96a42b5df 0.00 MB 1 0
29,586 29,586 000000003d37d7bab813f38ac3fc4917440677ffe029ca7eba03a47993197ebf 0.00 MB 1 0
29,585 29,585 00000000d69281603a0b2d569e099b43de79e3badbe6023dfc1784388751f509 0.00 MB 1 0
29,584 29,584 0000000072a1e2ca11784c36e962037cf0ba9e3b1fbcaa9bdad42dad3d284f91 0.00 MB 1 0
29,583 29,583 000000008dd1395dcc3bde31fa7e5cf8460564930d2f21959832054929a16669 0.00 MB 1 0
29,582 29,582 00000000cdbe58bb0c29c749584fa5e22c9beb5a935473bd58006bc5f83d81b8 0.00 MB 1 0
29,581 29,581 000000009e86d5c8581243e9659fae2053f29823841920f6875a932dba9e7a1f 0.00 MB 1 0
29,580 29,580 00000000e5d6f3234e4e581bf29ecb4dda81edab60dea5a6f12fd689c68d8628 0.00 MB 1 0
29,579 29,579 000000002b607ba979303c4257f1549da27fa73e1463fe32ae2ea83c5804aefe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,544.86 GB
    • Received: 136.85 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.