Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,062 transactions (0.86 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,621 000000000000000000022b910000000000000000000000000000000000000000 ago 0.84 vMB 3,049 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,620 (535,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
375,652 375,652 000000000000000011e3c16d1766612c8a7588638346ea1ce5de849bf5aa7260 0.23 MB 396 28
375,651 375,651 00000000000000000f0bdd0992cb9f367e8ed0a944b82cdfd7d3ee74132ec62c 0.88 MB 1,382 28
375,650 375,650 0000000000000000060dae0c2572c3df9625c5405bc529de3e627c0384d5b5c1 0.32 MB 442 27
375,649 375,649 00000000000000000b5392a93a22142b2d6003b042d2b8caef29081f3ea8c7aa 1.00 MB 1,985 38
375,648 375,648 00000000000000001280ac4b8a9da7a397a8ef5c742ef5cc4c0258b932709e6b 1.00 MB 2,301 46
375,647 375,647 0000000000000000075691b844a39f0f6d1534a38649ed1766fe69403b8e72fa 0.68 MB 1,300 34
375,646 375,646 000000000000000011d755906e82f7c67a767d41dbd1bde081c37a6599e34905 0.07 MB 115 14
375,645 375,645 000000000000000000451ac55628e532028c672bd272b0b4655cb711758a2e16 0.78 MB 1,388 33
375,644 375,644 000000000000000004a2db1d29443c73a1f1de454df135b239813e46f59f30e7 0.17 MB 350 32
375,643 375,643 000000000000000012151341c9eec15a1fc2060a636a6369f6e992ee7935090d 0.31 MB 568 32
375,642 375,642 00000000000000000cbc40b168f0301b35367bee9760dc718e2e58fc9ef44ae2 0.38 MB 718 34
375,641 375,641 000000000000000003e44426ad0e62d95b6316ebe320fd9322595d834dd2248e 0.23 MB 435 29
375,640 375,640 00000000000000000fda30442609541ab5fb07ac5a88fc7ef76fce97c5bd87f7 0.17 MB 216 23
375,639 375,639 0000000000000000116b3a09e88ef6d27f215c0be2c784a057fdb543c02dd891 0.53 MB 1,153 38
375,638 375,638 0000000000000000087f99012ad203de74a931b6c7e8e369f1de168d2b7faf2b 0.27 MB 425 32
375,637 375,637 000000000000000004158045d13b25508a7d3778a5cbb6e445abee3f67ec0cd4 0.86 MB 1,695 36
375,636 375,636 0000000000000000122033111a819a2652761bd75b228b8190e7e5aa6a2a2987 0.29 MB 422 29
375,635 375,635 0000000000000000052bafa746eb4ad8dcb83537e273065dbd8aa0336fabaf43 0.38 MB 146 12
375,634 375,634 000000000000000005ec6aa2cb31a7139d7b76786b85e4ebaf31da7f94ac6080 0.39 MB 647 34
375,633 375,633 0000000000000000044be941942076ef8feae6c25c9bc6ffd5f3beebaf30ae19 0.67 MB 1,041 27
375,632 375,632 00000000000000000817a7486fa60d88c7560eec4a5eed194a3e3aa5e461dd00 0.20 MB 234 21
Previous 10 blocks ↓
Total Size: 776.38 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,421.37 GB sent, 130.54 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.