Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,170 transactions (0.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,322 000000000000000000022b910000000000000000000000000000000000000000 ago 0.74 vMB 2,156 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,321 (581,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,231 330,231 000000000000000013c8d731d906a8a98c62f7baefe6d0b1a795dd9113cbfba8 0.09 MB 216 28
330,230 330,230 000000000000000014d316607235880d12cd472522db935cc36105687606a41f 0.21 MB 443 27
330,229 330,229 000000000000000015ae1e1a29abd90ebdaaf0d1569ed3be92e99726660f5aa3 0.11 MB 178 17
330,228 330,228 00000000000000000df7521f767756c18666ebc8471d3acbad48f63b04665448 0.54 MB 582 18
330,227 330,227 00000000000000000e7fde68caf905fdc01389b44636fda9dc55dac424c3418b 0.50 MB 1,094 26
330,226 330,226 000000000000000009790cf4b56b70c660268e91458c1e616e73b6c1c0459cf2 0.25 MB 856 46
330,225 330,225 000000000000000014ac3e6c6298c10b06bec9d9ec8a52e05706293308ad3542 0.02 MB 64 34
330,224 330,224 00000000000000000b4084fc96ce76969083e8386d633aacc54bfac3fe393974 0.04 MB 128 72
330,223 330,223 00000000000000000ef4ef9274f822bbdf5d08a5c07b1e00da37a94e066ae77f 0.72 MB 1,892 32
330,222 330,222 000000000000000004513c7834eba9cda23292898ebadf44e154cf6fb6a5d739 0.46 MB 602 25
330,221 330,221 00000000000000000627139f8635ce84615f61b57ce7b99e14f55449f881cdc1 0.35 MB 553 25
330,220 330,220 0000000000000000187f6bdd31b95a14337f53f1b89499eb761d1144c5613b24 0.00 MB 1 0
330,219 330,219 00000000000000001a958442cbdc053388877e38cb78136df887898832bd4164 0.11 MB 358 34
330,218 330,218 00000000000000000f54351f86dbf2646ba16d7caaa72ec4a44766c9f43383de 0.20 MB 446 25
330,217 330,217 00000000000000000a72ee3fcbdf784e296db3fdf9642dc96d91c6f811ac12c5 0.34 MB 389 19
330,216 330,216 000000000000000016a9e674a016978692dbe8fd465d1ea92bb65408fd1c4057 0.01 MB 16 14
330,215 330,215 000000000000000015b8ab0813d271422871a8357a90119e6a3a876193a2c9b1 0.12 MB 208 23
330,214 330,214 0000000000000000193c54f2ab1e35a7a6f5a1edf9184a46fd31bc8b64952b9d 0.58 MB 999 21
330,213 330,213 00000000000000001140577c2b4a6b10e0fa4cc2cfa906d19a5a60a4d5d8291b 0.02 MB 64 66
330,212 330,212 00000000000000000b8ee5828a0a703a4b82b115a56c60bb2f082fa9a1747161 0.15 MB 512 47
330,211 330,211 0000000000000000097e39b8a0c3427d09c629f2dc22f004bc8968e0337c612a 0.03 MB 66 26
Previous 10 blocks ↓
Total Size: 775.84 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,399.56 GB sent, 128.02 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.