Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,449 transactions (0.51 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
910,476 000000000000000000022cb30000000000000000000000000000000000000000 0.51 vMB 1,437 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,475 (885,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,181 25,181 00000000e971352065d32a9f41da434a847bd84f2df8ca35fd04569fcf671831 0.00 MB 1 0
25,180 25,180 00000000805b35fafc552942e3dcd76f84f77da93216c2fed6ec6fb1380ccee9 0.00 MB 1 0
25,179 25,179 00000000e950cedc806e56e5bbde345051043c7224abe1bb9f2535d67466e372 0.00 MB 1 0
25,178 25,178 00000000d15dcf1d60c5a5f21c7465ce2449483af32bc105162d2a00770c17f8 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.27 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,242.68 GB sent, 119.88 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.