Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

11,677 transactions (3.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,932 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,708 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,931 (136,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
775,224 775,224 00000000000000000001f4eeb1fa3fd2b1e427c1cfa5ef12a8d6e6c86b30e8b8 2.29 MB 1,951 9
775,223 775,223 00000000000000000000ccc60b8fd37853ba72b0fa6726224edeb0376d8b8b19 2.53 MB 3,009 5
775,222 775,222 00000000000000000002565fac723979c09e8d0eedbfd9340b41d20446fba56c 1.79 MB 4,218 6
775,221 775,221 00000000000000000003baba0178721da02d27c60126eda80aceb02ed1e73f01 2.65 MB 1,408 4
775,220 775,220 00000000000000000005b708c6019e6fe721a46896123125414aaf883af009b3 2.65 MB 541 3
775,219 775,219 00000000000000000004231b9c9727cb374a8695a94c15aaf474bf1de2f9a90e 2.26 MB 2,668 8
775,218 775,218 000000000000000000009ba47041e3ccaf5d202a0e8db19be1579c37f609ffa4 1.33 MB 2,538 20
775,217 775,217 000000000000000000068f73533487792c034d0bb3d59563b7e373f4931fd38d 1.29 MB 1,591 16
775,216 775,216 00000000000000000005e43eea1babe6bfe161377ec9a5dc5eebe1dfc61cdaf0 1.22 MB 1,334 26
775,215 775,215 000000000000000000070618f02f5126475c2a4d7eed5f55cdc67ab077072596 2.33 MB 1,530 5
775,214 775,214 00000000000000000001acfcc36aed34f41f36f4efd3eb957ad98421c9ddad3e 2.83 MB 1,254 3
775,213 775,213 000000000000000000032953e09c2cb45ca53e4ab3abb0f10c7323cdea9af3a5 2.22 MB 1,842 9
775,212 775,212 000000000000000000009047986e2d1b60dd1dffb19f582e325fab24af2c3338 1.96 MB 3,278 13
775,211 775,211 000000000000000000063f51445fa807a7c08f576d1f95b2de4b9cfb57946f2c 2.00 MB 5,096 7
775,210 775,210 00000000000000000001b24d7e7c77710a28d6286485f54a74e3a3f887cbea85 1.75 MB 2,748 11
775,209 775,209 00000000000000000000423d3c57eb71c3d8f69e8693c2725ef2e1ec5a948405 1.54 MB 3,239 15
775,208 775,208 00000000000000000000f65d41250a9014c56c6bf19d2a1e3721c4d1c32e6b82 1.48 MB 2,600 14
775,207 775,207 000000000000000000012a61dec75b655f777bfec6c276296c750d0e544e270a 1.54 MB 2,580 14
775,206 775,206 000000000000000000013274c5ddad012ae7d0e061d52b104ee17175c99d7d49 1.41 MB 3,010 19
775,205 775,205 00000000000000000002bdf813ef4453efd52d07100f8a32d0c8a95498b1d8b1 1.49 MB 3,503 25
775,204 775,204 000000000000000000070cd64d0c6a7572e1533a1f02be8bbfe954c3d0b884dc 1.52 MB 2,857 14
Previous 10 blocks ↓
Total Size: 776.96 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,492.72 GB sent, 133.29 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.