Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,253 transactions (1.58 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,683 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,688 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,682 (409,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
501,918 501,918 00000000000000000076eb103e02011dcd05396bac9944efaa944d5e04de007d 1.04 MB 2,662 694
501,917 501,917 00000000000000000053ea37413d3b5c7111d601febebd22dae9f762413eed11 1.08 MB 2,543 320
501,916 501,916 00000000000000000090257d55f0af4eff5eb2e9da16d7e745d7006a5f27c82e 1.05 MB 3,224 686
501,915 501,915 0000000000000000004982f753c0cc52f9535c45a7df720c5e02cd4ecc0a38a8 0.00 MB 1 0
501,914 501,914 00000000000000000035c1e0b8f6c7886a5d41b685c4f0094a5b91759a5fe235 1.06 MB 2,582 478
501,913 501,913 00000000000000000078b19cd49ded8c1b5c1102a9cf46b8f0fdb7d8e1d56563 1.05 MB 2,178 396
501,912 501,912 00000000000000000049372ffcab4af8e1aa6665537dae3764b1a7693af5bf08 1.05 MB 1,925 228
501,911 501,911 0000000000000000002c1f20ff6f111670e505596437aa4a854cce71d60b2c08 1.07 MB 2,332 415
501,910 501,910 00000000000000000081ec6892daf7dccb5147ababd71d41a598dc5fbc31823c 1.06 MB 1,767 427
501,909 501,909 0000000000000000005310371fb27587dbc0ae76c2e1671a604c7ea7944886b8 1.07 MB 2,563 444
501,908 501,908 00000000000000000056ef65564a754e209ea5c8ce42ccde8e819b8187aee4e3 1.07 MB 2,260 330
501,907 501,907 00000000000000000011580def362f3771c39950401fe6b9916d8e2fcdc799f0 1.14 MB 2,016 437
501,906 501,906 0000000000000000000bc908ce18a425699b8849a0fdb4705d664b4c69458705 1.05 MB 2,680 485
501,905 501,905 0000000000000000008d77cd3ded2b5e1e2310befa99a892ed627180776b81ef 1.01 MB 2,972 607
501,904 501,904 00000000000000000002b80fc5ca61d01a77c5f07d66089155283b64e7b339c0 1.03 MB 2,706 727
501,903 501,903 00000000000000000056d34636fd0748194c00d5e66073d128f98a049efa7c30 1.03 MB 895 162
501,902 501,902 0000000000000000008f368b53c9363610c0e044938f1841c6e12e7028f8a757 1.03 MB 1,706 326
501,901 501,901 0000000000000000003f589f91fd396d3e132bb3e80ae0b9092bbd1893048011 0.00 MB 1 0
501,900 501,900 0000000000000000004fd2a4f4ad2216d1be2a0cf4f4dfa171d0401bf5663c7b 1.04 MB 1,395 206
501,899 501,899 0000000000000000009419b3b8693e42a6c6bf28b6ece91899a1b751fad4052a 1.04 MB 2,275 610
501,898 501,898 00000000000000000050b1399809fe3a1991fe13d6eba51d3b3e1fe0e5dfa3bd 1.07 MB 1,543 175
Previous 10 blocks ↓
Total Size: 776.50 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,425.33 GB sent, 131.14 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.