Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,182 transactions (3.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,163 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,041 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,162 (819,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
90,450 90,450 0000000000114be1c332afad5417fc18cc916fb79cd4bdd3e1d4d3043fc07de3 0.00 MB 1 0
90,449 90,449 0000000000037e21aad9aca75c128b09e53adbb1fed4f59a98b8205d3d414d97 0.00 MB 1 0
90,448 90,448 00000000000f414d2a9f7da4c16264282cdea405ccc1b85f4126944df7d1685f 0.00 MB 1 0
90,447 90,447 000000000006d31571cc7933d826d234e8ecddfa50fd53c110ec30a0823abcdf 0.00 MB 2 0
90,446 90,446 00000000000de0c9510f49c3a668915487ad2e3a65056fb1d36aa8deba07724c 0.00 MB 1 0
90,445 90,445 000000000013d4598bcfadb70e24498c14a060e191b2ba6ff148144b6d1ab12c 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.69 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.94 GB sent, 117.01 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.