Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,055 transactions (1.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,045 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,762 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,044 (879,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,971 31,971 000000000d15b3ca9036e4b39314770c2ab30dbacad277b36ff9371e85d592c4 0.00 MB 1 0
31,970 31,970 000000002d1b24938a8bd532e4ea991962919a60d1565182ee32b232d3cf1c6b 0.00 MB 1 0
31,969 31,969 0000000040b560d149560b97f061b108d2a5b888438acd66057aae586d9eaeb4 0.00 MB 1 0
31,968 31,968 000000008facacee64cbb8c76ccc4310db8ee31032c5fb3cab0201050f1f33b9 0.00 MB 1 0
31,967 31,967 00000000865438141c6c122f95e2eea65959717993addb44577a269fa0428fa8 0.00 MB 1 0
31,966 31,966 0000000002ecb7e92d05445e7d86c62dfd03f3a37f9fe8284b98e82133fdff94 0.00 MB 1 0
31,965 31,965 00000000cd6f0e860cd73658ec9c263d0c2bede2219d153ca3890347dda74cb3 0.00 MB 1 0
31,964 31,964 000000008e082c4f3f48acc419c8a26c5926167025b4de47f93ff3bb1f134d35 0.00 MB 1 0
31,963 31,963 0000000083683aa3e0509db956c54ce278e3249ad7e436542a121d17c88e2fde 0.00 MB 1 0
31,962 31,962 00000000571d4c53fa8dfb5771342f676f6c8c21f55f8120f096c8bdeccecd55 0.00 MB 1 0
31,961 31,961 00000000693ed1a3fbf97f5acba1c8f7261490aad958c4e3cc53d59e9ac2507c 0.00 MB 1 0
31,960 31,960 00000000222a425b4b17d80beb0a272d369a65b10b383507e5da0bc8e7d2f87f 0.00 MB 1 0
31,959 31,959 000000005dc2501b3bab18158e0f9744d9447b322b7889e5b1cf86a8ff5a872a 0.00 MB 1 0
31,958 31,958 0000000029eef656a7171c2b5255bd83c2299b3b4db239cf5aa9cf563c761ab2 0.00 MB 1 0
31,957 31,957 00000000611534051f1cc33ada1dc06171542069fb7acb87c24564ba7e071902 0.00 MB 1 0
31,956 31,956 00000000f887c2872cc176657cbaf02c9b2c7988f8f53a4a7353b9fa70ca4b4e 0.00 MB 1 0
31,955 31,955 00000000c347f8a5d7100938df5e14806ad6a4d74f2a88b9ebb598a3e3a0df77 0.00 MB 1 0
31,954 31,954 000000005fab0824dc6b0d85763ce7d44ea06f2566adb118a025cb7f55dc0e7a 0.00 MB 1 0
31,953 31,953 0000000071d30705c21c7b74eb1a47a71b83083854efeb013a0a958c12da97fc 0.00 MB 1 0
31,952 31,952 00000000275c77ee6e45956173e379aa90b49038431e25b57e5bd7e5b6d1c1e7 0.00 MB 1 0
31,951 31,951 00000000501fd2615c0fb47beb7b0cccc83f8ae23fbd4fa2729bb75bf0aff297 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.32 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,362.97 GB sent, 125.42 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.