Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

909 transactions (0.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,590 000000000000000000022b910000000000000000000000000000000000000000 0.32 vMB 906 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,589 (136,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
774,825 774,825 0000000000000000000637672d1c0c6f8b1aeac8bb82a9eba41ec4b72313608a 1.86 MB 516 3
774,824 774,824 00000000000000000002d01cf9c3c059a96072dd6e244bf7ff87512391b7e960 2.10 MB 1,034 5
774,823 774,823 000000000000000000028f7f4a4a0ef7431257072258c90c3613fae5a15807cc 1.56 MB 2,672 14
774,822 774,822 00000000000000000005792cff27f09217c3c1352b1d7ff79db92a2fa4296725 1.85 MB 1,680 9
774,821 774,821 00000000000000000000d916ef02e3f8587d82b30bb870c664012a70da4a4232 1.31 MB 1,853 9
774,820 774,820 0000000000000000000281ac4eb0a6e672d8bba6d843c906246d702089814afa 1.22 MB 1,355 10
774,819 774,819 000000000000000000043bf5bf93526eeed57bcacc74bcafec3c94e0cec4a15b 0.95 MB 909 8
774,818 774,818 00000000000000000005b1c6ed07b2ca19d909a10aedda614282353ad66c2126 1.10 MB 1,531 10
774,817 774,817 000000000000000000056ef89ad91ffd3aebe8ea0e4880cb5f75b5b6d5d202a2 1.29 MB 1,364 10
774,816 774,816 00000000000000000005e7b5c0ea10d83abfe6dc233b59bae61c938154bd4eb7 0.37 MB 533 12
774,815 774,815 00000000000000000004b9b6cfca3ac06ce7dff60617272c702cf09b2c421a6a 2.17 MB 892 4
774,814 774,814 000000000000000000057676f4ad5e7a9701c914eb677c3860320d42593bf9d6 1.72 MB 2,922 6
774,813 774,813 000000000000000000036fe52b30ac209fc575a35bcd966d7e1b8394ebba49c8 1.87 MB 2,467 7
774,812 774,812 00000000000000000005202df9b9546eac764ea1a764a3e35952710effdbe2a9 1.73 MB 3,785 9
774,811 774,811 00000000000000000004a4ada42a5380ff4037d61c496e38404e85aefc46a46f 1.54 MB 3,782 15
774,810 774,810 000000000000000000025cc5aa06a3ac8b2219282904d0af2a71b1b629bd0d89 1.40 MB 3,196 24
774,809 774,809 0000000000000000000237c06158d3e2cb950e522ad68589278800bc2fa68e3b 1.27 MB 2,045 19
774,808 774,808 00000000000000000001fb9eb3531160622aa0bd6fb146a08982cba603c13900 1.50 MB 3,301 17
774,807 774,807 00000000000000000004d4741e5f9c159387fce24d26f3fca71841043ae54093 0.46 MB 397 9
774,806 774,806 00000000000000000006e5d84de545f038d3375d235f7e4d58a8e829430a192d 0.51 MB 1,301 13
774,805 774,805 000000000000000000060d5296f1305dcce578ab9a4c8581919db2092612ff2d 1.23 MB 2,490 9
Previous 10 blocks ↓
Total Size: 776.32 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,418.45 GB sent, 130.27 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.