Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

152 transactions (0.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,148 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 152 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,147 (872,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,981 38,981 0000000057f766da2e0508f0647a16350236e46b8b356b265af0f7afa10e81ce 0.00 MB 1 0
38,980 38,980 0000000067bc411e596365dee3c3d99419b57d9c75663e9d32edb3fb839dce88 0.00 MB 1 0
38,979 38,979 00000000302d1a8ad71b629f8e37c3e912e7f8495b5316587b9400ac68d10915 0.00 MB 1 0
38,978 38,978 000000000aea630206fb1a64ecf8da8aede1474b0eca057e42ec5c4b8699fd11 0.00 MB 2 0
38,977 38,977 00000000333e8645f81df5277854696c112069aa409cbd722e48ed0805973c8f 0.00 MB 1 0
38,976 38,976 000000004e935301b69d8938377e72c5adf7f74db7a2426f6e739266507dd833 0.00 MB 1 0
38,975 38,975 000000002e71645a4b93b7c1073c89e0c7ce524a912d41cfd6894122efce85e4 0.00 MB 1 0
38,974 38,974 0000000051a4963b291835c7d5d759a38ef23ba66b24eb55d05675bb8c1c9c05 0.00 MB 1 0
38,973 38,973 000000006ecb1e2f1e45672a996b033db0a7f4530187a1b0f0aaaed50a27573e 0.00 MB 2 0
38,972 38,972 00000000636832aa228a6f635cb58ac55a9911fb2357f24b01295cfe2f813a52 0.00 MB 1 0
38,971 38,971 000000008284fcedb75d538dd312dc03b44c41bfd8e9736003143452a2d2dedc 0.00 MB 1 0
38,970 38,970 00000000421c64dfe620bdc43f76eda3e3633c95a1530c129a7930e275c802fa 0.00 MB 1 0
38,969 38,969 0000000004ec9f44f2e182a2afee85bd7958c4812320aeef8e979a42e5ef8802 0.00 MB 1 0
38,968 38,968 000000005d72ab50c6d489b9997a5f29ffa4eac25b236b74050cb3c89ca8531a 0.00 MB 1 0
38,967 38,967 000000006efb23f1b35750d82fbc0600c9cda2e40c69bf0f0ead6c8c57f9eaf0 0.00 MB 1 0
38,966 38,966 0000000010e7f6cc446c5a80b25757f1861c2240b66e3c0eedf1da24efdf63d9 0.00 MB 1 0
38,965 38,965 000000004a5bb0a8cfb42326ed8381a0d305ffe4970d1ff5c2afada2df14f833 0.00 MB 1 0
38,964 38,964 0000000086c1811ff2a919365afb06a28206eec8e32329bf0e61e2509f0e086a 0.00 MB 1 0
38,963 38,963 000000001a8f3c756871103725867fe08e7b1f1e899a8eb17d2c5210ee738de2 0.00 MB 1 0
38,962 38,962 0000000038222b1e4dc8ab5970f6734117bf1b419fe4ded7cbbbeb6561f0fb08 0.00 MB 1 0
38,961 38,961 000000005da9ea484b77c7285be9df3ac46bc23330235bf6eef8314ccb03ac73 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.52 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,374.33 GB sent, 126.35 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.