Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

159 transactions (0.05 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,608 000000000000000000022cb30000000000000000000000000000000000000000 0.05 vMB 158 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,607 (834,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,876 74,876 000000000048ad721bf89d15bb12fbe15b3eccff3d41c0245faf0558e5b18cc6 0.00 MB 3 0
74,875 74,875 000000000067ad8455d344b78a79ab5f76a45bef5299d7fce889f445eb170f84 0.00 MB 8 0
74,874 74,874 0000000000356335ee644b3290075d5403c1972a3d69b140ddbebd3df3c115a9 0.00 MB 2 0
74,873 74,873 00000000005d546f62f70891be864f0f6b18b305f78948e67a4d69aa96cfb548 0.00 MB 8 0
74,872 74,872 00000000000b90dcfbeb39bdd04f7e9c73581ca8d9ae641629f1d7de0b30335e 0.00 MB 1 0
74,871 74,871 00000000000fa2045577be55c233caccdb57ae6d4101c8beb832e3d7796d5870 0.00 MB 2 0
74,870 74,870 000000000020729b4e5ed8bf1e60136f51019bdd76b2225271e6793c9cd63e55 0.00 MB 1 0
74,869 74,869 000000000057e31ff6b3c52a54a47e901f0db89587c9f28674d1e72511999436 0.00 MB 3 0
74,868 74,868 000000000017029849e3505784da007bb64543c7624e15fbe6b0b055e4e59218 0.00 MB 1 0
74,867 74,867 000000000068821d9c4bd2d9e69b95ec2a55da06ab54e83cc4b09cb97a98791d 0.00 MB 1 0
74,866 74,866 000000000033da5211e2af4c5d473049085c48e65d18469b85d73a6c4fa645b4 0.00 MB 1 0
74,865 74,865 0000000000205f1dd742f1d7b1f03e23b63b5dc7c1c7e4b8f8a60e8690d358b5 0.00 MB 5 0
74,864 74,864 0000000000274ed6348fae0219aae4dabc363c43d0900125dfc03d4824680166 0.00 MB 1 0
74,863 74,863 00000000001cc8ae28150816bf51060fa8f4e922854e2fef2c017ad945e074e0 0.00 MB 3 0
74,862 74,862 00000000003cef58ed93ef8b365aeef356bdbd57acf09f9aeb9b046ea5205e02 0.00 MB 1 0
74,861 74,861 0000000000343981280aefabd89bf30f73cf25d4d880519c30abac721c5a14d2 0.00 MB 1 0
74,860 74,860 00000000003f9e3a85880acab845bd59e0ef58ddf6b72a23e096f3e64e5b5c91 0.00 MB 5 0
74,859 74,859 0000000000314519a1bf2d031880487d026dfdd9d3efb62625784741b9a69307 0.00 MB 2 0
74,858 74,858 00000000006e54f01255a75ecbfed3500487738292efb1504687312f76176a46 0.00 MB 2 0
74,857 74,857 000000000039c40f8c5e578dfbcbd4cbdabdf43890b126d548dbe3ff90423e8c 0.00 MB 4 0
74,856 74,856 00000000007d05b2d11e1b920deee1afb44f00b2e637fa06ec95a07c0f2920a1 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.68 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,100.43 GB sent, 111.70 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.