Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

290 transactions (0.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,937 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,936 (824,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
85,783 85,783 00000000001ce12192fe67f5ccbd8e34fcf2a4629115eb813e175d226ec69fbd 0.00 MB 1 0
85,782 85,782 00000000001e78199c2b1e4057c3c874b4d712e42d7752fcb382338311fee372 0.00 MB 7 0
85,781 85,781 00000000001110a1bf505a7ada32bac268598d2430c238a037e9aefe3203524d 0.00 MB 8 0
85,780 85,780 00000000001629dd150004d93b97ca981d7050f4dd1469b67c645902df037dfe 0.00 MB 1 0
85,779 85,779 000000000010be44ec3dfa6267c2010fae4ab23a9cba86138a433906a990263f 0.00 MB 1 0
85,778 85,778 00000000001f84e91aa737424683f993f5507360f46b286e8b8cc6734e2c1dca 0.00 MB 1 0
85,777 85,777 0000000000084572503c4616528728d0b1a04a037de397184ee87c2ae599c050 0.00 MB 1 0
85,776 85,776 000000000004290de7529b96c4f1a3a04e308781ff7a0f4e27b30aa37b950960 0.00 MB 1 0
85,775 85,775 00000000001dbf90782b6774431c19d1b346e3d801fb64409815b26bf7567341 0.00 MB 4 0
85,774 85,774 000000000022c094179513d1e83d7813309e9213869610cfd626f8e9ae8c44c1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.28 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,174.01 GB sent, 114.79 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.