Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,182 transactions (0.76 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,646 000000000000000000022cb30000000000000000000000000000000000000000 0.76 vMB 2,173 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,645 (882,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,624 28,624 000000005c71bf0cc24cbc24e767966635ec5bdb391be293ef8e1a09ba7ca866 0.00 MB 1 0
28,623 28,623 00000000c8632659f6ffb9fd9df7241ad5354cc49fdb6fe4d737631da2a44939 0.00 MB 1 0
28,622 28,622 00000000689c88da2f9a5ba0ef33069615021a37fc056b46c1710a5c5ac5f241 0.00 MB 1 0
28,621 28,621 000000008033f86dddb61d5993cea89a30f1913e543914d8017db6091d46cab3 0.00 MB 1 0
28,620 28,620 000000008f2ab9aa0d9f569f8c8787fdfde6273d5f425b3238f055200aa4f42d 0.00 MB 1 0
28,619 28,619 00000000482b69e86149375c30d691b0eab6f2eb80af3cd62b19e0f59c49f4f1 0.00 MB 1 0
28,618 28,618 000000006b402b6b3352ff6588d4912c710f0538717460597b5d745f3718b64d 0.00 MB 1 0
28,617 28,617 00000000c834be64a518aa86f7fe43d31ea0d2b4fa73d0d009ccd91d1fec293f 0.00 MB 1 0
28,616 28,616 0000000012890fd192214a055c48d3abd84c8e21efcab77d80c2578fef2d4dd8 0.00 MB 1 0
28,615 28,615 000000004c308775b9d95143fb98513f85bc2af99156558aa9dc4484b53a6253 0.00 MB 1 0
28,614 28,614 00000000ffe5255e229781dd72b1626c4df90e77390d38f6337ce949bc3ff300 0.00 MB 1 0
28,613 28,613 000000009261447235484212354b9306532389819b7d26538eaa3f922cf8535c 0.00 MB 1 0
28,612 28,612 000000005e1304fb8b82f243ee7c05cfe3a5515fa740c546fc4406cba6e8bc7f 0.00 MB 1 0
28,611 28,611 00000000d825d6c9909f24c34efe0d73d766a597877cd3dbf51aa7af6cf8b6f3 0.00 MB 1 0
28,610 28,610 0000000099e42d2610bde471f80267d6e3393f8b653a45c3cb409ae870d4cdb1 0.00 MB 1 0
28,609 28,609 000000004b163c55c375213d53647f16d89fc6918b60afeaedc5bef848f813b5 0.00 MB 1 0
28,608 28,608 00000000bdd194f5a0eac29b594e4084eadd336815af8220e0980c93bd7f5c8c 0.00 MB 1 0
28,607 28,607 00000000fec58827f02407d1838d0bed9c1ac66a2d7bd1b4fdc813b3e1f0411d 0.00 MB 1 0
28,606 28,606 00000000b74097bf5421717351f2ffe6400bc20ed5c789e64bd21668bf438b46 0.00 MB 1 0
28,605 28,605 000000007daaa13e1d5d85f42c9b96444669598b7f58b15cea1845d0a63c9f45 0.00 MB 1 0
28,604 28,604 0000000093ec6886d41630bd1364c63529455e9d0525326627eea555dd4b7bf8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.57 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,279.61 GB sent, 121.44 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.