Memory Pool Memory Pool Refreshing

3,922 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,088 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,913 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,087 (803,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,921 104,921 00000000000107f98054637a2d74549e6034b055670836a8874483ea7da027d0 0.00 MB 1 0
104,920 104,920 000000000001ac8310e81d392ec96c705d2ca66aee96d40b7a3a8d1be5ff9ff5 0.00 MB 6 795
104,919 104,919 00000000000114a204bdcad86bda246d30c5d5c097c79a2de0c2e3645dcb5658 0.00 MB 3 0
104,918 104,918 0000000000026a9e9c18704d2546a891b845030d5acdbc054a3dfe091e82f360 0.00 MB 4 0
104,917 104,917 000000000002ee5f370549b159ed2dcad425a6d225fe21b731d974539b90fd39 0.00 MB 12 0
104,916 104,916 0000000000017b2b617d7a8a3b3ab8b667dd39c09281ea11a19e46b814143045 0.01 MB 26 0
104,915 104,915 000000000002606036e59a6b8d414756c827b371fe9ad36731e21806fa56e8ed 0.00 MB 1 0
104,914 104,914 000000000001fe629d3df7ab8caa02335f7713830187c222ef7dd850aa3cb246 0.00 MB 2 0
104,913 104,913 0000000000018e9d09f31aafcb113434b55ef39812c735c6f8194c9b251fa8e4 0.00 MB 3 0
104,912 104,912 00000000000109f394550187944f768ceeb1767f6d1d25bf31fc7e618afda7f7 0.00 MB 4 0
104,911 104,911 000000000001d218c7268fff349284235c141c31b1334aa75be50c1e7ddb253c 0.00 MB 8 0
104,910 104,910 0000000000016fdc71644a32825dfa6e714223d95f6ae7fba688c2e592195529 0.00 MB 5 0
104,909 104,909 00000000000099abc5df52ded36e2193f8cf79130df1c316028ce60a4b755333 0.01 MB 25 308
104,908 104,908 000000000000aa5edecb01a8a5cb4904f3cdce10d04e6da800c99c509f0499b2 0.00 MB 5 0
104,907 104,907 0000000000020e0c3987860d0fd9b9c023b02abd1687bbf7feb11ad1d682be39 0.01 MB 4 150
104,906 104,906 000000000000aa2f68a12c83c553f8017cee4f9d70881be1ca87bb8c33a2f110 0.00 MB 2 0
104,905 104,905 000000000002a3af4d9b569aa2f6997e8eda9b7f95fe910f76776fc1581961ce 0.00 MB 5 0
104,904 104,904 0000000000026887a57496fb01bb6a0e2b0e2885edc2bc8285ea5592e902d953 0.00 MB 6 0
104,903 104,903 0000000000018348728693b0c25afe0089b15c7bae9536025957e33457c2a90a 0.00 MB 3 894
104,902 104,902 000000000001b6602f202a92f423388e2f9f0a036b4a4119aa649dc54fea6749 0.00 MB 2 0
104,901 104,901 0000000000010fd2c2b4fb23c44319e01754dffb1aa398f1d5c3f9ae4ab04741 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.71 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: 1,677.49 GB sent, 96.43 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

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