Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,114 transactions (0.38 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
911,697 000000000000000000022b910000000000000000000000000000000000000000 0.37 vMB 1,100 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,696 (870,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,918 40,918 0000000004d35582ce8fe22c242c16835ee73e65d84e7b689386dfd36a1bb7fb 0.00 MB 1 0
40,917 40,917 000000001a85a200c22dd11c4dec8250aeb64013d78bb6a75488c4ecd5614c45 0.00 MB 1 0
40,916 40,916 000000002f9920e717e684bc0a9918b873010aa882bd93ade0778a37a7810955 0.00 MB 1 0
40,915 40,915 000000003b3a5bab20a220fceefe279e50aa7f8987e4252be9a62882173004c7 0.00 MB 1 0
40,914 40,914 0000000008f710edd73c80ac6611a75c3f3d9c2e97567b5df3311f1cf42d9847 0.00 MB 1 0
40,913 40,913 00000000490c4001d1fdbd148399a7264e2d0b3942f92dff150940acc0386995 0.00 MB 1 0
40,912 40,912 0000000035ae65bec073a01df5d72aaf33ff093bb37305cd5aa975b23df7df1f 0.00 MB 1 0
40,911 40,911 00000000420ab2fc2333e456cdafe3c0d8f6f3b346b50c9255acb4cb2f16f11b 0.00 MB 1 0
40,910 40,910 000000004759c9746d95a10346d7f1398b2eb32649661ada6fb320c48f15f476 0.00 MB 1 0
40,909 40,909 000000002b624e1dc303687c35366d3d47b5a3187c8f6386958ff0377f6cf70c 0.00 MB 1 0
40,908 40,908 0000000022cc2ceff005bc4a3b8d3de37705bd90d2ad561a4e08c734c88ce0ab 0.00 MB 1 0
40,907 40,907 000000003bd595459f650954532f12743f8fdbbc5b205f855dcba6abb9b364e7 0.00 MB 1 0
40,906 40,906 000000006080b71d8ffd5feff4ee10b5d830aed4210e5ccf5488f68348456526 0.00 MB 1 0
40,905 40,905 0000000008f105f98dbc71f99ed8db7af4397d44a62eb01e94e3d60d759f769b 0.00 MB 1 0
40,904 40,904 0000000035818e9765086d9826a1e37627bf6f048ff73fdb38bd00f329e9e642 0.00 MB 1 0
40,903 40,903 00000000193d60327ffd05ce479778da84ca72a42500ac734fb6b8f793ee563e 0.00 MB 1 0
40,902 40,902 00000000288a143608bd620e735c0109a039ab10b59bc84afc3d1bccea0c4482 0.00 MB 1 0
40,901 40,901 000000002ebc63f4c3d9adc38c22f6474dedb7a647a317324d10ae5dffcf0730 0.00 MB 1 0
40,900 40,900 000000003008f2ff1c11ddbb84a5e3f237411f41ffae1666bf3855cdc3d13e0d 0.00 MB 1 0
40,899 40,899 0000000026bd2d1fe307505fd69e5b78b113b909dd159ac7938b0e01ab22dace 0.00 MB 1 0
40,898 40,898 000000003c3e1926d1496244ed8bb03fe5528dad3b94f36435ed5e0061716a3c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.53 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,425.70 GB sent, 131.27 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.