Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

402 transactions (0.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,260 000000000000000000022cb30000000000000000000000000000000000000000 0.18 vMB 386 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,259 (883,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,793 26,793 000000004289d0adf42a7323ea14308400cc50aa5d8f90abc7f25de0218efed4 0.00 MB 1 0
26,792 26,792 00000000047b9dae9bd356b68488aefe4f4b6a386790b60b7297d36f436bd2bf 0.00 MB 1 0
26,791 26,791 000000009e579907d385bbe3c27db7b7ffcd8d22d3779a8ad889697ab68b31da 0.00 MB 1 0
26,790 26,790 00000000ffb6c4107cbfe90cd60e610de37bcba3ae63a4320d9df3dd904b0001 0.00 MB 1 0
26,789 26,789 000000000b8a8a6a5cdb3643ee69ef4144792430347377aca029cb0a27e8a955 0.00 MB 1 0
26,788 26,788 00000000ee00c0ccd586ee254b80e6c41af89c62243205a6d1f62e6a8f2fc444 0.00 MB 1 0
26,787 26,787 00000000b5f1884c2197b660590f1ed426a6a3b2c6575c37ffe5a189e6d4ddf1 0.00 MB 1 0
26,786 26,786 000000001478251a29d0ca13222fa957690fe07de5eb2817111a9fd1552f54df 0.00 MB 1 0
26,785 26,785 0000000092bfd471d118a628235fc6694fe37c42d11af249a126835d6993c631 0.00 MB 1 0
26,784 26,784 000000004de574ab3b06a59810be36779d77fa1d61932ac1eed9d6aa9c430638 0.00 MB 1 0
26,783 26,783 00000000e4baa20f8cca74b12a1a8cf354a2db915d43784dd467fe7cd90aed78 0.00 MB 1 0
26,782 26,782 00000000ada67c4c51ed09c82c467ca80cea559303d1ec3aeba98bada94249e7 0.00 MB 1 0
26,781 26,781 00000000b8f03e2b416a3996d75926e51b8dc97c52a7746b9a1a22e642b3e7c2 0.00 MB 1 0
26,780 26,780 000000005e3a3ec7c10223d2ba6b56da0cd85e261c95d8467fd2f6be64a30c11 0.00 MB 1 0
26,779 26,779 0000000062bccb90a39ea1966f05fd5403d62feef9041eb511b703477820ff25 0.00 MB 1 0
26,778 26,778 00000000033f6df3e8eba8a34a508e2f2bd75bb32ee914ad44857184c1bec44a 0.00 MB 1 0
26,777 26,777 000000007ee95f5ec45833994254bb8a2cfce08dc223eaced7e022f57ab9a4de 0.00 MB 1 0
26,776 26,776 00000000267ce3b685666869c0c479ade6b3d92b8f42e96047a5bb874932941b 0.00 MB 1 0
26,775 26,775 00000000f4608d236d443d554f3b0e42e8d46ffd562b877f8c8376f7a00e2598 0.00 MB 1 0
26,774 26,774 0000000042873fb87b54ae37ae8f2796788eb77efe30edbd3227b9daa230e7c2 0.00 MB 1 0
26,773 26,773 00000000d645ccec3fce4b5fd40def5e4fccb25678bb6b0daacc4aed5e110090 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.88 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,220.63 GB sent, 117.97 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.