Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,859 transactions (0.62 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
909,548 000000000000000000022cb30000000000000000000000000000000000000000 0.60 vMB 1,845 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,547 (878,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,661 30,661 000000009c1a977932740df5d47b73e7afb44ec67894af5ff5f1b48322d51506 0.00 MB 1 0
30,660 30,660 000000008052f1e6b329e8d0d6ef9b18b0a93fcf04778efff29b778c78612729 0.00 MB 1 0
30,659 30,659 00000000325dcbbcfb11282f57b6ff80d6c32c1029824a56a78fad3912601a68 0.00 MB 1 0
30,658 30,658 000000009dcdb8aead186bb9b5b975a89561e9e28a44f3524cf8b25172c4face 0.00 MB 1 0
30,657 30,657 000000000d28b410897fc3a9c4fe07cd899a1f03e93f21cc1b165a1dc092d1de 0.00 MB 1 0
30,656 30,656 000000007d929173d6935c51425a11af2742dd58dfc8694da1184b9f1662e95f 0.00 MB 1 0
30,655 30,655 00000000f12bc6f88ee0a649d8765e199162c26fd56ec97a27ea6052225bbe24 0.00 MB 1 0
30,654 30,654 00000000f6c937bf24a2cc46b3ed1cde5dc60dfd471a61b6a93b9bb8129cdd06 0.00 MB 1 0
30,653 30,653 000000004e6821c75e4ad3a9f8af52f60f6d62f50f853b47da1cd4f97589d342 0.00 MB 1 0
30,652 30,652 00000000625ef2760aa2db07986c1a9ac2fc57d276f77babfd92d60342eddc5a 0.00 MB 1 0
30,651 30,651 000000006fea3087150f31b598427b3f634627e721a578cf51059d8252bacad2 0.00 MB 1 0
30,650 30,650 00000000a03d32b36f176fb9b9dbad294527c09f7b582e0cb190c5323a300566 0.00 MB 1 0
30,649 30,649 0000000049e7dfc0fd545ec00cbf85427af488f371fb3a3760b3f5a4f1f2a5bb 0.00 MB 1 0
30,648 30,648 00000000c09f0a9e3ec6604a58c3c567b0d97fb06dcb9f026bdc61780a71de83 0.00 MB 1 0
30,647 30,647 000000009006136d93c886f6e215715c3b0baf0369c87560a1ef3db72abd97d0 0.00 MB 1 0
30,646 30,646 0000000001bcf667e1529891c7d08394fda9b792f5712c939b1eb765a912da7e 0.00 MB 1 0
30,645 30,645 000000004640297fa01829e77b5db43e925b12f83ce0afa3e7fae64db407c808 0.00 MB 1 0
30,644 30,644 0000000057b1ad810fadee93b80bfa5c2e61290d6b15b6428e2c63859cb95268 0.00 MB 1 0
30,643 30,643 00000000a71074606d40683b22056a66c71de1a8e1d8933dbdc32e39f4514bd4 0.00 MB 1 0
30,642 30,642 0000000075bb63d50dc78d3e013a58c62d03341242b4f247133329c8fbb537d5 0.00 MB 1 0
30,641 30,641 00000000aaf665667614b2bcd1beb65b055df25960dfb5575162d2b1db649289 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.57 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,085.37 GB sent, 111.07 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.