Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,438 transactions (0.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,827 000000000000000000022b910000000000000000000000000000000000000000 0.67 vMB 2,409 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,826 (534,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
376,838 376,838 000000000000000005357d8058f50009cd61d3c71348dde1e6b53b9f7cd0ba4c 0.58 MB 1,689 52
376,837 376,837 00000000000000000a2414831e81ba016912cd70d449e10f31e33bc77a161710 0.00 MB 1 0
376,836 376,836 00000000000000000486bb7a710406a7972a9922fa2271700bad076e5741a2fd 0.79 MB 1,241 29
376,835 376,835 00000000000000000883a3f053b4ff192940dcd794ce12d09eccd6c284383f05 0.75 MB 1,363 36
376,834 376,834 000000000000000007265f13203c0c994edca77c1d98cf8b0f2c40fbd46068e3 0.09 MB 195 32
376,833 376,833 00000000000000000b136ef8571c8cbde26cc0452ad9bdc922e6780727904d5d 0.62 MB 307 8
376,832 376,832 0000000000000000086f9abe2d3d070bfc0065d9fa046e57a02ccb0cb9d10b99 0.75 MB 804 19
376,831 376,831 00000000000000000fc5062f34b31bf625e2f74d305728f69b4b672178681e5c 0.89 MB 2,105 50
376,830 376,830 00000000000000000a2c131fb4bd2a87fc220b191f463773099e7c841d70a843 1.00 MB 1,992 38
376,829 376,829 0000000000000000067ec83d051ba48655fd4948a920d6609c7722320ab91546 1.00 MB 1,967 32
376,828 376,828 00000000000000001172ec15c8719bbde000ee15487670f0faeb673b831b821c 0.75 MB 2,154 50
376,827 376,827 00000000000000000e9c927a30250386babbb95370b93aba6528e50e197de6ba 0.20 MB 369 31
376,826 376,826 000000000000000004d5d8ecfa9a83807234c32befeec16960eb0ad60be6318b 0.11 MB 164 24
376,825 376,825 00000000000000000abfd741b2c44fa5b4ffd427696cf59d49c498696162387d 0.62 MB 991 30
376,824 376,824 000000000000000001566c0d00ad793bf3ee9cb70d07010096b9ebc65f823113 0.46 MB 772 29
376,823 376,823 000000000000000002d6e512f3690e6cdcd234b2a2d1d8d0d4c711f74df78e9a 0.78 MB 488 5
376,822 376,822 0000000000000000066841e013cf0c672eb8920d33cda00dda625d0fff74bda3 0.95 MB 1,649 22
376,821 376,821 00000000000000000a7c7840084db1e031b0cf88fdc9675f9d298b878f1c35b5 0.93 MB 1,391 25
376,820 376,820 000000000000000002ff9cee2881512ca21647443b3221fea10fa275e475235e 0.93 MB 1,989 43
376,819 376,819 00000000000000000a35992a0c7331585996e866c6c06367f74fd9029c589d28 0.95 MB 2,303 50
376,818 376,818 000000000000000000844162b9d7ca82ce322b93e21be423d9105be760c98783 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.77 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,465.65 GB sent, 132.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.