Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,669 transactions (1.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,068 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,481 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,067 (564,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
346,708 346,708 000000000000000010bb4fdb659e679f19be9d281e11796ec69c1bdd3eb8d659 0.17 MB 268 19
346,707 346,707 0000000000000000163e8364cad664061dce36397e0b5c78eb32de1d24f4efce 0.36 MB 466 17
346,706 346,706 00000000000000000abcb0865781a4db0b01baafe339a5652384d8ebb1caf059 0.75 MB 1,316 23
346,705 346,705 0000000000000000170fbb8c836781904c7e2dfa916190605c48da708623849b 0.29 MB 485 19
346,704 346,704 000000000000000008a77a4cb799033e05189882c5cf3253836bea155bbf01f8 0.09 MB 55 7
346,703 346,703 00000000000000000e324dd9a6a4733c6d5b9479320c9a9dc6e0ff8a8736d962 0.15 MB 240 19
346,702 346,702 0000000000000000097fe47a9467799b5a7c4f316e9f25b72a7eae1895cf307a 0.10 MB 123 16
346,701 346,701 000000000000000015a3ec433e2f72036ade1f58aca68cab605afefc64559ea7 0.22 MB 367 20
346,700 346,700 00000000000000001063848ccb5d843812f08fec8a0d5cc6bbab051c1a0a0d33 0.07 MB 34 4
346,699 346,699 00000000000000000382683ae755ba8df757468028e7bb63efe81fbe2c696dd0 0.38 MB 571 21
346,698 346,698 000000000000000010c3d51334a0e77cbbd6c5a843d583d86efeacc6b5a94002 0.75 MB 1,263 23
346,697 346,697 00000000000000000686d65366e1b0cc039cf066badadff6ef0b060db24923d0 0.19 MB 512 34
346,696 346,696 000000000000000009f196e3e75da8f5aa5ee8fa2a2f7b33e6eabab6b54d4ed3 0.10 MB 109 10
346,695 346,695 000000000000000013decdc74e8eba775336a2d18bcad53b9bb74eccb838c8dd 0.39 MB 560 21
346,694 346,694 00000000000000000f767493beea951ca9acb6e0935163d374a552595efe2de2 0.40 MB 611 21
346,693 346,693 000000000000000000fee089cc56666f78530c0f436d0d51d0bec351d249a478 1.00 MB 1,321 21
346,692 346,692 0000000000000000049d6e3260242b60e0bf068f7397143674cd851d85e513cd 0.75 MB 170 11
346,691 346,691 00000000000000000164c72075c84fda8255cae2d0218d18036d3cb3181dac0f 0.75 MB 1,319 24
346,690 346,690 00000000000000000390cf78f01e18e342c3db84c404a0275e25ba258572b9be 0.07 MB 24 4
346,689 346,689 00000000000000000f9750eec37631212f519ae9c1cc50f90871a5139ebb100b 0.19 MB 316 23
346,688 346,688 000000000000000000ae666e76419cc57a69dbacf9feab38e78edd3a6431e10b 0.28 MB 277 11
Previous 10 blocks ↓
Total Size: 775.37 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,367.53 GB sent, 125.63 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.