Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,497 transactions (1.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,596 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,697 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,595 (853,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,645 55,645 0000000000b896f83263fe47619eb274701abae3cbe101a167bdab11080c5a76 0.00 MB 1 0
55,644 55,644 0000000009943f0159ad003360e72c764c63b6b856b2676e685659940f89b714 0.00 MB 1 0
55,643 55,643 00000000013027809783a9ad0e1a3c4193f8909983456927d12fb091cffebdef 0.00 MB 1 0
55,642 55,642 0000000007d0a0beb6e7597cc07a97ce55d7504ab0765553080fcf704b918e5a 0.00 MB 1 0
55,641 55,641 00000000106927890548575d654f515ba5330372ae35fc839e42230c23b4d87c 0.00 MB 1 0
55,640 55,640 000000000f3491c3cf6a3ee9b6f939cd721844d9112c7f872c47cf8fe0f0f95d 0.00 MB 1 0
55,639 55,639 000000000794289473a1d898070b27bb79b14c6bc2fd8c1268582c59bdf17e2e 0.00 MB 1 0
55,638 55,638 000000000ffcb9e0eb5d755feb0bdc0f82f483a0a12469b20567d698e227cb9e 0.00 MB 1 0
55,637 55,637 0000000012b737e9a30dea2a3e31f4494ef101a9ed4c3767d6718d896e17ee47 0.00 MB 1 0
55,636 55,636 00000000084391a07165c56328ac17f9a45e2dde8f13ca1ae7ef5487b3d50870 0.00 MB 1 0
55,635 55,635 00000000048c9d9818485fffaf791cd8d680c3c5a20617766b4e0ec59c1b2611 0.00 MB 1 0
55,634 55,634 00000000096916d4819e94f9a920c6d20e0ea3d0f138109122dc7bca1f83dd67 0.00 MB 1 0
55,633 55,633 000000000320897bf66972a4ad1cb68fab37b932da0fb7385ae7cacb7615bd70 0.00 MB 1 0
55,632 55,632 00000000026a79fa9535332a0ef850135bc14c36601c51fac4305f5215f3c173 0.01 MB 12 0
55,631 55,631 00000000096e79a837a86b0595e34aeaaadaff5747635b5c8094584c664e2c8d 0.00 MB 1 0
55,630 55,630 000000000458dfa5a0004c7047667765f6a1de924a6b70669d75c20ff1552b59 0.00 MB 1 0
55,629 55,629 000000000ef5f980cf2e22fa99df7820be52b84144d80dd55332097e68dd1354 0.00 MB 1 0
55,628 55,628 000000000c49855b261f909e758f435f5ffe6c666bc309c40f546485723d6892 0.00 MB 1 0
55,627 55,627 00000000067fb7c5f70096946a5e00f35d0953274c59d90029580e226aed1cdf 0.00 MB 1 0
55,626 55,626 0000000007c1dc0b8efc248f94159f877798c48f49ec3f17fd1f07c21add9a55 0.00 MB 1 0
55,625 55,625 000000000b604729dd950eaaf73b9651227141ea7b118f722f88b4866e3c8e2a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.66 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,097.52 GB sent, 111.60 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.