Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,453 transactions (1.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,740 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,777 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,739 (878,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,820 32,820 00000000d05924e47bd2b30ba5216502ec308cabd806be81cfc9a4e5243b93c8 0.00 MB 1 0
32,819 32,819 00000000909224308bfc772981f7781eaae8ddf7a5d4d9fa9fd2b68e73e56db4 0.00 MB 1 0
32,818 32,818 0000000078bb5a4a5844a8259876cbbc8b0ee61e2aa06cbdb0581ae7566dc250 0.00 MB 1 0
32,817 32,817 00000000c0dc5247de2137791cb0e183766b4a404e8f9b2ef3aa57d85b348595 0.00 MB 1 0
32,816 32,816 0000000034f56ea8f5039c30fc6c70093305566419f1252c8a70744c7921266f 0.00 MB 1 0
32,815 32,815 0000000030f4b666d191cbb27a7bb355bae36c729fb447f25ddeed9b7a147ee9 0.00 MB 1 0
32,814 32,814 000000004375c5dacfb46d5d2bd1dfff8a2e9f9c96ccd5fb78d1b42f7510cce7 0.00 MB 1 0
32,813 32,813 00000000a2306413b6a74d64c3841d902eb09d546784d4150045c865c118d5ae 0.00 MB 1 0
32,812 32,812 00000000067d6720427760610a76391019aad3769e075c025739ff7c44bf1d1e 0.00 MB 1 0
32,811 32,811 0000000024e09cb7efe5aae3bf52e94668db3a813c38f6aab032a9aac6b348f1 0.00 MB 1 0
32,810 32,810 000000004a8be8e3d4dd215bc51b64fd7ef1cd5bc6539fdf446965e8cc50ce6d 0.00 MB 1 0
32,809 32,809 00000000672e8628d14fd4289f9943a783a7c51577ec1705987e2b3e5734df7e 0.00 MB 1 0
32,808 32,808 000000009c6ade7ac3e901f5b1bcce5e4266da17775ea2607ca13499ebf6c872 0.00 MB 1 0
32,807 32,807 000000001774104a5b4740c1ffea471710becd21cc3b1286eb1dc71a16a88369 0.00 MB 1 0
32,806 32,806 000000005e4cc07d50c071e01e731e4d4fc6a4de5c8a08fa0f90f1f7d8146c6c 0.00 MB 1 0
32,805 32,805 00000000275abd66c8a5c73cd2b81c70917ee4864146cf849d4532719d1f0a21 0.00 MB 1 0
32,804 32,804 000000005356afb84a283027d27ddd035c88ef3f635a90f8e2c9a45381a40c97 0.00 MB 1 0
32,803 32,803 000000003b8062e9f297b748680fd2711129ec8b8c696d2805bcbcc81b0bc5dd 0.00 MB 1 0
32,802 32,802 0000000004349c9bed2cc032b3431cffeecbfab1832b8e33d95f6f5e837c5f2e 0.00 MB 1 0
32,801 32,801 000000007526922f25c28709899053001a053447da2a90336b3595e837389ee0 0.00 MB 1 0
32,800 32,800 0000000083c73afa07a582549441fcb8f4de7e8c2108b30e105cb5023811bdc9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.60 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,428.07 GB sent, 131.59 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.