Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,802 transactions (1.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,197 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,629 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,196 (822,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,642 87,642 00000000001a049386c18a835a4c98e44e49b7b9bb21d88ac874f9d65ac40f8f 0.00 MB 2 0
87,641 87,641 000000000009297e87a145bfa75940e96f2e0514ee17bbf62a4e7ccd20122ab5 0.00 MB 2 0
87,640 87,640 00000000000e4321c69a42a84c66ea386dbde0d54f903b0d526a272033774f27 0.00 MB 1 0
87,639 87,639 000000000014884e7a1d17e307678f73b48edad832a15f12791a52da7a330f48 0.00 MB 1 0
87,638 87,638 00000000000ef6cfd2e4eea26ff6a92de6a780943ed54d9af087fae2f595707c 0.00 MB 1 0
87,637 87,637 00000000000b9123d4fce5211175ebcf70749935227ac8e37a4fc700f6aa4d9a 0.00 MB 4 0
87,636 87,636 000000000005ac042cf0405208bb2bf4a9e9185046e3af71263b5f26475caa6e 0.00 MB 3 0
87,635 87,635 00000000001290d0946937d19aa6f82571a97dafcb115c80de186c59f73ce287 0.00 MB 3 0
87,634 87,634 00000000001de3b8315741ee2dcd3ea2911d0cc5d9fd72c40d7b7e8f18f83638 0.00 MB 2 0
87,633 87,633 00000000001ba69455abe1ae689b5a41c25ed82226fc8e5a076adca9d9e5ecc6 0.00 MB 1 0
87,632 87,632 00000000000277613448ff9d85ead61b4a7f8fcb06d3cef49e8a2274d8a4a0a2 0.00 MB 1 0
87,631 87,631 0000000000120572ae8c27b705734dbeba37dece95a2552a56172ce1ecca26b8 0.00 MB 4 0
87,630 87,630 000000000013fc3e20ab30e0241173770daec3178076077565f0d098c10e24d9 0.00 MB 1 0
87,629 87,629 00000000001739b3fb9684edcc9078247bbb6f8d1d627dfe2d7414ce65a50940 0.00 MB 1 0
87,628 87,628 0000000000086da73de8eb7b93cddec576abec2cc4a558f69d755355025e03d1 0.00 MB 2 0
87,627 87,627 000000000000b4f1f143823f02e18f107fd63fd200d0d2d27c64c5ed905844f9 0.00 MB 1 0
87,626 87,626 00000000001cd46a0a0528f2a2e044ae6633c85dedbe4ed7ad855b8202fd4f2f 0.00 MB 2 0
87,625 87,625 00000000000a0b34cdc594897c49645fad6e73ef44ba83d0a1ac12a3cae9ff0c 0.00 MB 2 0
87,624 87,624 00000000000716515baf1b46af331afc96562ab034bdf70940f8961f56557d5f 0.00 MB 2 0
87,623 87,623 00000000001692f19a7e92017ddb115db9cd77e99b5e9489b3e32610ca30c9ed 0.00 MB 1 0
87,622 87,622 000000000005652f3ccff7303a3e8852f2eab2e536ca509f940b386c48ed4b41 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,195.50 GB sent, 117.36 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.