Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,455 transactions (1.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,978 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,615 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,977 (508,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
403,644 403,644 00000000000000000575c6643f59df6a22c53ac4222b4504ea63da5932bac738 0.99 MB 1,244 26
403,643 403,643 00000000000000000304c8e82a9ad7da94b52cb974f020579b36667999673461 0.93 MB 1,760 40
403,642 403,642 000000000000000004f55dd24f68ba75898472ccf19fa30d25602d955fa4e03a 1.00 MB 1,918 28
403,641 403,641 000000000000000005a10b00da7c58e19ce3d6d2e1b4166b1a25dafacedfd597 1.00 MB 2,219 37
403,640 403,640 0000000000000000015c3047746f8bd60a30e0a70dc31e4059208df69e839057 0.93 MB 2,325 46
403,639 403,639 0000000000000000000524907c87bb708fdb7e1b8e72d76a5b5724201f99344b 0.99 MB 1,887 38
403,638 403,638 00000000000000000007a8a805f185f5530c98a5fc3b8ffb4220a26295b2641b 0.00 MB 1 0
403,637 403,637 0000000000000000069971fa7830ea06f7330808c3f7fd9766355be874834b57 0.93 MB 3,064 74
403,636 403,636 0000000000000000027383a9baa5159f4d56a4db0171988084603dd986140542 0.00 MB 1 0
403,635 403,635 000000000000000000c157d78fbdb034b19a1ff9199a109f3648997f96055219 1.00 MB 3,215 75
403,634 403,634 000000000000000001710c2981bf492a0911ed643b68033ec35322a174d4dc69 1.00 MB 3,093 72
403,633 403,633 000000000000000001be30bd7959fd85f10a5a98aaaafaa4395643355a280014 0.19 MB 416 33
403,632 403,632 00000000000000000278aee921c8f9a771690ebe64db191cc8c97b8aa876b04c 1.00 MB 1,534 25
403,631 403,631 000000000000000000ed8a8f1892e64991864e4d2858e708eca60976ef7f5343 1.00 MB 1,657 21
403,630 403,630 000000000000000005e7d963c6bdfe10f5397e242b02839ee42c28075c29ef24 0.99 MB 2,094 41
403,629 403,629 0000000000000000047b95ccd785ed5e75cd02fc485bb7f869d5fcc83eeca846 0.93 MB 1,608 32
403,628 403,628 000000000000000003765468b1bf425117611f13dea3e144a1ea5584aeace677 0.99 MB 2,789 53
403,627 403,627 0000000000000000066a9cd635107f2aefc5e7ad1b62a8eecd358c67244251b4 0.86 MB 210 11
403,626 403,626 0000000000000000024b39b3795f9fe60e6f11f2d311af8c2d88da2c253912d1 1.00 MB 1,761 33
403,625 403,625 0000000000000000032e6cca5e853ce64d29dd11ee299ae7563b351da4322e9a 1.00 MB 2,025 52
403,624 403,624 000000000000000006602121d3e3dde118047a8937ba13383dc0ae914b7d4c27 1.00 MB 493 17
Previous 10 blocks ↓
Total Size: 777.04 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,500.40 GB sent, 133.66 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.