Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,685 transactions (1.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,591 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,530 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,590 (896,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,198 13,198 00000000ecc187a3b29a16e23b002724fb7d1ac27be60cbfb82e659261242509 0.00 MB 1 0
13,197 13,197 0000000085c61b95dc2c69051e6c47feb52311a1fbebd7118ac30f75d7019ea0 0.00 MB 1 0
13,196 13,196 00000000ceeda189431df7a498046e6eda3b3c22200ee023fbff7f50f815f70e 0.00 MB 1 0
13,195 13,195 0000000019c6d6bb1c8263d62276bf3fca9de28a91d0f99e0761dad1ce0bf70e 0.00 MB 1 0
13,194 13,194 00000000ed5d06a594fa792bfb56a92c2695bc009c97cb47f120874262fe5cb3 0.00 MB 1 0
13,193 13,193 0000000098ccc77aa51b1c02c03505e8f69e9b0d988bb3ad11b2c3684b193a0c 0.00 MB 1 0
13,192 13,192 00000000ab9a3a977d65bb57e5a0ea529808ecfafce0dd61db28bceef9436418 0.00 MB 1 0
13,191 13,191 00000000865555298a97570b2e42760e243173aa9582a21a4dafc1c5062b0fb1 0.00 MB 1 0
13,190 13,190 00000000cdc70513210feef454f12f6a37bc92a574326c9360c47bf7a051021f 0.00 MB 1 0
13,189 13,189 00000000140e552ec59266fee51882373f98090761e9c29fa236fbab270e9759 0.00 MB 1 0
13,188 13,188 000000008f6011e32c31867d4ad88ffe659ffd4b6aa293214174ffbee5e79603 0.00 MB 1 0
13,187 13,187 00000000467e3c2533268c82d6a37233f6075b993343fbe9f13413e4affac4bf 0.00 MB 1 0
13,186 13,186 000000003c673bd8180947e07cb082653e5ef609b17275dc42de26ed82aa4c67 0.00 MB 1 0
13,185 13,185 000000009e9a97a44721c3038983ba3d3b78eaa0fb239c62329bdc5199b34cbb 0.00 MB 1 0
13,184 13,184 00000000cc37826c3dc78cdd8d6a8ca2de1d307f516b9f5c3d68cde8bc7ee518 0.00 MB 1 0
13,183 13,183 00000000ee5131419494f77f8c637ded1047460b1b9aeabceac9817d49c5b373 0.00 MB 1 0
13,182 13,182 00000000a8fc2663c8c13a5ad34e3dac9e028dc8d1e2ac0b37942cde4684c965 0.00 MB 1 0
13,181 13,181 00000000e1e27513f04cf66fe0c02024edcbc3f25e84129dae61e4ea8ba2224a 0.00 MB 1 0
13,180 13,180 0000000091901adff0f4d22eb1fbed97cd065eb770aeeb069feffb23f878515c 0.00 MB 1 0
13,179 13,179 00000000ac2b93a3fd6042278b95580ff2263393bd300478276ac2a6ec0144a3 0.00 MB 1 0
13,178 13,178 0000000087f9c4a8a8828c9c93f371ca863b3185863acce234f69a8227b95e8a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.65 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,095.78 GB sent, 111.56 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.