Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

402 transactions (0.14 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,762 000000000000000000022cb30000000000000000000000000000000000000000 0.13 vMB 338 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,761 (885,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,291 25,291 00000000216b924e94000b05f967e23ed598e36a396da24e441460964b7d87b4 0.00 MB 1 0
25,290 25,290 00000000739df9bd884cea7140c32230bd1da6e1214f569f12aa21b61f645362 0.00 MB 1 0
25,289 25,289 00000000b447b50a51520b91368fe364f1c0632968afab34fd46bb3e5343c269 0.00 MB 1 0
25,288 25,288 00000000349799041c51eb2e2ec5c0a7a2f2d7881f6bbd33b47692a67d807e70 0.00 MB 1 0
25,287 25,287 00000000a685fc6f949d6bd9806cc5b81b3df5659fe0683ef5dcbdad5b0c2d16 0.00 MB 1 0
25,286 25,286 00000000da601a65fd1e62010a825d1dfe74005dbc43d053a019fe1e6fc29673 0.00 MB 1 0
25,285 25,285 00000000cc8d1295f45111e06c0573523f6db482c525f1dfce319f1605ba85e7 0.00 MB 1 0
25,284 25,284 00000000744f92aa4a903effe4605285ef80f0283bf2cdccb8071c5e429d80f9 0.00 MB 1 0
25,283 25,283 00000000e5b72579741d69fef29f5533abde8d6258601b98e5a8c68a422f716b 0.00 MB 1 0
25,282 25,282 000000001c363569212f06abfb34ac36fbdfdb8fb61eedd249f991d767456242 0.00 MB 1 0
25,281 25,281 000000008580758fe3dff5f95eca5c3a7e04417bf1db5169a15c6cf5b49a8595 0.00 MB 1 0
25,280 25,280 000000007047e0e1de04dc7a2ea2f952f88c27ed745b511007de6839ee03bb5c 0.00 MB 1 0
25,279 25,279 00000000490c4508a3eb995ca7f82607da26433948a999ee98f5c7ef19e1ef32 0.00 MB 1 0
25,278 25,278 000000008ce1f609dd32b11ebd3c8791d1dad052ec8a1d4f12eb97a8f41b9d03 0.00 MB 1 0
25,277 25,277 000000002cd60ec074dde100846e3f284b02cb868ce2bbf5ebc2d528edfa95e9 0.00 MB 1 0
25,276 25,276 00000000bd1febde43d2f595a5c66d6419c97968be0579c739260f13c767a77f 0.00 MB 1 0
25,275 25,275 0000000013e22d07ba9b0dd229b2750d3d537ca1449de190b9ab54b4ce92cbcd 0.00 MB 1 0
25,274 25,274 0000000067457418be03d37f8253ec2f3497301841243fddc38f30214accbf4b 0.00 MB 1 0
25,273 25,273 000000005fca1af7b26c58c0509a6f75c7a6d78f40b4a6b68613c9169deb18ac 0.00 MB 1 0
25,272 25,272 00000000c2f388b05dc98aa5570431eb599306e8853e56393655085528da07c1 0.00 MB 1 0
25,271 25,271 000000000bfe0dad7b9307b61912c8a53e064e02572456331b291f7f3d424376 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,294.71 GB sent, 122.59 GB received

Notes

  • This page updates every 5 seconds.
  • 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.