Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,405 transactions (0.48 vMB)

Priority:

  • 1 sats/vbyte = (3 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,270 000000000000000000022cb30000000000000000000000000000000000000000 0.47 vMB 1,399 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,269 (824,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,804 85,804 00000000000147268385a231019373f1afa4bcc28359141f6bd227e2923dcfab 0.00 MB 2 0
85,803 85,803 0000000000199e37e3a229eb250b3705c57c2b2b1fecbbf82ab6933bb929e21b 0.00 MB 1 0
85,802 85,802 000000000007901216a49a5cee80a3428ca2b06e99dc93debc1848fd1826cf44 0.00 MB 3 0
85,801 85,801 00000000000a7a6b5855eeff0653b9e88d78aad2fe9e20dcadb04f512bc886ae 0.00 MB 1 0
85,800 85,800 00000000001448d3d310c2f6b805b653262faf6fb1412aacb63a11e8da3ad42e 0.00 MB 5 0
85,799 85,799 000000000029b1d9dec81536a09609dd634f4bd4424b97814c4cb6a69d0134ea 0.00 MB 1 0
85,798 85,798 00000000000ccb1e1f913130d122926709a539eff1fcee4790dd3565843f44a9 0.00 MB 1 0
85,797 85,797 0000000000164e1a4147e6869abef1e985be01e4e6efed5c0457ebecbebf568a 0.00 MB 1 0
85,796 85,796 000000000000be92afaaa4fde225ebb39c97d84d543cba74b55b22b278909ad5 0.00 MB 3 0
85,795 85,795 00000000001888fd6c8645f36c826f692dd0afdb70ddc22ec844c71e4c468289 0.00 MB 1 0
85,794 85,794 00000000000052c906b712ca06401a9fc46a36cfa34f753267284c4201ec6e75 0.00 MB 1 0
85,793 85,793 00000000000deeca76457d5306272167c113a5393c3a2b3b45bdf2d7082236dc 0.00 MB 5 0
85,792 85,792 0000000000062a50a99669d2a34b0d39120e05b322fc6a4d8d66c24eae1b6a66 0.00 MB 1 0
85,791 85,791 000000000016c96760c017527384547f1b02d5fab777acbd254e8cf2557eb91e 0.00 MB 3 0
85,790 85,790 0000000000239efcc91e44e8d38aeebd029fb96462c09e67f9fabc58fc7813a1 0.00 MB 1 0
85,789 85,789 000000000018d06560e688bec53e56b779fb995831d16bc6f64f77e9ce4d8de7 0.00 MB 2 0
85,788 85,788 00000000000af3949535bd75817ce053475e1c3da52dfd9689d0f2609ecf74a1 0.00 MB 2 0
85,787 85,787 000000000019e501883789b13be277ba433bbb1c0195bc9e869b17536b7b8796 0.00 MB 2 0
85,786 85,786 000000000002ce16813fa24e75517fc7f98594c7503d5a5e8a5c47741a2988bd 0.01 MB 5 0
85,785 85,785 00000000000692082db56424741cc49a05c0a46301e9fb5f946d9e55fd03774a 0.00 MB 1 0
85,784 85,784 000000000006db50c4ca5b24e5d8fc0930024a075ce6265cc9afd3886bc2fd9a 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.90 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,225.01 GB sent, 118.06 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.