Memory Pool Memory Pool Refreshing

8,204 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,150 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (397,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
510,045 510,045 0000000000000000003eec29adf1982ef8b6aacb017c5a89fd051aa687f601be 1.06 MB 1,038 25
510,044 510,044 0000000000000000005052144ddbf0da1cd7fad52426ee5f943f788a8875e1b3 1.09 MB 1,007 27
510,043 510,043 00000000000000000025f093461f91fd9979e30702db2fd99cba1da8585bf5d2 1.11 MB 1,112 16
510,042 510,042 0000000000000000001cc2d58b70e92f1eb8c0112a500f14c4642af7da4089f3 1.09 MB 2,217 70
510,041 510,041 00000000000000000055309748af3a18d5923bae6b2c3e8afeaffdf75259c835 1.06 MB 792 20
510,040 510,040 00000000000000000002e1a73d230e08cbe4974bf89ede9cd1fca560b8fe5ccb 1.08 MB 2,082 24
510,039 510,039 00000000000000000010932ac6aa23b707ea5d141b7f3c07314e79e6de1a589e 1.35 MB 1,629 63
510,038 510,038 000000000000000000355ab5d695675ac0c8758064d75dbb65ac7985785f17ac 1.31 MB 1,322 51
510,037 510,037 0000000000000000001f699648b63c4b2e0cf9449e40430415aca9bcb2619c74 1.01 MB 214 3
510,036 510,036 0000000000000000002d153f0fdd4b78ee1c9fbc802be06f47c9d5662f8f777f 1.05 MB 701 4
510,035 510,035 0000000000000000002e2a29691f8ab27ae4cd95b97ed6d1e743e48caaadec81 0.82 MB 1,670 68
510,034 510,034 0000000000000000002af5448ea2070b1b7217de971e652d751b951ae41f07f7 0.83 MB 1,749 70
510,033 510,033 000000000000000000597a9defe1a8f8b57c71af540ef4021a8782f7c9be25cf 1.02 MB 604 17
510,032 510,032 00000000000000000012f6a390b8ff6084b750184c15423fd31a729c57f617cd 1.07 MB 1,153 31
510,031 510,031 0000000000000000003b599fc62a70278738081b8cca00bfc7c6374adfed3834 1.07 MB 1,766 45
510,030 510,030 0000000000000000001a90b1837f1835ee926a10d8026afc069ac8361343403d 1.03 MB 956 21
510,029 510,029 000000000000000000080bc9f827ed6956538f0cef83ad71a58f5392e1144b49 1.13 MB 1,159 38
510,028 510,028 00000000000000000058d9658b86a7f7c57be721831e4df1a251cf064eba3b14 1.04 MB 1,102 33
510,027 510,027 0000000000000000004f1c6e3ae268cf8f26a6abb2447563a693305564671a22 1.01 MB 424 22
510,026 510,026 000000000000000000187e10a7ed1772da0578a26df42fc08b9b58c36a739831 1.05 MB 1,251 26
510,025 510,025 0000000000000000001efa0bc4c55c19b34a789c314bffdd6ee3983494627e4b 1.09 MB 2,588 89
Previous 10 blocks ↓
Total Size: 769.03 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,625.42 GB sent, 93.03 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.