Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,364 transactions (0.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,156 000000000000000000022cb30000000000000000000000000000000000000000 0.34 vMB 1,349 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,155 (819,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,471 90,471 000000000012fda65cd3e956bccc31028a4ba0a2e9ae910b6607fa1593301a16 0.00 MB 1 0
90,470 90,470 0000000000112f1c8aeb91da9c7601f27865df031c7bc78e42dedf7bcb898a25 0.00 MB 2 0
90,469 90,469 00000000000072e45ac3732b7c14422f630c92f10792ec6aa49ee36527183f3c 0.00 MB 3 0
90,468 90,468 00000000000d5617f78c6c18e5913bf56cb385cbbeed5393730be96e9298d452 0.00 MB 4 0
90,467 90,467 000000000011242913c96102d15e5b9876b8a5f7a52857e750fc5a4a49d7c755 0.00 MB 2 0
90,466 90,466 000000000004a5ea0a189793dd46f8262d5a1c4fd00656fe46401e09208744d4 0.00 MB 1 0
90,465 90,465 000000000006840875d364e1689753f5d721a31b5bd73edc6099afe9e8245357 0.00 MB 1 0
90,464 90,464 00000000000eb1461ca6295b926e9f8ba8943a716add205f42c24ecc402363ae 0.00 MB 1 0
90,463 90,463 0000000000024977bec53fe9f75af3abf15e2c210e6c937e3ac93ba011e885ef 0.00 MB 3 0
90,462 90,462 00000000000dc776bd8660a412bc11efc157c26c722dc1446623bd7598fe172f 0.00 MB 2 0
90,461 90,461 00000000000a0cf17f068513036230aa7066b3e771f7cd3a95ba4f8b5e464d6e 0.00 MB 2 0
90,460 90,460 00000000000babd9f3aae01801c4635c14490f155cd2f535a605b07e6bf234a5 0.00 MB 1 0
90,459 90,459 00000000000b1de294e1021237bbe16e1768715eb217e1297541b6531f838edc 0.00 MB 3 0
90,458 90,458 000000000008cf52e4a2bdb12869916998fe66f766791bebd88d853dff4705ca 0.00 MB 1 0
90,457 90,457 00000000000dc23f43737ed12256ad8e800d2a380fcc7cbae3ba1ab027d68ca3 0.00 MB 3 0
90,456 90,456 00000000000ff0ba44b6d29af7af4b948a22c679cf3c74434957c88b22358056 0.00 MB 2 0
90,455 90,455 0000000000123d3c9fc0a1db8bbd181e999382c1a743ff91d8fd4a11bc9d4692 0.00 MB 2 0
90,454 90,454 000000000008c02607ec0f5b579715221efb2b261a2d5c647600cedaf80b207d 0.00 MB 1 0
90,453 90,453 0000000000111223968be0af449e8d0ac3f7cbb544f091bcba411aa1ddd8948d 0.00 MB 2 0
90,452 90,452 000000000014b17f2eb2f65a9144205393e1f8954f6841f44d7634801bb89710 0.00 MB 3 0
90,451 90,451 0000000000043a8dc7d413b699cba56b32513bcb2643e2054c1d92006c398ad8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,193.51 GB sent, 116.88 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.