Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,045 transactions (0.82 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,790 000000000000000000022b910000000000000000000000000000000000000000 0.82 vMB 2,045 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,789 (838,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,170 73,170 0000000000580f063c2d6beedcc30ad4cedcb539cc8f589bef901e95dbcbd8f5 0.00 MB 2 0
73,169 73,169 00000000003c4b490d86fb02d19442caaee140993deb80a95ab797e2f1c564e4 0.00 MB 2 0
73,168 73,168 00000000002edfd22d9115ca6492e429f39ec9510d7d362c8623e7601c0a356a 0.00 MB 2 0
73,167 73,167 00000000009b4d49938e37d1bbb84e0306b9c8a7b12fb7c501790a6ab6bb4ca1 0.00 MB 3 0
73,166 73,166 0000000000967024f8143313610d0c81e2d676ee737e532ebdb7b5ec5eb09ab1 0.00 MB 2 0
73,165 73,165 0000000000370312827d4383a93c0639fb84d8444378f5139af00886dab3de91 0.00 MB 1 0
73,164 73,164 0000000000a9d5487753ee61704b938f0220fc6b556364a64046b49b758aa098 0.00 MB 1 0
73,163 73,163 0000000000b3b39735f352854e6af2012ec33957096a51e9b06f866fbe661ff6 0.00 MB 1 0
73,162 73,162 0000000000633d3e4a1fbb708d04a58dc735143fea80711e2250a1362cae7f52 0.00 MB 2 0
73,161 73,161 00000000001bf14fc189b8e934f1396d4e673804022bf6e2a001f2aa48d8946f 0.00 MB 1 0
73,160 73,160 0000000000035faf8d4c3b9ac6688e573fa7101fb5a4a926cc197d727c90acc3 0.00 MB 2 0
73,159 73,159 00000000003b66707dbeb16d2a9ac40d8e669e32b960b14b5b8fb6eaea6449f9 0.00 MB 1 0
73,158 73,158 000000000039d291ad0b3f484184a2616def1968911356e355facc0f4e3c6a05 0.00 MB 1 0
73,157 73,157 000000000015c8f61db03894f6cf578caa6cb6086ff1f4d9a993b1278f52adc7 0.00 MB 1 0
73,156 73,156 00000000004f01b071469a2dadda0b81462bb6917244f86e7a70c8194424c02c 0.00 MB 2 0
73,155 73,155 000000000057d104abcd47565962f1e0a83fb75215727a1b785b99656cdb5076 0.00 MB 1 0
73,154 73,154 0000000000b4c0296955d88f943c57e6ccc24513ba8c9a6d237c14583e41e49f 0.00 MB 1 0
73,153 73,153 00000000005a670564e8bb8fc0c5ff5132df66b7e929f8cf6bcd0e1fec1c3ade 0.00 MB 1 0
73,152 73,152 00000000003e4e58ad48b909f8017163d118b86e50c862290be93edf17d64435 0.00 MB 4 0
73,151 73,151 000000000039ebf2fd4f54acfe5077d29ad867b899878bbabb6277099fc2cd1e 0.00 MB 1 0
73,150 73,150 00000000005ab7bced9269129d6bcaf4802f71bd9ce1db9cef31afb83bded6c9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.70 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,442.69 GB sent, 132.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.