Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,521 transactions (2.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,361 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,961 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,360 (15,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,047 896,047 00000000000000000002084107ea0b1f299f14a3e26695ffe2c4c0a35901bdc1 1.62 MB 2,782 4
896,046 896,046 00000000000000000000f2b699abea055e301d35f104b0ead0c4a3d4fcee24c6 1.53 MB 2,358 5
896,045 896,045 00000000000000000000d43c0e46deb49ce49769607142b652bf466827ae1632 1.67 MB 826 1
896,044 896,044 000000000000000000020beadd9da202c05b4a39f09c3209bbffc86613ec16e8 1.89 MB 1,265 1
896,043 896,043 000000000000000000022755803623164c4e1ec61d47f4a9c46a84f29b6386ee 1.62 MB 2,549 3
896,042 896,042 00000000000000000001abea512b08b7d97eeeac79dfd0c6ff8d50072799a875 1.87 MB 2,916 1
896,041 896,041 00000000000000000002582882e9e21a3ee50da0a737a519513a5aaa1eb434a0 1.68 MB 3,067 5
896,040 896,040 000000000000000000013ec21b9a9489328ed2ab363470b7642e8d5294bd3c76 1.56 MB 2,870 3
896,039 896,039 00000000000000000000f7815aa8f2e79a0162a3255b0e83cb79fa6405cc8598 1.70 MB 2,018 2
896,038 896,038 0000000000000000000213bdf093b34f53cb87efdfa4a7c6b896ad26fb016667 1.71 MB 3,267 2
896,037 896,037 000000000000000000010c79e45db72f6d7e5cce321f17fbeefffdd6b4849670 2.03 MB 681 1
896,036 896,036 00000000000000000000bdb12227a97c84bd4587905d6b47e4cfcf06dbc6813e 1.67 MB 3,405 2
896,035 896,035 00000000000000000001484d6d05edcc9764de0a9c8b96ee70ad30e25dbc6696 1.41 MB 1,778 3
896,034 896,034 0000000000000000000104d96a349f085d9ad2c2c1a49193cc9c1c6ea1664ea1 1.61 MB 3,024 4
896,033 896,033 0000000000000000000256469056ba66de3dbe2a5d5eea7712082c2a8195a06f 1.91 MB 1,621 1
896,032 896,032 00000000000000000000328b677f84109662edd591ca1a484f20b319caf78b11 1.34 MB 2,011 3
896,031 896,031 000000000000000000013ed5ea427f1b5c660b14ff85b4be9785b517537064bb 1.49 MB 2,742 3
896,030 896,030 000000000000000000010589c8424ee9c4970bf899297bad8f44f7727247f4a2 1.45 MB 1,797 3
896,029 896,029 000000000000000000001fefe8e7023c434b52d4936baf098638bae0c845ac17 1.63 MB 3,066 4
896,028 896,028 0000000000000000000202a597fa25eb1c6dc686bd8ee20cf33b878bcaa46159 1.84 MB 333 1
896,027 896,027 000000000000000000003f1b772602bbd84ae9c419216e58ba5e5c692c8045fd 1.76 MB 1,444 1
Previous 10 blocks ↓
Total Size: 775.91 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,401.53 GB sent, 128.39 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.