Loading Tool

Explorer IconExplorer

Memory Pool

2,949 transactions (0.92 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 5.10/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,322 000000000000000000022b910000000000000000000000000000000000000000 2,943 0.02645872 BTC 0.92 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,321 (747,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,008 165,008 00000000000001e605e14b5deaeb466c70b227a5a9bea0e9e0b7102ee6922c9f 0.02 MB 45 166
165,007 165,007 0000000000000a5bbc4612464281db0768dd20476b4ab5fd366b6fad8c897eb6 0.03 MB 69 360
165,006 165,006 0000000000000b882af3b6c6ccc6241df13bf6e8a2f7bdb884c9cf75806eec03 0.01 MB 29 164
165,005 165,005 000000000000050795d94f4de6258fc9b4d5ebdb9fe1bd239f78eba97e4d9b4a 0.05 MB 87 137
165,004 165,004 00000000000007afc7772875eb72626188f2a3cb936cbfbb27fd9343ac9faec2 0.00 MB 11 361
165,003 165,003 0000000000000a9c5b73d05647ccd5ccc4018de822820a0df6c46c53a04ea062 0.01 MB 32 267
165,002 165,002 0000000000000612f0925348b0f74e7423cee1487b3251da24c9afcf2ecf35b9 0.00 MB 9 736
165,001 165,001 00000000000009f2aa6a7cce7480214a84cbb2f53a6e5cd856fc3d55e46a3e7e 0.02 MB 45 347
165,000 165,000 00000000000008863b4603ab6886773685d259c8bfb90a26243f76adf167ac5a 0.01 MB 47 0
164,999 164,999 0000000000000c13167947baa912284438950d45cdc72892785dddc12b838572 0.00 MB 10 326
164,998 164,998 0000000000000bf079450767ede9955a899d83fe719aeb8ffd24b156558bd82c 0.01 MB 22 217
164,997 164,997 00000000000005689d4b554250d56082cb58e8d3753521c44f69b18b19cf6870 0.00 MB 13 0
164,996 164,996 000000000000019add8a53e16d6b81b5c946db13db05cdeea913a6deea96872c 0.05 MB 87 68
164,995 164,995 0000000000000b33916ebdc9ca550957a2927d80a65493bf523330a055a310e4 0.01 MB 28 51
164,994 164,994 0000000000000844ef877190896296d6b6b8aba4d7c72cc0ef0e561aecbab1d0 0.02 MB 20 52
164,993 164,993 00000000000002d1ce5f6a4f25e273990763596c019ac8688d33f47cd498255c 0.00 MB 6 10
164,992 164,992 0000000000000bad84f4e91d3370698704d42912a4709b7f24a108688647f046 0.00 MB 4 64
164,991 164,991 00000000000003d20225afe971fc294e91a01b46afd18bd917808ce8085c85a1 0.04 MB 53 61
164,990 164,990 00000000000008629edd6729f658e3c7633cebb436faefd5866745c4b70032a3 0.00 MB 9 784
164,989 164,989 00000000000009b374acdea9da7d2facde5aae9159622700359cbaf10f1a4b80 0.02 MB 58 44
164,988 164,988 00000000000004ce50c96c632d490b1140cf03fa0e2cec99ca154f058c62c69a 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 777.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,543.33 GB
    • Received: 136.68 GB
  • Uptime:

Notes

  • 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.