Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

681 transactions (0.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,845 000000000000000000022cb30000000000000000000000000000000000000000 0.19 vMB 658 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,844 (888,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,971 20,971 00000000d4ab0836093668d5434e588fc51dd933d2b51d9bc4f0235dfc371377 0.00 MB 1 0
20,970 20,970 00000000c5af966a9b25bf43fff4bb9f3eb3e380ae6b16c1f8fc832ef992b080 0.00 MB 1 0
20,969 20,969 00000000127bbafb8931e3acda31e67a04dc677165377be42d7c2d19e853a184 0.00 MB 1 0
20,968 20,968 00000000dd65c3aec7c1d2e6c6080935ae6f1a2c0e7142f5e9240a59423d5dcc 0.00 MB 1 0
20,967 20,967 000000005eef9d59456a2602013c4f7703f49cba119ad28f602a715f71ea5b38 0.00 MB 1 0
20,966 20,966 00000000829cd668ebe765003b6668d5c3eaf95531932864ddea3c3d158ccd20 0.00 MB 1 0
20,965 20,965 000000002d0113ccbb014d78b64b6118218732583b42fce9addf574c909d9e9d 0.00 MB 1 0
20,964 20,964 0000000059a02b7a25d39e448aab7a36039f30e0d20e2ea2267d73a2364a2c03 0.00 MB 1 0
20,963 20,963 00000000867c3ab9e72ab245add22fdcef136f2306ce63c6a6607ba43fbd7892 0.00 MB 1 0
20,962 20,962 000000007d8c2708cdd70305343c0387ecb5d762731dbc567baa47759e2a567c 0.00 MB 1 0
20,961 20,961 000000004e39bc615c2e283544eca4fa712e40750ce84cf06c2921fd272b57a9 0.00 MB 1 0
20,960 20,960 0000000028fc113ffb4eb7b73c8ccbb58d447523128395572197201c1c65fca8 0.00 MB 1 0
20,959 20,959 00000000e916fc9790d9501b157d389e472159e2b6bad0c9dc7452d9698c05bb 0.00 MB 1 0
20,958 20,958 000000006eddfd3cb88a6271cb6937bbdae14d622821cbd9fe7cdbaf9c42a59f 0.00 MB 1 0
20,957 20,957 0000000091fdd9fdf0b8742560fc15a5a205312fe8d3260a0f94bc4cf4da1952 0.00 MB 1 0
20,956 20,956 000000008eeb67366dd90a09b39f19b335fed831581077e5eb242e382dabcfe5 0.00 MB 1 0
20,955 20,955 00000000272735a8eeb5ea7daa07489cfc69479d4a4c92930fd0e058824369de 0.00 MB 1 0
20,954 20,954 00000000193f917292800f4a138ca265aaf4a1df83c3049ea58e75ecd32b10ab 0.00 MB 1 0
20,953 20,953 000000000e2587cd3534342ddf04dc83ab4b850036335f227a858c6c95fdebbb 0.00 MB 1 0
20,952 20,952 00000000e2deddacaaa68e82d192c3911cfd391307f668affe95b9f12b5c54d5 0.00 MB 1 0
20,951 20,951 0000000008de3ffbb34759fd92fa0dbbd7bbec415ad053a16313ad4dd7bf4f7a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.11 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,166.67 GB sent, 113.80 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.