Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,057 transactions (0.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,377 000000000000000000022cb30000000000000000000000000000000000000000 0.40 vMB 1,056 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,376 (885,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,177 25,177 00000000e8c8bfcd1bc114f0a70526b3358f0acc3ca069ce32d3f1ea27057507 0.00 MB 1 0
25,176 25,176 00000000cef82439d8580bf5b56090d7e4f2ad42654a3b6b1f6cb4110ceb7703 0.00 MB 1 0
25,175 25,175 000000008d6a2d21190507408b0ed18f584911ecc71e967611cc62fca8fbe8d0 0.00 MB 1 0
25,174 25,174 00000000386adb326d2f43b026f2fe7e322cdcbebb6e253c8328c3a5d4934c1c 0.00 MB 1 0
25,173 25,173 0000000050561e3c454735bd8f1bc813097ff68bff3ab005c023fea65062f774 0.00 MB 1 0
25,172 25,172 000000005e6191119b378bf22a7b6c1a123579efdb2d2c6422425b8c481f7bed 0.00 MB 1 0
25,171 25,171 00000000f89203602b85f98d64efea18166dae72b510ab3613b596a3a5c25f46 0.00 MB 1 0
25,170 25,170 00000000cd35852ae86221782864cbcd92bf7db7eb6452ee866129b2f9d3e81a 0.00 MB 1 0
25,169 25,169 000000009df71fd5d6c3c49c236020038d8bed2fefeeabf97fd92df1bfa006ec 0.00 MB 1 0
25,168 25,168 00000000cbdc1ac56a72e993ebe6e7f5a1f7e378832191a6eb3fc995d9d7df50 0.00 MB 1 0
25,167 25,167 00000000b5cb5c4e32e90cfc6e35cdc73943121d353abb9e5944ebbeac55201e 0.00 MB 1 0
25,166 25,166 00000000df8fc40770672f3bcae9345531f028f94b75e8b7c662971aa14022f4 0.00 MB 1 0
25,165 25,165 00000000c7ff1ab91c7feb9edb8f2720b7b1e99aad1e1355a659b07c0f740de8 0.00 MB 1 0
25,164 25,164 00000000c802861257c7cba00aa15b25f1b395b62bdeb9dfe0ab9cb9cbf6c672 0.00 MB 1 0
25,163 25,163 00000000a9decfdb402c81b9706421bee809e2bd28af533912e90aacc5a36312 0.00 MB 1 0
25,162 25,162 00000000b5a38e6bd36b5b5cf9f937c4ae005f59d1e32aa9d473e413fdcac52b 0.00 MB 1 0
25,161 25,161 00000000cdb704e7df270d95b47231843bb29096ed399e49efbe37da3a3c6632 0.00 MB 1 0
25,160 25,160 0000000031f37e356f9911fc27b9f2aff8874c45ab731bcd6c233d4050754be9 0.00 MB 1 0
25,159 25,159 00000000e3e211ab357a67bc79e6382e78746c7969a42f00680354fa261fe826 0.00 MB 1 0
25,158 25,158 000000009198d7261f9ea651c111dbceeaacde4af5fc74cfe3dc5668ca4f550e 0.00 MB 1 0
25,157 25,157 000000005423a6bd8a57d19b6ed2e2c8db4fcbed5bfb8cdf5dcaa78cc3432f37 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.10 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,233.46 GB sent, 119.04 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.