Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,573 transactions (0.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,148 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 1,557 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,147 (887,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,807 22,807 000000008b082e248df2b4f6025de2b4cd4af4143d8174cfeba1ef2e32a02c87 0.00 MB 1 0
22,806 22,806 00000000353560bc4ef9b73eb42186fab4e2fe4853e53def76962c0a10f85c2a 0.00 MB 1 0
22,805 22,805 000000006a9f9f59f3f0260de5a08a8929e440ea88fd455486b20474a74bbcd2 0.00 MB 1 0
22,804 22,804 000000008661197bcddf4a978429ea31d4f2cb5bd24d9c00611dff6dba68838a 0.00 MB 1 0
22,803 22,803 00000000d9fb2358d3b9dc1407e9ddf41786b9253dc5e48f700eac1ee2a10a07 0.00 MB 1 0
22,802 22,802 00000000c70e02ddd1871d751e47bd573f2ae508ce63a4bbc5911be7a15583c9 0.00 MB 1 0
22,801 22,801 00000000f285ad1ed5631d50bc0923805bef9f199846d4612c47a4a9673422df 0.00 MB 1 0
22,800 22,800 00000000c57e7a0789ab7dfe15d6c9b7ffb668695df5a3574cb2773691da0bd0 0.00 MB 1 0
22,799 22,799 00000000d9a233e097c752ed4d5c2a39c03f85d5582c6164624cea614d83ff79 0.00 MB 1 0
22,798 22,798 00000000f25ebe619c2207cb50824dc8133ef4eace0183f7c9dc7250d949ff30 0.00 MB 1 0
22,797 22,797 0000000025cef525336aa6d201d84fd0ddf0110c44f5a768c5c542f60fbb770a 0.00 MB 1 0
22,796 22,796 00000000a59e503d14e7d46e9f033a5f331c08c63dec51e2288880b66b56e8ff 0.00 MB 1 0
22,795 22,795 000000006c2b09074887e40445130c1ec21ecdc2c6ea8fbef424caad6c40b8e8 0.00 MB 1 0
22,794 22,794 0000000044df2b6eebd36508082c0bb6ec00c96222d4c8ccce67eba85f1dc823 0.00 MB 1 0
22,793 22,793 00000000835ed8cb90d23bdb6c144e18ea0365e1f3c711bc777e66d95ed5b532 0.00 MB 1 0
22,792 22,792 00000000da736efecf64c134fa5869e69358c9a252b73a0d03ad5f871339dace 0.00 MB 1 0
22,791 22,791 00000000c8439fec3af1bdfd20d0c41c2c8a46c624a97b773a77e86b01cddbfc 0.00 MB 1 0
22,790 22,790 000000002afcaf0e0d78e698e71c26fdd5f87b7703c18ed48e27ab133dc3d4bb 0.00 MB 1 0
22,789 22,789 0000000081a33fec1ece434279ddc7c59a00c7a4ec2f08db452bade37d50be75 0.00 MB 1 0
22,788 22,788 00000000c39a6c70e1d37b384fdf05c4bf2501b6060c238a0d9cae4b827e9ef4 0.00 MB 1 0
22,787 22,787 00000000a9ef5847fa27a974365ac38f799b97efdebf07053cb26e5c900a6fdd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.66 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,193.30 GB sent, 116.81 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.