Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,154 transactions (0.43 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,851 (838,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,184 73,184 0000000000634c5ef19b9bf02c0d29897d960d6940eb1692ee4a96e3194d0543 0.00 MB 3 0
73,183 73,183 00000000009351839d0cbdd56ad889e68e31c78ceec9109ee6813d95445a24af 0.00 MB 1 0
73,182 73,182 0000000000044de2dffe206ac43a46e6f091b7de4f1eb9ce3b890bff137bcdee 0.00 MB 2 0
73,181 73,181 0000000000410c0ba007bb9e151ff1d93ff83ce388a3c48e846fbc2f0c4d93b9 0.00 MB 1 0
73,180 73,180 0000000000857124b9685a53e9afd2201c0c07278765f27a1ff6e7890b78d0fc 0.00 MB 1 0
73,179 73,179 0000000000434eaf5eb86eb1342d5def56e6f8e03f88f45c910a78118701feb5 0.00 MB 1 0
73,178 73,178 00000000003f897fe9244db2d53a449217fe2e9ffd03fe2f5f8712bf678b017f 0.00 MB 2 0
73,177 73,177 0000000000a0acb72ab24467cb4d6b07d14c4da9c2eeac0a442a6e2bc7bed702 0.00 MB 3 0
73,176 73,176 0000000000abbca000f9c1ca02f190ae8f58c52218a730d2999e2d968f4dfe57 0.00 MB 2 0
73,175 73,175 00000000004c3d6d8962a3bcfc5b5835712e27e53a02653fabcfddabfe73deb0 0.00 MB 1 0
73,174 73,174 00000000002fd97f8e613622fb372373d7dac6f024d7aa3a360eda65b334e0a6 0.00 MB 5 0
73,173 73,173 000000000061a7ee3447feb0a69a3a02590df2685d641481e2e001217cc7be1e 0.00 MB 1 0
73,172 73,172 0000000000370882fef5a22f91349f01dc401564bcce12c5b93e086b9cf52b08 0.00 MB 1 0
73,171 73,171 0000000000b34094734c5a836eca70e7f9dbff4ea6a46cd64f4544dda1d33331 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 776.82 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,469.08 GB sent, 132.61 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.