Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

864 transactions (0.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,493 000000000000000000022cb30000000000000000000000000000000000000000 0.36 vMB 853 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,492 (852,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,928 57,928 000000001244c72d743b6c5541bb3587edc97861c80a077f4e18626970ce9c7a 0.00 MB 1 0
57,927 57,927 000000001164e2cb78e6e61972af97664061a5d9ca888270a223019e4ec0f545 0.00 MB 2 0
57,926 57,926 0000000008199a6f608a477f33b19639719bdf9200b327c9044f24206d869728 0.00 MB 1 0
57,925 57,925 0000000010aef95752618af539bfd8882c1f0d26c79b42cad01cd3f74cccfff7 0.00 MB 1 0
57,924 57,924 000000000504a916dd8bcf676018df11e4269aaabf67f7acf22bf02c67e6184f 0.00 MB 1 0
57,923 57,923 0000000009010c8835f3a84c858139eaee52cd6780d1a9fd592666a60af678b0 0.00 MB 1 0
57,922 57,922 00000000058675934fd5bfa838fdf124e59dd6d4da2fdfc08392c298a077a038 0.00 MB 1 0
57,921 57,921 00000000090f8a55f84b562d0049eb03da87a96aa1816b83536261120fcdfed9 0.00 MB 1 0
57,920 57,920 00000000001b0f813131cf2754d96ef3ec33a72a6f3d630b6330964989c7f2e0 0.00 MB 1 0
57,919 57,919 000000000c5daef15bf4ef1321d58a3eb56920578569df73c8f6f7b65a86ba2d 0.00 MB 1 0
57,918 57,918 000000000a5d1b26c842accfe14cbf419eca52a1270c6fdedcf0124e989c5725 0.00 MB 2 0
57,917 57,917 0000000013bd843dccd518fe3295f9e026865096d788b11bdafdd90433d5ccdf 0.00 MB 1 0
57,916 57,916 0000000007e23a44c60acccfc15e952c853cfee2dac00de53980e9566ce7a613 0.00 MB 1 0
57,915 57,915 000000000d50804c59496625b6e5fcc21037ddb7db3d0d18644d060b4ce8b4bd 0.00 MB 1 0
57,914 57,914 0000000011b46500702f8356a314819905c673de978b9729b5969af0073bb7f4 0.00 MB 1 0
57,913 57,913 00000000104f8a05ab5fed7a7f3471be7469657f660331f7eb0ada64a361b86a 0.00 MB 1 0
57,912 57,912 000000000167cd05e5ca677d34c5cbd265341ebce4bd8edce531d6ee42dbbcd5 0.00 MB 1 0
57,911 57,911 0000000008ec67ca18a0d6226ff6a64731f2cca9d2a88b166c8b1c0dd3d2e58c 0.00 MB 1 0
57,910 57,910 000000000ea464f4b65bd52d17cb74c2583a9fb98c78f3ead3f7456f068f64d2 0.00 MB 2 0
57,909 57,909 00000000109c0133bad9bbd7ef0869ca4e3a49e5c08101ff14b65f0aa315a521 0.00 MB 4 0
57,908 57,908 000000000f76f159b5462d12d5dddc16950759336ff5df7d06a583cb1509dfe0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.30 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,244.05 GB sent, 120.04 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.