Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,162 transactions (3.24 vMB)

Priority:

  • 1 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,161 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,420 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,160 (831,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,137 79,137 000000000008dfe65c70a78f1dbe91a7ba9bc87cf1661528a606fe8c423e80d8 0.00 MB 1 0
79,136 79,136 00000000002c73fec3ff1daf455f9560727172a83280d10e8c7a60cc74547d1c 0.00 MB 2 0
79,135 79,135 0000000000528a9ead586c3c7206f0bc895b4a5bf70b038b7ebe5aeee7598a94 0.00 MB 2 0
79,134 79,134 00000000004f21e16eaca0861d0e3f61eb5403454e87fca78f91ca8526834e19 0.00 MB 1 0
79,133 79,133 00000000000cdff7652b7a500c5f4043cedc499888277e1a6fa889fd6398843d 0.00 MB 2 0
79,132 79,132 00000000001f99ebe97e3a5a01acc8b74263b57d3bc4ee1f8bbb7f183f84c9fe 0.00 MB 1 0
79,131 79,131 000000000044fcf71df5ff2e310c6a00117b8a825880b122214fad310692a3d2 0.00 MB 1 0
79,130 79,130 00000000000c5d65a18b910e83aedd6be1925a80b9dcd9614f9c1c2df2c118b1 0.00 MB 4 0
79,129 79,129 0000000000351044b3e343b3f0f442a53a149a4c4f122e6da5a825dcf9ae7103 0.00 MB 4 0
79,128 79,128 0000000000246ea705c81a8df4c72c3a6584d10fbf5ab3ca056c6ae36f474c56 0.00 MB 1 0
79,127 79,127 000000000048b939cee53b1a8b903f098adeb680779f89c27a195b47a1b812cf 0.00 MB 1 0
79,126 79,126 000000000049dabde140fae11f8c3a2d0d7789a7cec7887385bd325af6f1847d 0.00 MB 1 0
79,125 79,125 0000000000225a6bd0bda88cb71d4a6d8d67ca0b055c4471c14725e86433a008 0.00 MB 1 0
79,124 79,124 00000000000022fccc348070bb86dc210cc9ce95a3e267bd737c6074e6dfecc8 0.00 MB 1 0
79,123 79,123 000000000025d245795193334ba61874d24847997b052b98c255cc4a8d561602 0.00 MB 4 0
79,122 79,122 00000000000acbd262046877b47be0b5e9366ea2356e976b5c06fa3e5d7331c6 0.00 MB 2 0
79,121 79,121 00000000004be98255755900303b8ea7ed602f4878a4447d0a791ffcb2dc17a4 0.00 MB 1 0
79,120 79,120 00000000002942e24c729170f394068cd9465a1abf2ad4872f42460a0de606af 0.00 MB 2 0
79,119 79,119 00000000003144f0273e826076ac5b0e372e4c262e8de176820be77d0cb1c542 0.00 MB 2 0
79,118 79,118 000000000037adb746d04c6a8e6bd7a25efcf0da88191ca8123052a58c5f9256 0.00 MB 1 0
79,117 79,117 000000000015dbdfbb5487ee9d59889b82d1ba2ca6ce87e1d0854338a457a31b 0.00 MB 1 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.88 GB sent, 116.98 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.