Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,169 transactions (2.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,183 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (854,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,616 55,616 00000000121352d4e906b9b4690293a7bd07ec45fb6b79719a1d3ad94c4d8e1c 0.00 MB 1 0
55,615 55,615 0000000010492b7bf122e2d953e0e3e8704ab7366e146ae56c2e3cc7ffb28e3f 0.00 MB 1 0
55,614 55,614 0000000008a80f7aad2a179a0bb9df1411e54120b82b9c07ff56b1cdbc902193 0.00 MB 1 0
55,613 55,613 000000000b7d95037b23e42ebebff3c63a50abd87e8a653a3a2e5660c08686e8 0.00 MB 1 0
55,612 55,612 00000000020825222790c3f913c7c8c659d4a46df737c7bb2a0712d53c6b13c7 0.00 MB 1 0
55,611 55,611 0000000009dbfee0c81f33a4d380544a5788ea50dac27a1de4c5acc6c36908fc 0.00 MB 1 0
55,610 55,610 00000000118c8bb32eb3061825018b1b5f6864280e0fa228f1947a26f4dc9b7c 0.00 MB 1 0
55,609 55,609 000000000b7ae26b840030041f865efa12e4b19bcf1691d01598d21c6ebab5c3 0.00 MB 1 0
55,608 55,608 0000000006ccda3e20335d8d600e17c39130c2f4e1614d83729758a4e3f089f2 0.00 MB 1 0
55,607 55,607 0000000009341cc63e3041404f0aa360ab5f1d61896d07f253fe5976b5117c1e 0.00 MB 1 0
55,606 55,606 00000000114a71cf46b8c21e69b21bd9d372e82c8713da662f202bc0cdeedbc2 0.00 MB 1 0
55,605 55,605 0000000006f175196bd1f2fec4a73f8e5c30ef841bf0d0c46362886521f72ca4 0.00 MB 1 0
55,604 55,604 0000000008e358ebda060617b50f3df4d858eb672ac4dbe8df79c1f3e88efe69 0.00 MB 1 0
55,603 55,603 0000000009eb4ac264d843dc4f24fc2a40ca07f4e788d3a5bcd9a56fe2408147 0.00 MB 1 0
55,602 55,602 000000000ce90f199fbf9f2de5dc763e4d51a43faf724e0c98d7cf253bf39723 0.00 MB 1 0
55,601 55,601 0000000007c50950aa28ebb30aff51242a0dac4639641adf9aafda75524ca7ee 0.00 MB 1 0
55,600 55,600 000000000c9963ab5431ad9f8cea6e6a16bc1676bf1d5f788285efc592503a29 0.00 MB 1 0
55,599 55,599 0000000006490bd275ea1eda1698db85c35fd911f5ed320f5ed5888251602146 0.00 MB 3 0
55,598 55,598 000000000ba19c811d203a7300e7985dd5424fe1c9b30089d1a44339b44bacf0 0.00 MB 1 0
55,597 55,597 0000000004e0c8feb50d86be17d8a3f19ddff0096243a01e9aa416d40433840a 0.00 MB 2 0
55,596 55,596 000000000dc4313eab3063e1450aebb4b476a854a08cbe8e85a1c2ac1376a1af 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,152.76 GB sent, 112.53 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.