Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,166 transactions (3.25 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 (870,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,090 40,090 0000000078d8fe86b1c76b5fe0d419cfd179f941298e2bd13637d4fbd2c0ce7c 0.00 MB 1 0
40,089 40,089 000000005bc2cde938219740a8d4c058e583ac09764b99aef84e7748acb95ea8 0.00 MB 1 0
40,088 40,088 000000004eebb652a3525689b8fac5409dec3025cc5dc6e2065a97445b3d71ea 0.00 MB 1 0
40,087 40,087 0000000054db75869b5d1c0518c8aa8e3ef132c0756464a1469c5e12048958b4 0.00 MB 1 0
40,086 40,086 0000000010465ba010ff8ecffbf85b8a41a98bd5da1024a0fd688afe0a5e7492 0.00 MB 1 0
40,085 40,085 000000006ad0897b9ec2c461fb43127a901d788acb9c523b599cf551a1d73b7f 0.00 MB 1 0
40,084 40,084 000000006b1c7278e129a588883de4f20adbef225a7f28bad6c3a7af7f2ede1e 0.00 MB 1 0
40,083 40,083 000000002d812f52965fa724f5e36b4bae8f92a41171c2836412c2d1f4994514 0.00 MB 1 0
40,082 40,082 000000000d52dda9fb4f374913aafa902803ed29e307521f1813665aeb3bcae1 0.00 MB 1 0
40,081 40,081 00000000116bdb39aeec375600b36d85758593fb1bc6a942e28df408c6c96eca 0.00 MB 1 0
40,080 40,080 00000000421bdf2c62dd52617c0b30daba81a603d2e04aa82e299ebfe2a889f2 0.00 MB 1 0
40,079 40,079 000000008630914b2f3fa68fa948355272ed0d12c02fe72bf6c915a0da94f155 0.00 MB 1 0
40,078 40,078 000000002e9a1862dadb1c38d9cd34b22c3b79997766090171b20736a9b29a3e 0.00 MB 1 0
40,077 40,077 0000000051418c6cdcd56b926c4f7cfc5d455dfffd17bbc2f71c877405cf7818 0.00 MB 1 0
40,076 40,076 000000002766e4791bc916a1294af725686cb470de99a361aed3bd0c283adda2 0.00 MB 1 0
40,075 40,075 000000008144760242acbe023604694ed144d743173cd593ae03e445b4052aab 0.00 MB 1 0
40,074 40,074 00000000625172d01a9029a16c9efcab657752f68b005d98380e4f222a0ed489 0.00 MB 1 0
40,073 40,073 000000004e9d480f877f5fb73146fe6908a4316f6b4e05b9186c38595ae85c81 0.00 MB 1 0
40,072 40,072 00000000164c3b6adfaa8c9ae5de1e92893a0a994d0156621d11cdca1680c8be 0.00 MB 1 0
40,071 40,071 000000005698dcdd578f84edd428c6c2ce746fc96e1712b25383d8e664c62db5 0.00 MB 1 0
40,070 40,070 000000000564afae2d9be6c5651429e0a437569fd661def33d84410ed45a8773 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.