Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,519 transactions (1.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,727 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,871 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,726 (893,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,796 16,796 0000000045f0caa20c24a64a6a29d2b25a4b3147871eb13924465ce4e981eadb 0.00 MB 1 0
16,795 16,795 0000000060c6a6ca77ebcb32db14bcac5727a21266d590ddc95d130bb2878ff7 0.00 MB 1 0
16,794 16,794 00000000c6d11f52f617df6ebf7536516dab6fb6c1fdde02110f37f7847f2a0b 0.00 MB 1 0
16,793 16,793 000000005a4a6eab9b348e82849c5ea903f275f4470bb736eedde7cc9239fcfa 0.00 MB 1 0
16,792 16,792 00000000bb1cd77da5fe8b116fb09f8b5fe62e33c51fe5c8acef56a84829a33b 0.00 MB 1 0
16,791 16,791 000000004030284471e3bd5eafd619d149bde6bbf1265e992f3fbe9d1d95bbdb 0.00 MB 1 0
16,790 16,790 000000002a283fa9ab91dcd0105d8d42884554b95eae58e27e04c0de8a3a67a6 0.00 MB 1 0
16,789 16,789 00000000bc6e6e12d9469819a2863c775b91f78221d0a6af8617f87ba2698779 0.00 MB 1 0
16,788 16,788 00000000fa39f4a9cbe252663b4400ec9c5409b275eb6510120905c11eb04f38 0.00 MB 1 0
16,787 16,787 00000000bde8f06c7d5c3d204f81ed93aff030adb1c1f822a558d718890bfd75 0.00 MB 1 0
16,786 16,786 000000008373a00e346ec7fc86b3cf9169eab789f4a4436ca135a502a137099d 0.00 MB 1 0
16,785 16,785 0000000051fc5e2fae782305f7adf6889c823ee5a13ede9f27d7aae091851b05 0.00 MB 1 0
16,784 16,784 00000000d448c20ece7c2b26d056f0ab561347f282b0292c8c1c3228f3672b2a 0.00 MB 1 0
16,783 16,783 00000000383100b508a6d3a65024afb0136351624b0fd950b5532269d48baf27 0.00 MB 1 0
16,782 16,782 0000000014cb53629cf7dfc463318754166d8ae01b913289a39425e148023fac 0.00 MB 1 0
16,781 16,781 000000000a77d69289be8126b5c1b3af147ce578f9552fa9636130293031f089 0.00 MB 1 0
16,780 16,780 00000000b018c76a351b80aa4a6321cb5f6e67c9549a237bfb163afe0ea38d83 0.00 MB 1 0
16,779 16,779 0000000091d8a7990e383e8e5a76b7ca0c22e9e2f9a082738e5437202d717191 0.00 MB 1 0
16,778 16,778 000000000e019c45a2ce8f10f24d4958fee22093a6b9276f66f613fb3e58d6dc 0.00 MB 1 0
16,777 16,777 00000000fe220ea9d878bba3909082fae3dcbdc3bceb690196d98fcb7ca7f222 0.00 MB 1 0
16,776 16,776 0000000085b6cfa9eb71fe54bdf4945771ef96091d8d9dcb56761c7c091161f5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.72 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,292.19 GB sent, 122.24 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.