Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,277 transactions (3.63 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,269 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,112 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,268 (856,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,965 52,965 00000000146abbfc538b9616b658386137ace760d76432ada3f265e65a3c9a11 0.00 MB 1 0
52,964 52,964 000000000331c43a673f4a1fe8e155094de92b486b47fbceaa8c291b59e057bb 0.00 MB 4 0
52,963 52,963 000000000d7385eab105f2607489a0cd1de498091123b9934bf890e1dd26be54 0.00 MB 1 0
52,962 52,962 000000000ba0e6e689f019412f5e45df81ec497fdb1d90091ae158e391182292 0.00 MB 1 0
52,961 52,961 000000000996d421e49eccd5418cab579bbca952bc717edf01c46eb8a09352c8 0.00 MB 1 0
52,960 52,960 000000000d2197edb402ff23493b4eee4908e4be913ab05c572eee7db9ae4f44 0.00 MB 1 0
52,959 52,959 0000000002617839113b77b5b0df80859ec40ab61d1db6ca8793fb03868b0024 0.00 MB 1 0
52,958 52,958 000000000cebff16df466fe49d2bfe7905cd5b77a06bd86d1b2919f27699429a 0.00 MB 1 0
52,957 52,957 00000000103a244af5619b71d55bec6350b6b24be848b1f33bede6e6f9ad70cd 0.00 MB 2 0
52,956 52,956 000000000b1a711674518cc2ef84f601d1de0bcf53d1bb007b2e808bcd53e37b 0.00 MB 1 0
52,955 52,955 000000000570cc125a4149a8ad960481db40f91be7896d4bd7cac2b8df3fa1f3 0.00 MB 1 0
52,954 52,954 00000000034a874b993b6f5d90592ce5d1aa9f74d854a9f242de4423a6741953 0.00 MB 1 0
52,953 52,953 0000000005fccccd18ffad1f941fc90d94d4c18034773bceee526df03d0a7ed0 0.00 MB 1 0
52,952 52,952 00000000086c23c19922aa63fd75aa99cd6ac5f1c3804bf2a988554caa156291 0.00 MB 1 0
52,951 52,951 0000000015c1e120a1bc6eaf24c6d9d91af37bf7b5ca86dfecca975da22b20e1 0.00 MB 1 0
52,950 52,950 000000000dc43bfb88d572b7afbb1729b963f7f7baccfccdfffa99a42a36a7e6 0.00 MB 1 0
52,949 52,949 000000000e6101dc2e535c6b7cf558a3b8cf02363a3006f3ea19c8c499d38732 0.00 MB 1 0
52,948 52,948 00000000038d96cf9140c25d514296b44ad5e20e06c5adf89790129e9d266734 0.00 MB 1 0
52,947 52,947 000000000a1e5a475b83817ac9f03d20880362a476d89d0d3d47384df1d23f03 0.00 MB 1 0
52,946 52,946 000000000d8dba343b4846bb9255cfb2753bc99b9a287aa5a975e775c4f04cbd 0.00 MB 1 0
52,945 52,945 0000000013c01dd448abd3585487e746193d30994955d112b1b41cb6fac7b812 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.04 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,043.31 GB sent, 108.19 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.