Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,685 transactions (0.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,327 000000000000000000022b910000000000000000000000000000000000000000 0.48 vMB 1,667 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (146,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
764,925 764,925 00000000000000000002cb60578ed432194c2e920da0849b78b366eeb77b6f90 1.27 MB 2,078 28
764,924 764,924 00000000000000000003a10028edddb0a744dfc2f4f4904cdb9c854a3bd6e0c5 1.28 MB 1,634 22
764,923 764,923 0000000000000000000546957bf847e335b7d50241c9c8f88fe7ac501a2efeee 1.54 MB 2,968 15
764,922 764,922 0000000000000000000446d250145279e10d5f1993a8e31a6c222b64a09297a5 1.57 MB 2,291 12
764,921 764,921 00000000000000000003c2600013e0793bfdc72314aaa2eac9d6f3fc76204417 1.73 MB 2,103 21
764,920 764,920 00000000000000000000b964bc1b39bd9f1e1b1f10e1dc248c08944277b234ee 1.63 MB 2,531 25
764,919 764,919 00000000000000000003340a358d64551c74be2faf0a0a731393b855d3dbc4d6 1.58 MB 2,858 27
764,918 764,918 00000000000000000001dd008d0ee5c948b0c3c9d8c7c56082046b61bffcb051 1.49 MB 2,884 28
764,917 764,917 000000000000000000025e9cb0d162d690433bca961c1c7501609f2677f9274b 1.19 MB 1,282 7
764,916 764,916 00000000000000000002176e5177cecd18c0247db3165ab44351c4b299393ad5 1.29 MB 2,046 24
764,915 764,915 000000000000000000059d085d82cf410971ffa375dc9daac305d6417082a963 0.79 MB 771 2
764,914 764,914 00000000000000000002c69ae60a3fe74b1dafa130e9f266bbbf3e7e4de7f254 1.48 MB 2,686 23
764,913 764,913 00000000000000000006e1fa9d7f0eb0892258d8d8eb3ecaa4150cf0ebecb1e1 0.54 MB 1,023 18
764,912 764,912 0000000000000000000149666ff802bf09f76d5a620e7553ea37208d898943d3 0.73 MB 1,310 16
764,911 764,911 000000000000000000030f633fb9e70f20c86b48bea627ae465f5a7c66f2a1d8 0.91 MB 1,538 17
764,910 764,910 00000000000000000002919df40874e1a1995fb3069acd299a51d7ca30e89dfe 0.83 MB 1,360 15
764,909 764,909 00000000000000000002c7823ea7ce3db692c7daacb253bb9d736eacde58151c 0.95 MB 1,334 15
764,908 764,908 0000000000000000000024c080d40bc7153a771478cdf264170ad1b2d362b9a3 0.94 MB 1,008 6
764,907 764,907 000000000000000000012a21029096161ac0167e34313b5c1916798422ff9db8 1.48 MB 2,512 24
764,906 764,906 00000000000000000006946ed4146fe623a970ccb36d8252a5b51cd9121e016d 1.44 MB 2,442 16
764,905 764,905 00000000000000000006011547113c840a4d07552c9f069f9af7e5517ce780d0 1.57 MB 2,322 18
Previous 10 blocks ↓
Total Size: 775.85 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,399.74 GB sent, 128.06 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.