Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,393 transactions (2.79 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,298 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,757 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,297 (872,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,929 38,929 0000000007f02b09f3aa5abfd68ed3c06c6f3166a0745c114114a53fe2d1d276 0.00 MB 2 0
38,928 38,928 000000000703f715894614e9cbbb4d57bcbc3275fc66187237fe8f8af043a2e6 0.00 MB 1 0
38,927 38,927 0000000075274f9d642837b583be2031449c07e8ab565048fe610dac609d0d89 0.00 MB 1 0
38,926 38,926 000000008808d36974dd7b89a2ca2ec58cfa1321d9a22629a4ef44b9058304ff 0.00 MB 1 0
38,925 38,925 000000006cc7292825709559c68f29b64504cf13b292d5b93e5b6ca273040d47 0.00 MB 1 0
38,924 38,924 00000000426b81c1bc6766b1ac355d4a5dd0524ce044793dd24fd0b8465af36d 0.00 MB 1 0
38,923 38,923 000000004e5daf9f4f16b7b0247d2554feed977fefc80179bbb25a7341e46262 0.00 MB 1 0
38,922 38,922 000000001a585a607a2eb9aae1276eaefced70807647c9739c014ed87e49b5e5 0.00 MB 1 0
38,921 38,921 000000005309844f0ada2fdb8b76c4197610f045630a27a9226e6655c1d645a0 0.00 MB 1 0
38,920 38,920 000000000bcfb6182941c842a8c09050e5709fc6cb29949a4c0cebcbae9a03ee 0.00 MB 1 0
38,919 38,919 000000003738e059ace4d334ff3bd68afe87a4e1205b68dac094b39eac3f868e 0.00 MB 1 0
38,918 38,918 0000000030127b15679d409454f0e94c81986ed233640144298f94efe637f55a 0.00 MB 1 0
38,917 38,917 000000000c032012555b50b756b131ea5d5941eb16e98da1d15bb3f6821d8518 0.00 MB 1 0
38,916 38,916 0000000026254a3dbc75fd34977d2a51ec73e635554c93cdf6c0efbc73242fcc 0.00 MB 1 0
38,915 38,915 000000008bb8dc2d24796bc6f7474ec527e50a1d253293d6d1f4eb4dc49871d9 0.00 MB 1 0
38,914 38,914 000000008c07e2a89cd3a51db0df3810d007d8e2f2166191badb442e7209ec3f 0.00 MB 1 0
38,913 38,913 0000000078fafa738569d96ea549652f6fd70afe80da13679cbc91848ee749f4 0.00 MB 1 0
38,912 38,912 000000006767918f10667426aae8a740c4075f942d8c9b0764ca5899c9997233 0.00 MB 1 0
38,911 38,911 00000000476a18628a40605c79f515f675d68076603bc07c83564de306cf08f0 0.00 MB 1 0
38,910 38,910 0000000072367d727ceccea9d10c28561285acf8d3e3a295bab79bb25d3e7424 0.00 MB 1 0
38,909 38,909 000000002e1e879c1104b9cec7b42f7d197fd93a4e470c98eef1150098037706 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.79 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,398.66 GB sent, 127.83 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.