Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,249 transactions (1.86 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,633 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,346 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,632 (820,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,085 89,085 00000000000cc4a3537cf0f4cf32a1030d62ff88bc7a4e8f5d401fc0f168fce9 0.00 MB 1 0
89,084 89,084 000000000014ecc2d680233fdd107659335928e7380c8924de5487b4d489d655 0.00 MB 1 0
89,083 89,083 000000000014dd283e3ff7279a27ec86e2bfb2204f0e59d18b715df5452ba03c 0.00 MB 1 0
89,082 89,082 00000000000f75246ad323131e1eb1e00fb51b46887a5b27bd82fac8c883a1c1 0.00 MB 1 0
89,081 89,081 000000000002509d973f639492ec7986386cae96ddff56556085e1e21c051b3f 0.00 MB 2 0
89,080 89,080 000000000008058b17077912ae3086fe7ca1ce87633f1cd9a78591c169cfe69a 0.00 MB 3 0
89,079 89,079 000000000005a6343498ffcb15aa86b9bdae141b46842f9cfb7b3a5baf1ebd10 0.00 MB 2 0
89,078 89,078 00000000000145d0c9edc7e4e3a35ce226756dbba785f0fbe8dc94b13c8bd140 0.00 MB 2 0
89,077 89,077 0000000000126d7937854e242bec46650684730a6746ebda6c2153098351c61b 0.00 MB 1 0
89,076 89,076 00000000000e068ed30c715729662c8be26da5b80a0e2b099532fe7353fa35bb 0.00 MB 1 0
89,075 89,075 00000000000d1f186ecbb7dc0fc4c21e13f777e6073f91391fca0b459522dcc8 0.00 MB 2 0
89,074 89,074 0000000000152a1e56fa28f7dba485ed8cf625d09c9d857e8cfcf539d53e9fa5 0.00 MB 4 0
89,073 89,073 00000000001066edcac9a843b59ec0d710455d0e9b3491c81e10a8e1ab8ef643 0.00 MB 3 0
89,072 89,072 000000000007acbe28e6e0f166650e6be377bdda2ccbeadfecee2a6267280ea0 0.00 MB 1 0
89,071 89,071 000000000013a135e7fe29b9225d372796f9bc1a47ae2a9c6fd7bc484c458f80 0.00 MB 1 0
89,070 89,070 0000000000001fcdfbf03472a21c995578e8870bf2de01f9bc52a0e504ead3e3 0.00 MB 5 0
89,069 89,069 000000000012b8cb11c41a25413bfa4f287db30e4a50d404b8d24a9d86437819 0.00 MB 1 0
89,068 89,068 00000000000095bced2d6de3b9dabb1676f831f2f337c6109dd3e1ca3d3fe8be 0.00 MB 1 0
89,067 89,067 0000000000095ea33cd233e998c9f7a60d3e3200f325fadb3544d11859d901bc 0.00 MB 1 0
89,066 89,066 00000000001388b946e711da5edc5d67a419b8387fbcfa33fab227881237efef 0.00 MB 2 0
89,065 89,065 0000000000019b0f23254582ae1b125c0e011aeef6b003e245c5c970a7cd7307 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.73 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,113.29 GB sent, 111.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.