Memory Pool Memory Pool Refreshing

3,539 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,694 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,440 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (599,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,043 308,043 0000000000000000368c5b87d819076ce7cefbafbb271abba87abcee4412f67b 0.10 MB 232 21
308,042 308,042 0000000000000000427ec28440fb3422ca539152a1eb18a7a8692b35c0951cb1 0.11 MB 231 31
308,041 308,041 000000000000000024a82447eaa27acc22ff2cdf6ed99ee95c99a74f3f9d0f8e 0.44 MB 641 27
308,040 308,040 000000000000000040c4535e6609d964ffcfbfef888b480ffd440b2bd94d68a5 0.09 MB 170 27
308,039 308,039 00000000000000001711136aa850f9328d7082df78369627d13e72714aa0e156 0.07 MB 127 28
308,038 308,038 0000000000000000211cc77fb8a3524353a393f2b3573027cce4b09b35b90ceb 0.03 MB 62 31
308,037 308,037 0000000000000000213e4df23dc243d18a2d7a59893835e96da9c9fb92f01f16 0.07 MB 141 31
308,036 308,036 00000000000000003adfd7e9fb02305e3a9cfb59663dc56e13431d984935b6df 0.08 MB 171 37
308,035 308,035 00000000000000001327225173d45d1b277f85d66cf31bcc95b34b3f7b28f279 0.03 MB 52 22
308,034 308,034 000000000000000048d65682fc5fd1bdeff57f047375a7c877a902f385663b5e 0.27 MB 551 32
308,033 308,033 00000000000000001c208806fb5c587b64b82a9b1f1afc7933ac80f6f4000c6c 0.20 MB 272 25
308,032 308,032 0000000000000000072cb958d97b6e5a2c91e1ce10f4cbab6942867acdd60423 0.02 MB 41 28
308,031 308,031 0000000000000000413dec1c0cd9c3b9c2b2f26691cfc934d3b102b96ce4ec59 0.02 MB 43 33
308,030 308,030 00000000000000000c30334682346e37ab473de71de2f9f868b6e44f538fa4cf 0.19 MB 331 27
308,029 308,029 0000000000000000266a09869965ae127edc52d1046463082e9409ece0b8eeeb 0.12 MB 193 23
308,028 308,028 000000000000000018e3a83081e60c2fdd8cdb41c72bfd6719c0e914182813ec 0.16 MB 166 20
308,027 308,027 00000000000000001cdadc0cf755a7831c4f9943f32b7d289e5c877584741303 0.25 MB 494 32
308,026 308,026 0000000000000000044897212afcf90108caccbbdd78bc7efc95ae6395f83603 0.09 MB 140 25
308,025 308,025 00000000000000003245398a78d3013784a20a86fe7c98c4b6c6922bd605cef8 0.05 MB 99 37
308,024 308,024 000000000000000019c0982a4d6dba4d3cf1989bcaa399a393df6cd99302e08f 0.13 MB 216 29
308,023 308,023 000000000000000036ae30339faa86eff550020939e6dc60ec61f816a1800c96 0.24 MB 409 29
Previous 10 blocks ↓
Total Size: 768.97 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,615.60 GB sent, 92.66 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.