Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,718 transactions (0.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,767 000000000000000000022b910000000000000000000000000000000000000000 0.43 vMB 1,704 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,766 (160,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
751,164 751,164 000000000000000000007e5a484629c19e2aa70c0d3167f4901adf8cb9abf754 0.15 MB 344 8
751,163 751,163 00000000000000000005b8288434fe6aa6645be87d3ae13e9f6ec96c6a9644ea 0.41 MB 413 11
751,162 751,162 00000000000000000009ce054db05a01d8c81713017ecfa0e15688f49320a60d 0.30 MB 281 4
751,161 751,161 000000000000000000024abf69c6c097cbf3ee538a7fb766e63a2a76d20aadde 0.12 MB 220 10
751,160 751,160 0000000000000000000699c62cf7aa546d54ac75457cdb53319ae4dd5343c950 0.01 MB 23 11
751,159 751,159 000000000000000000046809a1fb0c26aa15864a94f3b9396f0113a13058de1a 0.58 MB 538 5
751,158 751,158 00000000000000000007d8dfc5378955a8cca565ce05436b62783cb181873775 1.62 MB 2,491 6
751,157 751,157 00000000000000000008b43287e0961b025540292b946f9a93b0b45fcccaf8ee 1.46 MB 2,868 13
751,156 751,156 000000000000000000003de53520f1cbe6b68d2e922544c1131e33216bf4a969 1.57 MB 2,686 9
751,155 751,155 000000000000000000004159e528cc6fa783b4641ed3021e09ab486c40d39015 0.55 MB 1,014 8
751,154 751,154 000000000000000000063b354026fc62a6a65f7a1d118e6cb63991ee5bdf9e62 0.59 MB 567 7
751,153 751,153 000000000000000000002768d70854aabbeabdc79443977797cb73c7000e66b8 0.09 MB 62 3
751,152 751,152 0000000000000000000919f31cddd72576515ef802751ef958284664c8f7821b 1.10 MB 646 3
751,151 751,151 0000000000000000000984d36a3323cd224874512930256cebd7929f80043a27 1.18 MB 1,238 9
751,150 751,150 0000000000000000000175d872570e84f4a4ffa8c0b2244fba595b471f9e41d8 0.16 MB 242 9
751,149 751,149 000000000000000000060c37d729e13af56b3476bb4f311477b7ce5551fe95ea 0.03 MB 61 10
751,148 751,148 0000000000000000000565ab2802eaea30273a0d46561e316c91cd86bf9cd55a 0.70 MB 1,381 10
751,147 751,147 0000000000000000000732477254288200c0204125c33af78f7a60561cbadff9 0.23 MB 557 11
751,146 751,146 000000000000000000099d26255a491432cc34ddfbf801f8173e7b00d0200f3d 0.83 MB 768 7
751,145 751,145 000000000000000000050700dbdbf6289822f0e9404effd05e3efccbb9f622c7 1.74 MB 1,889 4
751,144 751,144 0000000000000000000914daf471735ef8e7e21df5a222c12941853fa8ba4fa4 1.44 MB 3,285 15
Previous 10 blocks ↓
Total Size: 776.65 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,431.15 GB sent, 131.82 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.